]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: am335x/am437x: remove unneeded unit name for fixed regulators
authorJavier Martinez Canillas <javier@osg.samsung.com>
Mon, 1 Aug 2016 16:46:58 +0000 (12:46 -0400)
committerTony Lindgren <tony@atomide.com>
Mon, 15 Aug 2016 16:42:37 +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>
14 files changed:
arch/arm/boot/dts/am335x-baltos.dtsi
arch/arm/boot/dts/am335x-bone-common.dtsi
arch/arm/boot/dts/am335x-cm-t335.dts
arch/arm/boot/dts/am335x-evm.dts
arch/arm/boot/dts/am335x-evmsk.dts
arch/arm/boot/dts/am335x-icev2.dts
arch/arm/boot/dts/am335x-igep0033.dtsi
arch/arm/boot/dts/am335x-lxm.dts
arch/arm/boot/dts/am335x-pepper.dts
arch/arm/boot/dts/am335x-phycore-som.dtsi
arch/arm/boot/dts/am335x-shc.dts
arch/arm/boot/dts/am335x-sl50.dts
arch/arm/boot/dts/am335x-wega.dtsi
arch/arm/boot/dts/am43x-epos-evm.dts

index b689172632efbb48516201b7814fbbc68d925b19..df0dd2a54b00a82f6725917c021499a2b8f7af9f 100644 (file)
@@ -29,7 +29,7 @@
                reg = <0x80000000 0x10000000>; /* 256 MB */
        };
 
-       vbat: fixedregulator@0 {
+       vbat: fixedregulator0 {
                compatible = "regulator-fixed";
                regulator-name = "vbat";
                regulator-min-microvolt = <5000000>;
@@ -37,7 +37,7 @@
                regulator-boot-on;
        };
 
-       wl12xx_vmmc: fixedregulator@2 {
+       wl12xx_vmmc: fixedregulator2 {
                pinctrl-names = "default";
                pinctrl-0 = <&wl12xx_gpio>;
                compatible = "regulator-fixed";
index e247c15e517606c7d8e0237c4de1794e499fd680..d4890149dac4ef3f9462f44931dd27b2637a38d7 100644 (file)
@@ -57,7 +57,7 @@
                };
        };
 
-       vmmcsd_fixed: fixedregulator@0 {
+       vmmcsd_fixed: fixedregulator0 {
                compatible = "regulator-fixed";
                regulator-name = "vmmcsd_fixed";
                regulator-min-microvolt = <3300000>;
index 817b1dec0683d0c3513b2e283013f20758fa2764..1dbc70de1070179b5b5e541799a8b480fdc149a2 100644 (file)
@@ -34,7 +34,7 @@
        };
 
        /* regulator for mmc */
-       vmmc_fixed: fixedregulator@0 {
+       vmmc_fixed: fixedregulator0 {
                compatible = "regulator-fixed";
                regulator-name = "vmmc_fixed";
                regulator-min-microvolt = <3300000>;
@@ -42,7 +42,7 @@
        };
 
        /* Regulator for WiFi */
-       vwlan_fixed: fixedregulator@2 {
+       vwlan_fixed: fixedregulator2 {
                compatible = "regulator-fixed";
                regulator-name = "vwlan_fixed";
                gpio = <&gpio0 20 GPIO_ACTIVE_HIGH>; /* gpio0_20 */
index d5e6da5a782af3a45a0d18bc2653e06bd119cf7a..63124f898186f4138cccf0c9d501f7d2af55284e 100644 (file)
@@ -25,7 +25,7 @@
                reg = <0x80000000 0x10000000>; /* 256 MB */
        };
 
-       vbat: fixedregulator@0 {
+       vbat: fixedregulator0 {
                compatible = "regulator-fixed";
                regulator-name = "vbat";
                regulator-min-microvolt = <5000000>;
                regulator-boot-on;
        };
 
-       lis3_reg: fixedregulator@1 {
+       lis3_reg: fixedregulator1 {
                compatible = "regulator-fixed";
                regulator-name = "lis3_reg";
                regulator-boot-on;
        };
 
-       wlan_en_reg: fixedregulator@2 {
+       wlan_en_reg: fixedregulator2 {
                compatible = "regulator-fixed";
                regulator-name = "wlan-en-regulator";
                regulator-min-microvolt = <1800000>;
index 09308d66645b477b407d970922a998c697f8419a..c96c42cb84f6403f34a7820a0db7a57cb05f9bff 100644 (file)
@@ -32,7 +32,7 @@
                reg = <0x80000000 0x10000000>; /* 256 MB */
        };
 
-       vbat: fixedregulator@0 {
+       vbat: fixedregulator0 {
                compatible = "regulator-fixed";
                regulator-name = "vbat";
                regulator-min-microvolt = <5000000>;
                regulator-boot-on;
        };
 
-       lis3_reg: fixedregulator@1 {
+       lis3_reg: fixedregulator1 {
                compatible = "regulator-fixed";
                regulator-name = "lis3_reg";
                regulator-boot-on;
        };
 
-       wl12xx_vmmc: fixedregulator@2 {
+       wl12xx_vmmc: fixedregulator2 {
                pinctrl-names = "default";
                pinctrl-0 = <&wl12xx_gpio>;
                compatible = "regulator-fixed";
@@ -58,7 +58,7 @@
                enable-active-high;
        };
 
-       vtt_fixed: fixedregulator@3 {
+       vtt_fixed: fixedregulator3 {
                compatible = "regulator-fixed";
                regulator-name = "vtt";
                regulator-min-microvolt = <1500000>;
index 7d8b8fefdf08c470a1f8bca049144bc6e80bb5c4..859e801f76272ce8e0d5179477600afb9314a7d7 100644 (file)
@@ -24,7 +24,7 @@
                reg = <0x80000000 0x10000000>; /* 256 MB */
        };
 
-       vbat: fixedregulator@0 {
+       vbat: fixedregulator0 {
                compatible = "regulator-fixed";
                regulator-name = "vbat";
                regulator-min-microvolt = <5000000>;
@@ -32,7 +32,7 @@
                regulator-boot-on;
        };
 
-       vtt_fixed: fixedregulator@1 {
+       vtt_fixed: fixedregulator1 {
                compatible = "regulator-fixed";
                regulator-name = "vtt";
                regulator-min-microvolt = <1500000>;
index e7d9ca1305faef3854ba7efb4da9efc20346c7ce..856ee31c7cc88f317bf918ba84ca26f9210bccdc 100644 (file)
@@ -38,7 +38,7 @@
                };
        };
 
-       vbat: fixedregulator@0 {
+       vbat: fixedregulator0 {
                compatible = "regulator-fixed";
                regulator-name = "vbat";
                regulator-min-microvolt = <5000000>;
@@ -46,7 +46,7 @@
                regulator-boot-on;
        };
 
-       vmmc: fixedregulator@0 {
+       vmmc: fixedregulator1 {
                compatible = "regulator-fixed";
                regulator-name = "vmmc";
                regulator-min-microvolt = <3300000>;
index d97b0efa43f358de8385bb52bf8b02b1ef48dc98..6594ce7449f33f70e810b6006fba375ea72eb1ce 100644 (file)
@@ -25,7 +25,7 @@
        };
 
        /* Power supply provides a fixed 5V @2A */
-       vbat: fixedregulator@0 {
+       vbat: fixedregulator0 {
                compatible = "regulator-fixed";
                regulator-name = "vbat";
                regulator-min-microvolt = <5000000>;
@@ -34,7 +34,7 @@
        };
 
        /* Power supply provides a fixed 3.3V @3A */
-       vmmcsd_fixed: fixedregulator@1 {
+       vmmcsd_fixed: fixedregulator1 {
                compatible = "regulator-fixed";
                regulator-name = "vmmcsd_fixed";
                regulator-min-microvolt = <3300000>;
index 8867aaaec54d565de7f147af80e2e1cb6c4b2967..5fe52a3a7f47441f007e4fc397aad30548b7cf74 100644 (file)
                compatible = "ti,da830-evm-audio";
        };
 
-       vbat: fixedregulator@0 {
+       vbat: fixedregulator0 {
                compatible = "regulator-fixed";
        };
 
-       v3v3c_reg: fixedregulator@1 {
+       v3v3c_reg: fixedregulator1 {
                compatible = "regulator-fixed";
        };
 
-       vdd5_reg: fixedregulator@2 {
+       vdd5_reg: fixedregulator2 {
                compatible = "regulator-fixed";
        };
 };
index 1263c9d4cba3b5644800dcdc2c172077a83cdfe2..29c2ea7950f671556edf905d99105a19cd285120 100644 (file)
@@ -33,7 +33,7 @@
        regulators {
                compatible = "simple-bus";
 
-               vcc5v: fixedregulator@0 {
+               vcc5v: fixedregulator0 {
                        compatible = "regulator-fixed";
                        regulator-name = "vcc5v";
                        regulator-min-microvolt = <5000000>;
index 837d5b80ea1dcc5cbb92b3a0b9701927d04d0cac..41b1b1206c31d9af6e43bcae6aaf33933df8252c 100644 (file)
                reg = <0x80000000 0x20000000>; /* 512 MB */
        };
 
-       vmmcsd_fixed: fixedregulator@0 {
+       vmmcsd_fixed: fixedregulator0 {
                compatible = "regulator-fixed";
                regulator-name = "vmmcsd_fixed";
                regulator-min-microvolt = <3300000>;
index a6efbe6eda3b97f9dda4a74aed9e51a3b3950538..560ebfcddcc5478f113b647ae9f4a7ddd6588941 100644 (file)
                reset-gpios = <&gpio1 20 GPIO_ACTIVE_LOW>;
        };
 
-       vmmcsd_fixed: fixedregulator@0 {
+       vmmcsd_fixed: fixedregulator0 {
                compatible = "regulator-fixed";
                regulator-name = "vmmcsd_fixed";
                regulator-min-microvolt = <3300000>;
index 282f6d4b27bce4a3308e9ca6d5666e60de1c00ca..d5fdf6244af8bb1f4ede01c9773ebef459f69289 100644 (file)
@@ -14,7 +14,7 @@
        regulators {
                compatible = "simple-bus";
 
-               vcc3v3: fixedregulator@1 {
+               vcc3v3: fixedregulator1 {
                        compatible = "regulator-fixed";
                        regulator-name = "vcc3v3";
                        regulator-min-microvolt = <3300000>;
index 3ce23f2920e6ca4e515725c390cbc57dc468331d..a445802485710477cfb6ac8f7ada2d914c0bbbb0 100644 (file)
@@ -32,7 +32,7 @@
                enable-active-high;
        };
 
-       vbat: fixedregulator@0 {
+       vbat: fixedregulator0 {
                compatible = "regulator-fixed";
                regulator-name = "vbat";
                regulator-min-microvolt = <5000000>;