diff options
author | Mark Brown <broonie@linaro.org> | 2013-07-23 21:55:16 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-07-23 21:55:16 -0400 |
commit | aa3edb65feae6734e1202ea8224c0cc5d25dea49 (patch) | |
tree | 2e88b808a85ddf54c4fec94c397d274ccb1df716 /arch/arm/boot/dts/exynos5250-arndale.dts | |
parent | d40f3149494c2c23a6e3cf6d68961916fa239592 (diff) |
ARM: dts: Put Arndale fixed voltage regulators on a simple-bus
Fixed voltage regulators (and other similar free standing things) are
supposed to go on a simple-bus for DT correctness reasons.
Signed-off-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/exynos5250-arndale.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos5250-arndale.dts | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts index dab40aebb94a..fa5969adbe9a 100644 --- a/arch/arm/boot/dts/exynos5250-arndale.dts +++ b/arch/arm/boot/dts/exynos5250-arndale.dts | |||
@@ -432,18 +432,24 @@ | |||
432 | vdd-supply = <&ldo8_reg>; | 432 | vdd-supply = <&ldo8_reg>; |
433 | }; | 433 | }; |
434 | 434 | ||
435 | mmc_reg: voltage-regulator { | 435 | regulators { |
436 | compatible = "regulator-fixed"; | 436 | compatible = "simple-bus"; |
437 | regulator-name = "VDD_33ON_2.8V"; | 437 | #address-cells = <1>; |
438 | regulator-min-microvolt = <2800000>; | 438 | #size-cells = <0>; |
439 | regulator-max-microvolt = <2800000>; | 439 | |
440 | gpio = <&gpx1 1 1>; | 440 | mmc_reg: voltage-regulator { |
441 | enable-active-high; | 441 | compatible = "regulator-fixed"; |
442 | }; | 442 | regulator-name = "VDD_33ON_2.8V"; |
443 | regulator-min-microvolt = <2800000>; | ||
444 | regulator-max-microvolt = <2800000>; | ||
445 | gpio = <&gpx1 1 1>; | ||
446 | enable-active-high; | ||
447 | }; | ||
443 | 448 | ||
444 | reg_hdmi_en: fixedregulator@0 { | 449 | reg_hdmi_en: fixedregulator@0 { |
445 | compatible = "regulator-fixed"; | 450 | compatible = "regulator-fixed"; |
446 | regulator-name = "hdmi-en"; | 451 | regulator-name = "hdmi-en"; |
452 | }; | ||
447 | }; | 453 | }; |
448 | 454 | ||
449 | fixed-rate-clocks { | 455 | fixed-rate-clocks { |