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

ARM: dts: AM437X-SK-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>
上级 b9db016a
...@@ -428,7 +428,6 @@ ...@@ -428,7 +428,6 @@
#interrupt-cells = <2>; #interrupt-cells = <2>;
dcdc1: regulator-dcdc1 { dcdc1: regulator-dcdc1 {
compatible = "ti,tps65218-dcdc1";
/* VDD_CORE limits min of OPP50 and max of OPP100 */ /* VDD_CORE limits min of OPP50 and max of OPP100 */
regulator-name = "vdd_core"; regulator-name = "vdd_core";
regulator-min-microvolt = <912000>; regulator-min-microvolt = <912000>;
...@@ -438,7 +437,6 @@ ...@@ -438,7 +437,6 @@
}; };
dcdc2: regulator-dcdc2 { dcdc2: regulator-dcdc2 {
compatible = "ti,tps65218-dcdc2";
/* VDD_MPU limits min of OPP50 and max of OPP_NITRO */ /* VDD_MPU limits min of OPP50 and max of OPP_NITRO */
regulator-name = "vdd_mpu"; regulator-name = "vdd_mpu";
regulator-min-microvolt = <912000>; regulator-min-microvolt = <912000>;
...@@ -448,7 +446,6 @@ ...@@ -448,7 +446,6 @@
}; };
dcdc3: regulator-dcdc3 { dcdc3: regulator-dcdc3 {
compatible = "ti,tps65218-dcdc3";
regulator-name = "vdds_ddr"; regulator-name = "vdds_ddr";
regulator-min-microvolt = <1500000>; regulator-min-microvolt = <1500000>;
regulator-max-microvolt = <1500000>; regulator-max-microvolt = <1500000>;
...@@ -463,7 +460,6 @@ ...@@ -463,7 +460,6 @@
}; };
dcdc4: regulator-dcdc4 { dcdc4: regulator-dcdc4 {
compatible = "ti,tps65218-dcdc4";
regulator-name = "v3_3d"; regulator-name = "v3_3d";
regulator-min-microvolt = <3300000>; regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>; regulator-max-microvolt = <3300000>;
...@@ -496,7 +492,6 @@ ...@@ -496,7 +492,6 @@
}; };
ldo1: regulator-ldo1 { ldo1: regulator-ldo1 {
compatible = "ti,tps65218-ldo1";
regulator-name = "v1_8d"; regulator-name = "v1_8d";
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册