diff options
author | Ying-Chun Liu (PaulLiu) <paulliu@debian.org> | 2012-05-08 14:06:27 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-05-11 03:18:09 -0400 |
commit | 41a0d3aa50b8304beb12d4d488431f0b938e9732 (patch) | |
tree | 4dcc51d96bd50964c0101ee9b97de7e14be0e561 /arch/arm/boot/dts | |
parent | c3001b2a63f613e0b530bfd6dd27974d2f846928 (diff) |
ARM: dts: imx53-qsb: Add Dialog DA9053 PMIC support
Add Dialog DA9053 regulators support for imx53-qsb (Loco board)
Cc: Sascha Hauer <kernel@pengutronix.de>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: Amit Kucheria <amit.kucheria@canonical.com>
Cc: Arnaud Patard (Rtp) <arnaud.patard@rtp-net.org>
Cc: Russell King - ARM Linux <linux@arm.linux.org.uk>
Signed-off-by: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/imx53-qsb.dts | 74 |
1 files changed, 73 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53-qsb.dts b/arch/arm/boot/dts/imx53-qsb.dts index b08b5874da6e..393e90d9526d 100644 --- a/arch/arm/boot/dts/imx53-qsb.dts +++ b/arch/arm/boot/dts/imx53-qsb.dts | |||
@@ -73,8 +73,80 @@ | |||
73 | }; | 73 | }; |
74 | 74 | ||
75 | pmic: dialog@48 { | 75 | pmic: dialog@48 { |
76 | compatible = "dialog,da9053", "dialog,da9052"; | 76 | compatible = "dlg,da9053-aa", "dlg,da9052"; |
77 | reg = <0x48>; | 77 | reg = <0x48>; |
78 | |||
79 | regulators { | ||
80 | buck0 { | ||
81 | regulator-min-microvolt = <500000>; | ||
82 | regulator-max-microvolt = <2075000>; | ||
83 | }; | ||
84 | |||
85 | buck1 { | ||
86 | regulator-min-microvolt = <500000>; | ||
87 | regulator-max-microvolt = <2075000>; | ||
88 | }; | ||
89 | |||
90 | buck2 { | ||
91 | regulator-min-microvolt = <925000>; | ||
92 | regulator-max-microvolt = <2500000>; | ||
93 | }; | ||
94 | |||
95 | buck3 { | ||
96 | regulator-min-microvolt = <925000>; | ||
97 | regulator-max-microvolt = <2500000>; | ||
98 | }; | ||
99 | |||
100 | ldo4 { | ||
101 | regulator-min-microvolt = <600000>; | ||
102 | regulator-max-microvolt = <1800000>; | ||
103 | }; | ||
104 | |||
105 | ldo5 { | ||
106 | regulator-min-microvolt = <600000>; | ||
107 | regulator-max-microvolt = <1800000>; | ||
108 | }; | ||
109 | |||
110 | ldo6 { | ||
111 | regulator-min-microvolt = <1725000>; | ||
112 | regulator-max-microvolt = <3300000>; | ||
113 | }; | ||
114 | |||
115 | ldo7 { | ||
116 | regulator-min-microvolt = <1725000>; | ||
117 | regulator-max-microvolt = <3300000>; | ||
118 | }; | ||
119 | |||
120 | ldo8 { | ||
121 | regulator-min-microvolt = <1200000>; | ||
122 | regulator-max-microvolt = <3600000>; | ||
123 | }; | ||
124 | |||
125 | ldo9 { | ||
126 | regulator-min-microvolt = <1200000>; | ||
127 | regulator-max-microvolt = <3600000>; | ||
128 | }; | ||
129 | |||
130 | ldo10 { | ||
131 | regulator-min-microvolt = <1200000>; | ||
132 | regulator-max-microvolt = <3600000>; | ||
133 | }; | ||
134 | |||
135 | ldo11 { | ||
136 | regulator-min-microvolt = <1200000>; | ||
137 | regulator-max-microvolt = <3600000>; | ||
138 | }; | ||
139 | |||
140 | ldo12 { | ||
141 | regulator-min-microvolt = <1250000>; | ||
142 | regulator-max-microvolt = <3650000>; | ||
143 | }; | ||
144 | |||
145 | ldo13 { | ||
146 | regulator-min-microvolt = <1200000>; | ||
147 | regulator-max-microvolt = <3600000>; | ||
148 | }; | ||
149 | }; | ||
78 | }; | 150 | }; |
79 | }; | 151 | }; |
80 | 152 | ||