]> git.karo-electronics.de Git - linux-beck.git/commitdiff
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 1a15db8e376baa19fd1fa25ff4a70eb2aa123be2..5fd4c37680fd58cc8e502158abedd7f0410679cf 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 4128fa91823c98c6fb94870ccb2e5b69c31f35e0..376b85381e8ca89c2cb1780f79d1f155a66df539 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 3f184863e0c52192d7a01a8f24ad3637b1229556..b1ce1398b3ed70b844b0e45ba855bf0d783b21bc 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 f50348bdd8574125d53ae55b0c37ad974aff9818..1380922827be19987a6826f3d760ea7cba1bcac6 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>;