mbox series

[v3,0/2] pinctrl: rza1: add support for RZ/A1L

Message ID 20171004210724.59797-1-chris.brandt@renesas.com
Headers show
Series pinctrl: rza1: add support for RZ/A1L | expand

Message

Chris Brandt Oct. 4, 2017, 9:07 p.m. UTC
The RZ/A series has 3 main device: RZ/A1L, RZ/A1M, RZ/A1H.

In terms of pinctrl, RZ/A1H and RZ/A1M are exactly the same.

Aspects like the number of ports and the location where peripherals are
brought out differ between the RZ/A1H and RZ/A1L.

Basically this series adds a new set of tables for RZ/A1L and a new
compatible "renesas,r7s72102-ports"

This was tested on a Renesas Stream it board which contains an RZ/A1L and
external SDRAM.

v3:
 * rewored DT documentation
 * Added Reviewed-by for renesas,rza1-pinctrl.txt
v2:
 * Added RZ/A1M to DT documentation
 * Added Reviewed-by for pinctrl-rza1.c

Chris Brandt (2):
  pinctrl: rza1: add support for RZ/A1L
  dt-bindings: pinctrl: add support for RZ/A1M and RZ/A1L

 .../bindings/pinctrl/renesas,rza1-pinctrl.txt      |   6 +-
 drivers/pinctrl/pinctrl-rza1.c                     | 134 +++++++++++++++++++++
 2 files changed, 138 insertions(+), 2 deletions(-)