From: Dong Aisheng Date: Tue, 25 Jul 2017 13:47:17 +0000 (+0800) Subject: dt-bindings: gpio-vf610: add imx7ulp support X-Git-Tag: v4.14-rc1~141^2~55 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=8340e915ea27b886f1ad52d1d68aad7cf20f802a;p=uclinux-h8%2Flinux.git dt-bindings: gpio-vf610: add imx7ulp support The Rapid General-Purpose Input and Output with 2 Ports (RGPIO2P) on MX7ULP is similar to GPIO on Vibrid, except it has an extra Port Data Direction Register (PDDR) used to configure the individual port pins for input or output. Cc: Rob Herring Cc: Mark Rutland Cc: Alexandre Courbot Cc: Shawn Guo Cc: Stefan Agner Signed-off-by: Dong Aisheng Signed-off-by: Linus Walleij --- diff --git a/Documentation/devicetree/bindings/gpio/gpio-vf610.txt b/Documentation/devicetree/bindings/gpio/gpio-vf610.txt index 436cc99c6598..0ccbae44019c 100644 --- a/Documentation/devicetree/bindings/gpio/gpio-vf610.txt +++ b/Documentation/devicetree/bindings/gpio/gpio-vf610.txt @@ -5,7 +5,9 @@ functionality. Each pair serves 32 GPIOs. The VF610 has 5 instances of each, and each PORT module has its own interrupt. Required properties for GPIO node: -- compatible : Should be "fsl,-gpio", currently "fsl,vf610-gpio" +- compatible : Should be "fsl,-gpio", below is supported list: + "fsl,vf610-gpio" + "fsl,imx7ulp-gpio" - reg : The first reg tuple represents the PORT module, the second tuple the GPIO module. - interrupts : Should be the port interrupt shared by all 32 pins.