]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: AM437X-CM-T43: Remove redundant regulator compatibles
authorKeerthy <j-keerthy@ti.com>
Mon, 4 Jul 2016 09:55:12 +0000 (15:25 +0530)
committerTony Lindgren <tony@atomide.com>
Fri, 26 Aug 2016 14:50:19 +0000 (07:50 -0700)
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: Keerthy <j-keerthy@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am437x-cm-t43.dts

index 9551c4713173b5d6c3c9de10abf484954935451f..9e92d480576b04ae89f3e5aefc7c57f3a522070c 100644 (file)
                #interrupt-cells = <2>;
 
                dcdc1: regulator-dcdc1 {
-                       compatible = "ti,tps65218-dcdc1";
                        regulator-name = "vdd_core";
                        regulator-min-microvolt = <912000>;
                        regulator-max-microvolt = <1144000>;
                };
 
                dcdc2: regulator-dcdc2 {
-                       compatible = "ti,tps65218-dcdc2";
                        regulator-name = "vdd_mpu";
                        regulator-min-microvolt = <912000>;
                        regulator-max-microvolt = <1378000>;
                };
 
                dcdc3: regulator-dcdc3 {
-                       compatible = "ti,tps65218-dcdc3";
                        regulator-name = "vdcdc3";
                        regulator-suspend-enable;
                        regulator-min-microvolt = <1500000>;
                };
 
                dcdc5: regulator-dcdc5 {
-                       compatible = "ti,tps65218-dcdc5";
                        regulator-name = "v1_0bat";
                        regulator-min-microvolt = <1000000>;
                        regulator-max-microvolt = <1000000>;
                };
 
                dcdc6: regulator-dcdc6 {
-                       compatible = "ti,tps65218-dcdc6";
                        regulator-name = "v1_8bat";
                        regulator-min-microvolt = <1800000>;
                        regulator-max-microvolt = <1800000>;
                };
 
                ldo1: regulator-ldo1 {
-                       compatible = "ti,tps65218-ldo1";
                        regulator-min-microvolt = <1800000>;
                        regulator-max-microvolt = <1800000>;
                        regulator-boot-on;