diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-02-23 18:47:29 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-02-23 18:52:03 -0500 |
commit | 7e03ff332a3cf3da83df1f817fb2476698a82383 (patch) | |
tree | 4a28f7e9dd1b88425ed993222660c69de09fd8de | |
parent | 98bcb547377fbd7e17ddbb101a97852d7064d6a1 (diff) |
ARM: dts: Add fixed voltage regulators to smdk5420
Fixed voltage regulators required by audio codec added.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r-- | arch/arm/boot/dts/exynos5420-smdk5420.dts | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5420-smdk5420.dts b/arch/arm/boot/dts/exynos5420-smdk5420.dts index edb4926f17d6..ae1ee0470fca 100644 --- a/arch/arm/boot/dts/exynos5420-smdk5420.dts +++ b/arch/arm/boot/dts/exynos5420-smdk5420.dts | |||
@@ -31,6 +31,39 @@ | |||
31 | }; | 31 | }; |
32 | }; | 32 | }; |
33 | 33 | ||
34 | regulators { | ||
35 | compatible = "simple-bus"; | ||
36 | #address-cells = <1>; | ||
37 | #size-cells = <0>; | ||
38 | |||
39 | vdd: fixed-regulator@0 { | ||
40 | compatible = "regulator-fixed"; | ||
41 | reg = <0>; | ||
42 | regulator-name = "vdd-supply"; | ||
43 | regulator-min-microvolt = <1800000>; | ||
44 | regulator-max-microvolt = <1800000>; | ||
45 | regulator-always-on; | ||
46 | }; | ||
47 | |||
48 | dbvdd: fixed-regulator@1 { | ||
49 | compatible = "regulator-fixed"; | ||
50 | reg = <1>; | ||
51 | regulator-name = "dbvdd-supply"; | ||
52 | regulator-min-microvolt = <3300000>; | ||
53 | regulator-max-microvolt = <3300000>; | ||
54 | regulator-always-on; | ||
55 | }; | ||
56 | |||
57 | spkvdd: fixed-regulator@2 { | ||
58 | compatible = "regulator-fixed"; | ||
59 | reg = <2>; | ||
60 | regulator-name = "spkvdd-supply"; | ||
61 | regulator-min-microvolt = <5000000>; | ||
62 | regulator-max-microvolt = <5000000>; | ||
63 | regulator-always-on; | ||
64 | }; | ||
65 | }; | ||
66 | |||
34 | rtc@101E0000 { | 67 | rtc@101E0000 { |
35 | status = "okay"; | 68 | status = "okay"; |
36 | }; | 69 | }; |