aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2012-12-06 10:11:53 -0500
committerLinus Walleij <linus.walleij@linaro.org>2013-03-01 17:25:26 -0500
commit757660038c187766d39dbfccc26e279862b23a5d (patch)
tree6222e12b1bf6472ba470703a767512a01a53c680
parentd05b066f6720be1a4771f1b922a3926da7097beb (diff)
ARM: ux500: Use the correct name when supplying a GPIO enable pin
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>
-rw-r--r--arch/arm/boot/dts/hrefprev60.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/hrefprev60.dts b/arch/arm/boot/dts/hrefprev60.dts
index eec29c4a86dc..9194fb63348e 100644
--- a/arch/arm/boot/dts/hrefprev60.dts
+++ b/arch/arm/boot/dts/hrefprev60.dts
@@ -40,7 +40,7 @@
40 40
41 vmmci: regulator-gpio { 41 vmmci: regulator-gpio {
42 gpios = <&tc3589x_gpio 18 0x4>; 42 gpios = <&tc3589x_gpio 18 0x4>;
43 gpio-enable = <&tc3589x_gpio 17 0x4>; 43 enable-gpio = <&tc3589x_gpio 17 0x4>;
44 44
45 status = "okay"; 45 status = "okay";
46 }; 46 };