diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-09-26 17:09:14 +0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-26 17:10:27 +0400 |
commit | c90c36e4bceed4cb61853c3382abbc765ad46ef5 (patch) | |
tree | a2e0fea1206fd2decf431e28aa46177588496bd4 /arch/arm/boot/dts/ste-href.dtsi | |
parent | 385d61ce267ce5ff09dec17bff2ef03098aaf725 (diff) | |
download | linux-c90c36e4bceed4cb61853c3382abbc765ad46ef5.tar.xz |
ARM: ux500 enable the AB8500 gpio for all HREFs
The AB8500 GPIO was only registered for the pre-v60 HREF but should
be made available on all HREF variants, move the DT entry to the
common file.
Cc: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ste-href.dtsi')
-rw-r--r-- | arch/arm/boot/dts/ste-href.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ste-href.dtsi b/arch/arm/boot/dts/ste-href.dtsi index 5e7cf4bf5afb..d6753261796b 100644 --- a/arch/arm/boot/dts/ste-href.dtsi +++ b/arch/arm/boot/dts/ste-href.dtsi @@ -169,6 +169,10 @@ prcmu@80157000 { ab8500 { + ab8500-gpio { + compatible = "stericsson,ab8500-gpio"; + }; + ab8500-regulators { ab8500_ldo_aux1_reg: ab8500_ldo_aux1 { regulator-name = "V-DISPLAY"; |