ARM: ux500 enable the AB8500 gpio for all HREFs
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 26 Sep 2013 13:09:14 +0000 (15:09 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 26 Sep 2013 13:10:27 +0000 (15:10 +0200)
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>
arch/arm/boot/dts/ste-href.dtsi
arch/arm/boot/dts/ste-hrefprev60.dts

index 5e7cf4bf5afb3a350f48d578a146cdfd7092cc8c..d6753261796b33d7ffb13a1187d08309003bbe8b 100644 (file)
 
                prcmu@80157000 {
                        ab8500 {
+                               ab8500-gpio {
+                                       compatible = "stericsson,ab8500-gpio";
+                               };
+
                                ab8500-regulators {
                                        ab8500_ldo_aux1_reg: ab8500_ldo_aux1 {
                                                regulator-name = "V-DISPLAY";
index d8d3b99ab00752be80d78ddf4709a9a888cee4e6..767fa21e4881b714fb54d6c6609f7ee8951007c0 100644 (file)
        };
 
        soc {
-               prcmu@80157000 {
-                       ab8500@5 {
-                               ab8500-gpio {
-                                       compatible = "stericsson,ab8500-gpio";
-                               };
-                       };
-               };
-
                i2c@80004000 {
                        tps61052@33 {
                                compatible = "tps61052";
This page took 0.025297 seconds and 5 git commands to generate.