gpio: mxc: Add clocks optional binding for imx gpio
authorAnson Huang <Anson.Huang@nxp.com>
Tue, 3 Jul 2018 01:18:14 +0000 (09:18 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 9 Jul 2018 13:02:13 +0000 (15:02 +0200)
Some i.MX SoCs have GPIO clock gate in CCM, accessing
GPIO registers needs to enable GPIO clock gate first,
i.MX GPIO driver will enable clock gate if there is
clock property in GPIO node of dtb, add optional property
to i.MX GPIO binding doc.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/devicetree/bindings/gpio/fsl-imx-gpio.txt

index dbd22e0df21e44b953c8ffc4a6d904bd2f84e8ae..b4cd9f906c24d7d3485d524a12521f457aad921a 100644 (file)
@@ -19,6 +19,9 @@ Required properties:
       4 = active high level-sensitive.
       8 = active low level-sensitive.
 
+Optional properties:
+- clocks: the clock for clocking the GPIO silicon
+
 Example:
 
 gpio0: gpio@73f84000 {