ARM: ux500: Use the correct name when supplying a GPIO enable pin
authorLee Jones <lee.jones@linaro.org>
Thu, 6 Dec 2012 15:11:53 +0000 (15:11 +0000)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 1 Mar 2013 22:25:26 +0000 (23:25 +0100)
Correct a typo in the Device Tree source file, where instead of
specifying property 'enable-gpio', which the driver is expecting
we specified 'gpio-enable' instead.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/hrefprev60.dts

index eec29c4a86dce30f0ad6557ebe72297d01cff8f6..9194fb63348e06831810603081ba02dbf9a2abcb 100644 (file)
@@ -40,7 +40,7 @@
 
                vmmci: regulator-gpio {
                        gpios = <&tc3589x_gpio 18 0x4>;
-                       gpio-enable = <&tc3589x_gpio 17 0x4>;
+                       enable-gpio = <&tc3589x_gpio 17 0x4>;
 
                        status = "okay";
                };
This page took 0.026392 seconds and 5 git commands to generate.