]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: omap: add missing unit name to pbias regulator nodes
authorJavier Martinez Canillas <javier@osg.samsung.com>
Fri, 1 Apr 2016 20:20:18 +0000 (16:20 -0400)
committerTony Lindgren <tony@atomide.com>
Mon, 11 Apr 2016 18:57:06 +0000 (11:57 -0700)
This patch fixes the following DTC warnings:

"pbias_regulator has a reg or ranges property, but no unit name"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra7.dtsi
arch/arm/boot/dts/omap2430.dtsi
arch/arm/boot/dts/omap3.dtsi
arch/arm/boot/dts/omap4.dtsi
arch/arm/boot/dts/omap5.dtsi

index 13ac882794270eea60abd54272480a073e3ab174..ed740d02ec17e06876ff263acdd493d621efece9 100644 (file)
@@ -123,7 +123,7 @@ scm_conf: scm_conf@0 {
                                        #size-cells = <1>;
                                        ranges = <0 0x0 0x1400>;
 
-                                       pbias_regulator: pbias_regulator {
+                                       pbias_regulator: pbias_regulator@e00 {
                                                compatible = "ti,pbias-dra7", "ti,pbias-omap";
                                                reg = <0xe00 0x4>;
                                                syscon = <&scm_conf>;
index 798dda072b2a0fd5fd9a91064d049b8aa099c119..59828b0e34f148a4af40584ba3990fcf77208a56 100644 (file)
@@ -63,7 +63,7 @@ scm_clocks: clocks {
                                                #size-cells = <0>;
                                        };
 
-                                       pbias_regulator: pbias_regulator {
+                                       pbias_regulator: pbias_regulator@230 {
                                                compatible = "ti,pbias-omap2", "ti,pbias-omap";
                                                reg = <0x230 0x4>;
                                                syscon = <&scm_conf>;
index b41d07e8e765e22131d616ed2b09d8e6cda7a341..cbddde5d1e4faf8c3403630b5a2a4ff20934f4b3 100644 (file)
@@ -119,7 +119,7 @@ scm_conf: scm_conf@270 {
                                        #size-cells = <1>;
                                        ranges = <0 0x270 0x330>;
 
-                                       pbias_regulator: pbias_regulator {
+                                       pbias_regulator: pbias_regulator@2b0 {
                                                compatible = "ti,pbias-omap3", "ti,pbias-omap";
                                                reg = <0x2b0 0x4>;
                                                syscon = <&scm_conf>;
index 2bd9c83300b2bc3810da219e821f79e4385cc98d..2d8e95661e0ba33500cb1ddd783689c991173cb5 100644 (file)
@@ -198,7 +198,7 @@ omap4_padconf_global: omap4_padconf_global@5a0 {
                                        #size-cells = <1>;
                                        ranges = <0 0x5a0 0x170>;
 
-                                       pbias_regulator: pbias_regulator {
+                                       pbias_regulator: pbias_regulator@60 {
                                                compatible = "ti,pbias-omap4", "ti,pbias-omap";
                                                reg = <0x60 0x4>;
                                                syscon = <&omap4_padconf_global>;
index 38805ebbe2ba49f5dcd2ee92d80cde1e324cbb56..b2297a560825db06f161fdc357e683d4fef1cfa0 100644 (file)
@@ -187,7 +187,7 @@ omap5_padconf_global: omap5_padconf_global@5a0 {
                                        #size-cells = <1>;
                                        ranges = <0 0x5a0 0xec>;
 
-                                       pbias_regulator: pbias_regulator {
+                                       pbias_regulator: pbias_regulator@60 {
                                                compatible = "ti,pbias-omap5", "ti,pbias-omap";
                                                reg = <0x60 0x4>;
                                                syscon = <&omap5_padconf_global>;