Hello!
On 06/16/2017 04:32 PM, Biju Das wrote:
Renesas RZ/G1M (R8A7743 SoC) GPIO blocks are identical to the R-Car Gen2
SoC should be outside the parens.
quoted hunk ↗ jump to hunk
family. Add support for its GPIO controllers.
Signed-off-by: Biju Das <redacted>
Reviewed-by: Chris Paterson <redacted>
---
Documentation/devicetree/bindings/gpio/renesas,gpio-rcar.txt | 1 +
drivers/gpio/gpio-rcar.c | 4 ++++
2 files changed, 5 insertions(+)
diff --git a/Documentation/devicetree/bindings/gpio/renesas,gpio-rcar.txt b/Documentation/devicetree/bindings/gpio/renesas,gpio-rcar.txt
index 7c1ab3b..1cc3cfe 100644
--- a/Documentation/devicetree/bindings/gpio/renesas,gpio-rcar.txt
+++ b/Documentation/devicetree/bindings/gpio/renesas,gpio-rcar.txt
@@ -3,6 +3,7 @@
Required Properties:
- compatible: should contain one of the following.
+ - "renesas,gpio-r8a7743": for R8A7743 (RZ-G1M) compatible GPIO controller.
Not RZ/G1M?
[...]
MBR, Sergei