diff options
author | Chris Brandt <chris.brandt@renesas.com> | 2017-10-04 16:07:24 -0500 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-10-09 09:16:28 +0200 |
commit | 4a9cfe47b8ea3f7b8c551a365184f4aec993ee5d (patch) | |
tree | 54d1f8b105ca44f80569a0b528b2b36f8c37aa83 | |
parent | 039bc58e73b77723029fb5147a9d62da9d2ec22d (diff) | |
download | linux-4a9cfe47b8ea3f7b8c551a365184f4aec993ee5d.tar.bz2 |
dt-bindings: pinctrl: Add support for RZ/A1M and RZ/A1L
Describe how to specify RZ/A1M and RZ/A1L devices.
Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
-rw-r--r-- | Documentation/devicetree/bindings/pinctrl/renesas,rza1-pinctrl.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/renesas,rza1-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/renesas,rza1-pinctrl.txt index 43e21474528a..fd3696eb36bf 100644 --- a/Documentation/devicetree/bindings/pinctrl/renesas,rza1-pinctrl.txt +++ b/Documentation/devicetree/bindings/pinctrl/renesas,rza1-pinctrl.txt @@ -12,8 +12,10 @@ Pin controller node ------------------- Required properties: - - compatible - this shall be "renesas,r7s72100-ports". + - compatible: should be: + - "renesas,r7s72100-ports": for RZ/A1H + - "renesas,r7s72101-ports", "renesas,r7s72100-ports": for RZ/A1M + - "renesas,r7s72102-ports": for RZ/A1L - reg address base and length of the memory area where the pin controller |