Skip to content

Commit

Permalink
ARM: dts: imx53-qsb: Add Dialog DA9053 PMIC support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ying-Chun Liu (PaulLiu) authored and Shawn Guo committed May 11, 2012
1 parent c3001b2 commit 41a0d3a
Showing 1 changed file with 73 additions and 1 deletion.
74 changes: 73 additions & 1 deletion arch/arm/boot/dts/imx53-qsb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,80 @@
};

pmic: dialog@48 {
compatible = "dialog,da9053", "dialog,da9052";
compatible = "dlg,da9053-aa", "dlg,da9052";
reg = <0x48>;

regulators {
buck0 {
regulator-min-microvolt = <500000>;
regulator-max-microvolt = <2075000>;
};

buck1 {
regulator-min-microvolt = <500000>;
regulator-max-microvolt = <2075000>;
};

buck2 {
regulator-min-microvolt = <925000>;
regulator-max-microvolt = <2500000>;
};

buck3 {
regulator-min-microvolt = <925000>;
regulator-max-microvolt = <2500000>;
};

ldo4 {
regulator-min-microvolt = <600000>;
regulator-max-microvolt = <1800000>;
};

ldo5 {
regulator-min-microvolt = <600000>;
regulator-max-microvolt = <1800000>;
};

ldo6 {
regulator-min-microvolt = <1725000>;
regulator-max-microvolt = <3300000>;
};

ldo7 {
regulator-min-microvolt = <1725000>;
regulator-max-microvolt = <3300000>;
};

ldo8 {
regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <3600000>;
};

ldo9 {
regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <3600000>;
};

ldo10 {
regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <3600000>;
};

ldo11 {
regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <3600000>;
};

ldo12 {
regulator-min-microvolt = <1250000>;
regulator-max-microvolt = <3650000>;
};

ldo13 {
regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <3600000>;
};
};
};
};

Expand Down

0 comments on commit 41a0d3a

Please sign in to comment.