summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gong <B38343@freescale.com>2014-09-28 11:31:04 +0000
committerRobin Gong <b38343@freescale.com>2014-10-09 09:18:02 +0800
commitc0ebad128792a876f8c37a8572f46ab4ee82c14e (patch)
treec38fb7640bc26de11823283ceb808c429f30606c
parent920fa48dd74b158e8a359cc546cf9f6cbfcd95a9 (diff)
MLK-9641: ARM: dts: imx6sx-sdb: change pfuze100 to pfuze200 on RevB board
On imx6sx-sdb-revb board we use pfuze200 and pfuze100 on reva board. Signed-off-by: Robin Gong <b38343@freescale.com>
-rw-r--r--arch/arm/boot/dts/imx6sx-sdb-reva.dts18
-rw-r--r--arch/arm/boot/dts/imx6sx-sdb.dts15
2 files changed, 19 insertions, 14 deletions
diff --git a/arch/arm/boot/dts/imx6sx-sdb-reva.dts b/arch/arm/boot/dts/imx6sx-sdb-reva.dts
index 0089232e3784..398a747c52e2 100644
--- a/arch/arm/boot/dts/imx6sx-sdb-reva.dts
+++ b/arch/arm/boot/dts/imx6sx-sdb-reva.dts
@@ -22,3 +22,21 @@
trx-en-gpio = <&gpio4 25 GPIO_ACTIVE_LOW>;
trx-stby-gpio = <&gpio4 27 GPIO_ACTIVE_LOW>;
};
+
+&pmic {
+ compatible = "fsl,pfuze100";
+
+ regulators {
+ sw1c_reg: sw1c {
+ regulator-min-microvolt = <300000>;
+ regulator-max-microvolt = <1875000>;
+ regulator-boot-on;
+ regulator-always-on;
+ regulator-ramp-delay = <6250>;
+ };
+ sw4_reg: sw4 {
+ regulator-min-microvolt = <800000>;
+ regulator-max-microvolt = <3300000>;
+ };
+ };
+};
diff --git a/arch/arm/boot/dts/imx6sx-sdb.dts b/arch/arm/boot/dts/imx6sx-sdb.dts
index 5fc57e84f596..002af26d9c11 100644
--- a/arch/arm/boot/dts/imx6sx-sdb.dts
+++ b/arch/arm/boot/dts/imx6sx-sdb.dts
@@ -216,7 +216,7 @@
status = "okay";
pmic: pfuze100@08 {
- compatible = "fsl,pfuze100";
+ compatible = "fsl,pfuze200";
reg = <0x08>;
regulators {
@@ -228,14 +228,6 @@
regulator-ramp-delay = <6250>;
};
- sw1c_reg: sw1c {
- regulator-min-microvolt = <300000>;
- regulator-max-microvolt = <1875000>;
- regulator-boot-on;
- regulator-always-on;
- regulator-ramp-delay = <6250>;
- };
-
sw2_reg: sw2 {
regulator-min-microvolt = <800000>;
regulator-max-microvolt = <3300000>;
@@ -257,11 +249,6 @@
regulator-always-on;
};
- sw4_reg: sw4 {
- regulator-min-microvolt = <800000>;
- regulator-max-microvolt = <3300000>;
- };
-
swbst_reg: swbst {
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5150000>;