ARM: dts: da850/dm81x: remove unneeded unit name for fixed regulators
authorJavier Martinez Canillas <javier@osg.samsung.com>
Mon, 1 Aug 2016 16:46:59 +0000 (12:46 -0400)
committerTony Lindgren <tony@atomide.com>
Mon, 15 Aug 2016 16:42:38 +0000 (09:42 -0700)
This patch fixes the following DTC warnings for many boards:

"Node /fixedregulator@0 has a unit name, but no reg property"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/da850-evm.dts
arch/arm/boot/dts/dm8148-evm.dts
arch/arm/boot/dts/dm8148-t410.dts
arch/arm/boot/dts/dm8168-evm.dts

index 1a15db8..5fd4c37 100644 (file)
                pinctrl-names = "default";
                pinctrl-0 = <&nand_cs3_pins>;
        };
-       vbat: fixedregulator@0 {
+       vbat: fixedregulator0 {
                compatible = "regulator-fixed";
                regulator-name = "vbat";
                regulator-min-microvolt = <5000000>;
index 4128fa9..376b853 100644 (file)
@@ -18,7 +18,7 @@
        };
 
        /* MIC94060YC6 controlled by SD1_POW pin */
-       vmmcsd_fixed: fixedregulator@0 {
+       vmmcsd_fixed: fixedregulator0 {
                compatible = "regulator-fixed";
                regulator-name = "vmmcsd_fixed";
                regulator-min-microvolt = <3300000>;
index 3f18486..b1ce139 100644 (file)
@@ -27,7 +27,7 @@
                regulator-always-on;
        };
 
-       vmmcsd_fixed: fixedregulator@0 {
+       vmmcsd_fixed: fixedregulator0 {
                compatible = "regulator-fixed";
                regulator-name = "vmmcsd_fixed";
                regulator-min-microvolt = <3300000>;
index f50348b..1380922 100644 (file)
@@ -19,7 +19,7 @@
        };
 
        /* FDC6331L controlled by SD_POW pin */
-       vmmcsd_fixed: fixedregulator@0 {
+       vmmcsd_fixed: fixedregulator0 {
                compatible = "regulator-fixed";
                regulator-name = "vmmcsd_fixed";
                regulator-min-microvolt = <3300000>;