Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 308cfdaf authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Tony Lindgren
Browse files

ARM: dts: omap: add missing unit name to pbias regulator nodes



This patch fixes the following DTC warnings:

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

Signed-off-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent f55532a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@
					#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>;
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@
						#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>;
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@
					#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>;
+1 −1
Original line number Diff line number Diff line
@@ -198,7 +198,7 @@
					#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>;
+1 −1
Original line number Diff line number Diff line
@@ -187,7 +187,7 @@
					#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>;