ARM: ux500: Supply external regulator names for Snowball's DT
authorLee Jones <lee.jones@linaro.org>
Fri, 7 Jun 2013 16:11:21 +0000 (17:11 +0100)
committerLinus Walleij <linus.walleij@stericsson.com>
Tue, 6 Aug 2013 21:48:48 +0000 (23:48 +0200)
Regulator names are platform independent, so they need to be applied to
the base level platform DTS files *.dts. Here we're supplying the names
for the newly described AB8500 external regulators.

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

index 49824be668450cf02f45ccd226d0243f5fd9dc8b..928a192efa8a64453e85bcfebf1c867c22c214cc 100644 (file)
                                        compatible = "stericsson,ab8500-gpio";
                                };
 
+                               ext_regulators: ab8500-ext-regulators {
+                                       ab8500_ext1_reg: ab8500_ext1 {
+                                               regulator-name = "ab8500-ext-supply1";
+                                       };
+
+                                       ab8500_ext2_reg_reg: ab8500_ext2 {
+                                               regulator-name = "ab8500-ext-supply2";
+                                       };
+
+                                       ab8500_ext3_reg_reg: ab8500_ext3 {
+                                               regulator-name = "ab8500-ext-supply3";
+                                       };
+                               };
+
                                ab8500-regulators {
                                        ab8500_ldo_aux1_reg: ab8500_ldo_aux1 {
                                                regulator-name = "V-DISPLAY";