diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-12-06 16:11:53 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-03-01 23:25:26 +0100 |
commit | 757660038c187766d39dbfccc26e279862b23a5d (patch) | |
tree | 6222e12b1bf6472ba470703a767512a01a53c680 /arch/arm/boot/dts/hrefprev60.dts | |
parent | ARM: ux500: Specify which IOS regulator to use for MMCI (diff) | |
download | linux-757660038c187766d39dbfccc26e279862b23a5d.tar.xz linux-757660038c187766d39dbfccc26e279862b23a5d.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/hrefprev60.dts')
-rw-r--r-- | arch/arm/boot/dts/hrefprev60.dts | 2 |
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 @@ vmmci: regulator-gpio { gpios = <&tc3589x_gpio 18 0x4>; - gpio-enable = <&tc3589x_gpio 17 0x4>; + enable-gpio = <&tc3589x_gpio 17 0x4>; status = "okay"; }; |