提交 b9db016a 编写于 作者: K Keerthy 提交者: Tony Lindgren

ARM: dts: AM437X-GP-EVM: Remove redundant regulator compatibles

With the device tree parsing using the regulator framework
there is a no longer a need for separate compatibles for
individual regulator nodes. Hence removing them all.
Signed-off-by: NKeerthy <j-keerthy@ti.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 5a9009f3
...@@ -513,7 +513,6 @@ ...@@ -513,7 +513,6 @@
#interrupt-cells = <2>; #interrupt-cells = <2>;
dcdc1: regulator-dcdc1 { dcdc1: regulator-dcdc1 {
compatible = "ti,tps65218-dcdc1";
regulator-name = "vdd_core"; regulator-name = "vdd_core";
regulator-min-microvolt = <912000>; regulator-min-microvolt = <912000>;
regulator-max-microvolt = <1144000>; regulator-max-microvolt = <1144000>;
...@@ -522,7 +521,6 @@ ...@@ -522,7 +521,6 @@
}; };
dcdc2: regulator-dcdc2 { dcdc2: regulator-dcdc2 {
compatible = "ti,tps65218-dcdc2";
regulator-name = "vdd_mpu"; regulator-name = "vdd_mpu";
regulator-min-microvolt = <912000>; regulator-min-microvolt = <912000>;
regulator-max-microvolt = <1378000>; regulator-max-microvolt = <1378000>;
...@@ -531,7 +529,6 @@ ...@@ -531,7 +529,6 @@
}; };
dcdc3: regulator-dcdc3 { dcdc3: regulator-dcdc3 {
compatible = "ti,tps65218-dcdc3";
regulator-name = "vdcdc3"; regulator-name = "vdcdc3";
regulator-min-microvolt = <1500000>; regulator-min-microvolt = <1500000>;
regulator-max-microvolt = <1500000>; regulator-max-microvolt = <1500000>;
...@@ -546,7 +543,6 @@ ...@@ -546,7 +543,6 @@
}; };
dcdc5: regulator-dcdc5 { dcdc5: regulator-dcdc5 {
compatible = "ti,tps65218-dcdc5";
regulator-name = "v1_0bat"; regulator-name = "v1_0bat";
regulator-min-microvolt = <1000000>; regulator-min-microvolt = <1000000>;
regulator-max-microvolt = <1000000>; regulator-max-microvolt = <1000000>;
...@@ -558,7 +554,6 @@ ...@@ -558,7 +554,6 @@
}; };
dcdc6: regulator-dcdc6 { dcdc6: regulator-dcdc6 {
compatible = "ti,tps65218-dcdc6";
regulator-name = "v1_8bat"; regulator-name = "v1_8bat";
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
...@@ -570,7 +565,6 @@ ...@@ -570,7 +565,6 @@
}; };
ldo1: regulator-ldo1 { ldo1: regulator-ldo1 {
compatible = "ti,tps65218-ldo1";
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
regulator-boot-on; regulator-boot-on;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册