mbox series

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

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

Message

Chris Brandt Oct. 3, 2017, 7:33 a.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.


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

 .../bindings/pinctrl/renesas,rza1-pinctrl.txt      |   3 +-
 drivers/pinctrl/pinctrl-rza1.c                     | 134 +++++++++++++++++++++
 2 files changed, 136 insertions(+), 1 deletion(-)