diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-06-07 12:11:21 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@stericsson.com> | 2013-08-06 17:48:48 -0400 |
commit | b0c8fade98ea6a21a083ee861365837f91f287a2 (patch) | |
tree | 2c25f43dc5160f6efe8a07cb5e72d975ae25883f /arch/arm/boot/dts/snowball.dts | |
parent | 75f0999a8ba36d8a270f5f4305cb1a10f843e834 (diff) |
ARM: ux500: Supply external regulator names for Snowball's DT
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>
Diffstat (limited to 'arch/arm/boot/dts/snowball.dts')
-rw-r--r-- | arch/arm/boot/dts/snowball.dts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/snowball.dts b/arch/arm/boot/dts/snowball.dts index 49824be66845..928a192efa8a 100644 --- a/arch/arm/boot/dts/snowball.dts +++ b/arch/arm/boot/dts/snowball.dts | |||
@@ -310,6 +310,20 @@ | |||
310 | compatible = "stericsson,ab8500-gpio"; | 310 | compatible = "stericsson,ab8500-gpio"; |
311 | }; | 311 | }; |
312 | 312 | ||
313 | ext_regulators: ab8500-ext-regulators { | ||
314 | ab8500_ext1_reg: ab8500_ext1 { | ||
315 | regulator-name = "ab8500-ext-supply1"; | ||
316 | }; | ||
317 | |||
318 | ab8500_ext2_reg_reg: ab8500_ext2 { | ||
319 | regulator-name = "ab8500-ext-supply2"; | ||
320 | }; | ||
321 | |||
322 | ab8500_ext3_reg_reg: ab8500_ext3 { | ||
323 | regulator-name = "ab8500-ext-supply3"; | ||
324 | }; | ||
325 | }; | ||
326 | |||
313 | ab8500-regulators { | 327 | ab8500-regulators { |
314 | ab8500_ldo_aux1_reg: ab8500_ldo_aux1 { | 328 | ab8500_ldo_aux1_reg: ab8500_ldo_aux1 { |
315 | regulator-name = "V-DISPLAY"; | 329 | regulator-name = "V-DISPLAY"; |