linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings
@ 2016-06-27 19:20 Javier Martinez Canillas
  2016-06-27 19:20 ` [PATCH 01/27] ARM: dts: omap2: add missing unit name to func_96m_ck Javier Martinez Canillas
                   ` (27 more replies)
  0 siblings, 28 replies; 29+ messages in thread
From: Javier Martinez Canillas @ 2016-06-27 19:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas


Hello Tony,

This is another series with trivial fixes for DTC warnings about mismatches
between unit names and reg properties in different device nodes. The series
fixes only some of the reported warning and there are still a lot remaining.

The patches should not cause a functional change but were only build tested.

Best regards,
Javier


Javier Martinez Canillas (27):
  ARM: dts: omap2: add missing unit name to func_96m_ck
  ARM: dts: am3517-craneboard: remove unneeded unit name for
    fixedregulator
  ARM: dts: dm3730-torpedo-devkit: remove unneeded unit names
  ARM: dts: n900: remove unneeded unit name for dmtimer-pwm
  ARM: dts: omap3-beagle: remove unneeded unit names
  ARM: dts: omap3-beagle-xm: remove unneeded unit names
  ARM: dts: cm-t3x: remove unneeded unit name in connector
  ARM: dts: omap3-devkit8000: remove unneeded unit names
  ARM: dts: omap3-devkit8000-lcd-common: remove unneeded unit names
  ARM: dts: omap3-gta04: remove unneeded unit names
  ARM: dts: omap3-ha-lcd: remove unneeded unit name
  ARM: dts: omap3: overo: remove unneded unit names in display nodes
  ARM: dts: omap3-igep0020-common: remove unneded unit names
  ARM: dts: omap3-overo-common-dvi: remove unneded unit names
  ARM: dts: omap3-pandora-common: remove unneded unit name
  ARM: dts: sbc-t3x30: remove unneded unit names
  ARM: dts: omap3-thunder: remove unneded unit name
  ARM: dts: omap4-duovero-parlor: remove unneded unit name
  ARM: dts: omap4-panda-common: remove unneded unit names
  ARM: dts: omap4-sdp: remove unneded unit names
  ARM: dts: omap4-var-om44customboard: remove unneded unit name
  ARM: dts: am43xx-epos-evm: remove unneded unit name
  ARM: dts: am437x-gp-evm: remove unneded unit name
  ARM: dts: am437x: cm-t43: remove unneded unit names
  ARM: dts: omap5-cm-t54: remove unneded unit names and add reg
    properties
  ARM: dts: omap5-board-common: remove unneded unit names
  ARM: dts: am57xx: sbc-am57x: remove unneded unit name

 arch/arm/boot/dts/am3517-craneboard.dts            |  2 +-
 arch/arm/boot/dts/am437x-gp-evm.dts                |  2 +-
 arch/arm/boot/dts/am437x-sbc-t43.dts               |  2 +-
 arch/arm/boot/dts/am43x-epos-evm.dts               |  2 +-
 arch/arm/boot/dts/am57xx-sbc-am57x.dts             |  2 +-
 arch/arm/boot/dts/compulab-sb-som.dtsi             |  2 +-
 arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts  |  4 ++--
 arch/arm/boot/dts/omap24xx-clocks.dtsi             |  2 +-
 arch/arm/boot/dts/omap3-beagle-xm.dts              | 10 +++++-----
 arch/arm/boot/dts/omap3-beagle.dts                 | 10 +++++-----
 arch/arm/boot/dts/omap3-cm-t3x.dtsi                |  2 +-
 arch/arm/boot/dts/omap3-devkit8000-common.dtsi     | 12 ++++++------
 arch/arm/boot/dts/omap3-devkit8000-lcd-common.dtsi |  4 ++--
 arch/arm/boot/dts/omap3-devkit8000-lcd43.dts       |  2 +-
 arch/arm/boot/dts/omap3-devkit8000-lcd70.dts       |  2 +-
 arch/arm/boot/dts/omap3-gta04.dtsi                 |  8 ++++----
 arch/arm/boot/dts/omap3-ha-lcd.dts                 |  2 +-
 arch/arm/boot/dts/omap3-igep0020-common.dtsi       |  8 ++++----
 arch/arm/boot/dts/omap3-n900.dts                   |  2 +-
 arch/arm/boot/dts/omap3-overo-common-dvi.dtsi      |  8 ++++----
 arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi    |  2 +-
 arch/arm/boot/dts/omap3-overo-common-lcd43.dtsi    |  2 +-
 arch/arm/boot/dts/omap3-pandora-common.dtsi        |  2 +-
 arch/arm/boot/dts/omap3-sb-t35.dtsi                |  8 ++++----
 arch/arm/boot/dts/omap3-thunder.dts                |  2 +-
 arch/arm/boot/dts/omap4-duovero-parlor.dts         |  2 +-
 arch/arm/boot/dts/omap4-panda-common.dtsi          | 16 ++++++++--------
 arch/arm/boot/dts/omap4-sdp.dts                    |  8 ++++----
 arch/arm/boot/dts/omap4-var-om44customboard.dtsi   |  2 +-
 arch/arm/boot/dts/omap5-board-common.dtsi          |  8 ++++----
 arch/arm/boot/dts/omap5-cm-t54.dts                 | 15 ++++++++++-----
 31 files changed, 80 insertions(+), 75 deletions(-)

-- 
2.5.5

^ permalink raw reply	[flat|nested] 29+ messages in thread

* [PATCH 01/27] ARM: dts: omap2: add missing unit name to func_96m_ck
  2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
@ 2016-06-27 19:20 ` Javier Martinez Canillas
  2016-06-27 19:20 ` [PATCH 02/27] ARM: dts: am3517-craneboard: remove unneeded unit name for fixedregulator Javier Martinez Canillas
                   ` (26 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: Javier Martinez Canillas @ 2016-06-27 19:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

This patch fixes the following DTC warnings for omap2430-sdp.dtb:

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

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/boot/dts/omap24xx-clocks.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/omap24xx-clocks.dtsi b/arch/arm/boot/dts/omap24xx-clocks.dtsi
index ca73722b5ea4..769a346de613 100644
--- a/arch/arm/boot/dts/omap24xx-clocks.dtsi
+++ b/arch/arm/boot/dts/omap24xx-clocks.dtsi
@@ -164,7 +164,7 @@
 		clock-div = <1>;
 	};
 
-	func_96m_ck: func_96m_ck {
+	func_96m_ck: func_96m_ck@540 {
 		#clock-cells = <0>;
 	};
 
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [PATCH 02/27] ARM: dts: am3517-craneboard: remove unneeded unit name for fixedregulator
  2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
  2016-06-27 19:20 ` [PATCH 01/27] ARM: dts: omap2: add missing unit name to func_96m_ck Javier Martinez Canillas
@ 2016-06-27 19:20 ` Javier Martinez Canillas
  2016-06-27 19:20 ` [PATCH 03/27] ARM: dts: dm3730-torpedo-devkit: remove unneeded unit names Javier Martinez Canillas
                   ` (25 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: Javier Martinez Canillas @ 2016-06-27 19:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

This patch fixes the following DTC warnings for am3517-craneboard.dtb:

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

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/boot/dts/am3517-craneboard.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/am3517-craneboard.dts b/arch/arm/boot/dts/am3517-craneboard.dts
index cb7de1d4e05f..f9d8f3948c4a 100644
--- a/arch/arm/boot/dts/am3517-craneboard.dts
+++ b/arch/arm/boot/dts/am3517-craneboard.dts
@@ -20,7 +20,7 @@
 		reg = <0x80000000 0x10000000>;	/* 256 MB */
 	};
 
-	vbat: fixedregulator@0 {
+	vbat: fixedregulator {
 		compatible = "regulator-fixed";
 		regulator-name = "vbat";
 		regulator-min-microvolt = <5000000>;
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [PATCH 03/27] ARM: dts: dm3730-torpedo-devkit: remove unneeded unit names
  2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
  2016-06-27 19:20 ` [PATCH 01/27] ARM: dts: omap2: add missing unit name to func_96m_ck Javier Martinez Canillas
  2016-06-27 19:20 ` [PATCH 02/27] ARM: dts: am3517-craneboard: remove unneeded unit name for fixedregulator Javier Martinez Canillas
@ 2016-06-27 19:20 ` Javier Martinez Canillas
  2016-06-27 19:20 ` [PATCH 04/27] ARM: dts: n900: remove unneeded unit name for dmtimer-pwm Javier Martinez Canillas
                   ` (24 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: Javier Martinez Canillas @ 2016-06-27 19:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

This patch fixes the following DTC warnings:

"dmtimer-pwm@10 has a unit name, but no reg property"
"display@0 has a unit name, but no reg property"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts b/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
index 015f795a8d19..08cce17a25a0 100644
--- a/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
+++ b/arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts
@@ -72,7 +72,7 @@
 		};
 	};
 
-	pwm10: dmtimer-pwm@10 {
+	pwm10: dmtimer-pwm {
 		compatible = "ti,omap-dmtimer-pwm";
 		pinctrl-names = "default";
 		pinctrl-0 = <&pwm_pins>;
@@ -147,7 +147,7 @@
 		gpio = <&gpio5 27 GPIO_ACTIVE_HIGH>;	/* gpio155, lcd INI */
 	};
 
-	lcd0: display@0 {
+	lcd0: display {
 		compatible = "panel-dpi";
 		label = "15";
 		status = "okay";
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [PATCH 04/27] ARM: dts: n900: remove unneeded unit name for dmtimer-pwm
  2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
                   ` (2 preceding siblings ...)
  2016-06-27 19:20 ` [PATCH 03/27] ARM: dts: dm3730-torpedo-devkit: remove unneeded unit names Javier Martinez Canillas
@ 2016-06-27 19:20 ` Javier Martinez Canillas
  2016-06-27 19:20 ` [PATCH 05/27] ARM: dts: omap3-beagle: remove unneeded unit names Javier Martinez Canillas
                   ` (23 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: Javier Martinez Canillas @ 2016-06-27 19:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

This patch fixes the following DTC warnings for omap3-n900.dtb:

"dmtimer-pwm@9 has a unit name, but no reg property"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/boot/dts/omap3-n900.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts
index 5ce4d6fe4cf8..2a6078a8422c 100644
--- a/arch/arm/boot/dts/omap3-n900.dts
+++ b/arch/arm/boot/dts/omap3-n900.dts
@@ -144,7 +144,7 @@
 		io-channel-names = "temp", "bsi", "vbat";
 	};
 
-	pwm9: dmtimer-pwm@9 {
+	pwm9: dmtimer-pwm {
 		compatible = "ti,omap-dmtimer-pwm";
 		#pwm-cells = <3>;
 		ti,timers = <&timer9>;
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [PATCH 05/27] ARM: dts: omap3-beagle: remove unneeded unit names
  2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
                   ` (3 preceding siblings ...)
  2016-06-27 19:20 ` [PATCH 04/27] ARM: dts: n900: remove unneeded unit name for dmtimer-pwm Javier Martinez Canillas
@ 2016-06-27 19:20 ` Javier Martinez Canillas
  2016-06-27 19:20 ` [PATCH 06/27] ARM: dts: omap3-beagle-xm: " Javier Martinez Canillas
                   ` (22 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: Javier Martinez Canillas @ 2016-06-27 19:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

This patch fixes the following DTC warnings for omap3-beagle.dtb:

"encoder@0 has a unit name, but no reg property"
"encoder@0/ports/port@0/endpoint@0 has a unit name, but no reg property"
"encoder@0/ports/port@1/endpoint@0 has a unit name, but no reg property"
"connector@0 has a unit name, but no reg property"
"connector@1 has a unit name, but no reg property"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/boot/dts/omap3-beagle.dts | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-beagle.dts b/arch/arm/boot/dts/omap3-beagle.dts
index a4deff0e2d52..a19d907d4850 100644
--- a/arch/arm/boot/dts/omap3-beagle.dts
+++ b/arch/arm/boot/dts/omap3-beagle.dts
@@ -85,7 +85,7 @@
 
 	};
 
-	tfp410: encoder@0 {
+	tfp410: encoder0 {
 		compatible = "ti,tfp410";
 		powerdown-gpios = <&gpio6 10 GPIO_ACTIVE_LOW>;	/* gpio_170 */
 
@@ -99,7 +99,7 @@
 			port@0 {
 				reg = <0>;
 
-				tfp410_in: endpoint@0 {
+				tfp410_in: endpoint {
 					remote-endpoint = <&dpi_out>;
 				};
 			};
@@ -107,14 +107,14 @@
 			port@1 {
 				reg = <1>;
 
-				tfp410_out: endpoint@0 {
+				tfp410_out: endpoint {
 					remote-endpoint = <&dvi_connector_in>;
 				};
 			};
 		};
 	};
 
-	dvi0: connector@0 {
+	dvi0: connector0 {
 		compatible = "dvi-connector";
 		label = "dvi";
 
@@ -129,7 +129,7 @@
 		};
 	};
 
-	tv0: connector@1 {
+	tv0: connector1 {
 		compatible = "svideo-connector";
 		label = "tv";
 
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [PATCH 06/27] ARM: dts: omap3-beagle-xm: remove unneeded unit names
  2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
                   ` (4 preceding siblings ...)
  2016-06-27 19:20 ` [PATCH 05/27] ARM: dts: omap3-beagle: remove unneeded unit names Javier Martinez Canillas
@ 2016-06-27 19:20 ` Javier Martinez Canillas
  2016-06-27 19:20 ` [PATCH 07/27] ARM: dts: cm-t3x: remove unneeded unit name in connector Javier Martinez Canillas
                   ` (21 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: Javier Martinez Canillas @ 2016-06-27 19:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

This patch fixes the following DTC warnings for omap3-beagle-xm.dtb:

"encoder@0 has a unit name, but no reg property"
"encoder@0/ports/port@0/endpoint@0 has a unit name, but no reg property"
"encoder@0/ports/port@1/endpoint@0 has a unit name, but no reg property"
"connector@0 has a unit name, but no reg property"
"connector@1 has a unit name, but no reg property"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/boot/dts/omap3-beagle-xm.dts | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-beagle-xm.dts b/arch/arm/boot/dts/omap3-beagle-xm.dts
index 01e1e2d5c735..8ffde06281ad 100644
--- a/arch/arm/boot/dts/omap3-beagle-xm.dts
+++ b/arch/arm/boot/dts/omap3-beagle-xm.dts
@@ -91,7 +91,7 @@
 		vcc-supply = <&hsusb2_power>;
 	};
 
-	tfp410: encoder@0 {
+	tfp410: encoder0 {
 		compatible = "ti,tfp410";
 		powerdown-gpios = <&twl_gpio 2 GPIO_ACTIVE_LOW>;
 
@@ -104,7 +104,7 @@
 			port@0 {
 				reg = <0>;
 
-				tfp410_in: endpoint@0 {
+				tfp410_in: endpoint {
 					remote-endpoint = <&dpi_out>;
 				};
 			};
@@ -112,14 +112,14 @@
 			port@1 {
 				reg = <1>;
 
-				tfp410_out: endpoint@0 {
+				tfp410_out: endpoint {
 					remote-endpoint = <&dvi_connector_in>;
 				};
 			};
 		};
 	};
 
-	dvi0: connector@0 {
+	dvi0: connector0 {
 		compatible = "dvi-connector";
 		label = "dvi";
 
@@ -134,7 +134,7 @@
 		};
 	};
 
-	tv0: connector@1 {
+	tv0: connector1 {
 		compatible = "svideo-connector";
 		label = "tv";
 
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [PATCH 07/27] ARM: dts: cm-t3x: remove unneeded unit name in connector
  2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
                   ` (5 preceding siblings ...)
  2016-06-27 19:20 ` [PATCH 06/27] ARM: dts: omap3-beagle-xm: " Javier Martinez Canillas
@ 2016-06-27 19:20 ` Javier Martinez Canillas
  2016-06-27 19:20 ` [PATCH 08/27] ARM: dts: omap3-devkit8000: remove unneeded unit names Javier Martinez Canillas
                   ` (20 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: Javier Martinez Canillas @ 2016-06-27 19:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

This patch fixes the following DTC warnings for omap3-cm-t3517.dtb,
omap3-cm-t3530.dtb and omap3-cm-t3730.dtb:

"connector@1 has a unit name, but no reg property"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/boot/dts/omap3-cm-t3x.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/omap3-cm-t3x.dtsi b/arch/arm/boot/dts/omap3-cm-t3x.dtsi
index a8127bc31fd9..6a0df13fa0f3 100644
--- a/arch/arm/boot/dts/omap3-cm-t3x.dtsi
+++ b/arch/arm/boot/dts/omap3-cm-t3x.dtsi
@@ -57,7 +57,7 @@
 		regulator-max-microvolt = <3300000>;
 	};
 
-	tv0: connector@1 {
+	tv0: connector {
 		compatible = "svideo-connector";
 		label = "tv";
 
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [PATCH 08/27] ARM: dts: omap3-devkit8000: remove unneeded unit names
  2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
                   ` (6 preceding siblings ...)
  2016-06-27 19:20 ` [PATCH 07/27] ARM: dts: cm-t3x: remove unneeded unit name in connector Javier Martinez Canillas
@ 2016-06-27 19:20 ` Javier Martinez Canillas
  2016-06-27 19:20 ` [PATCH 09/27] ARM: dts: omap3-devkit8000-lcd-common: " Javier Martinez Canillas
                   ` (19 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: Javier Martinez Canillas @ 2016-06-27 19:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

This patch fixes the following DTC warnings for omap3-devkit8000.dtb,
omap3-devkit8000-lcd43.dtb and omap3-devkit8000-lcd70.dtb:

"encoder@0 has a unit name, but no reg property"
"endpoint@0 has a unit name, but no reg property"
"connector@0 has a unit name, but no reg property"
"connector@1 has a unit name, but no reg property"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/boot/dts/omap3-devkit8000-common.dtsi | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-devkit8000-common.dtsi b/arch/arm/boot/dts/omap3-devkit8000-common.dtsi
index b1b8ebf90c1c..586010179752 100644
--- a/arch/arm/boot/dts/omap3-devkit8000-common.dtsi
+++ b/arch/arm/boot/dts/omap3-devkit8000-common.dtsi
@@ -68,7 +68,7 @@
 		};
 	};
 
-	tfp410: encoder@0 {
+	tfp410: encoder0 {
 		compatible = "ti,tfp410";
 		powerdown-gpios = <&twl_gpio 7 GPIO_ACTIVE_LOW>;
 
@@ -79,7 +79,7 @@
 			port@0 {
 				reg = <0>;
 
-				tfp410_in: endpoint@0 {
+				tfp410_in: endpoint {
 					remote-endpoint = <&dpi_dvi_out>;
 				};
 			};
@@ -87,14 +87,14 @@
 			port@1 {
 				reg = <1>;
 
-				tfp410_out: endpoint@0 {
+				tfp410_out: endpoint {
 					remote-endpoint = <&dvi_connector_in>;
 				};
 			};
 		};
 	};
 
-	dvi0: connector@0 {
+	dvi0: connector0 {
 		compatible = "dvi-connector";
 		label = "dvi";
 
@@ -109,7 +109,7 @@
 		};
 	};
 
-	tv0: connector@1 {
+	tv0: connector1 {
 		compatible = "svideo-connector";
 		label = "tv";
 
@@ -352,7 +352,7 @@
 	vdda_dac-supply = <&vdac>;
 
 	port {
-		dpi_dvi_out: endpoint@0 {
+		dpi_dvi_out: endpoint {
 			remote-endpoint = <&tfp410_in>;
 			data-lines = <24>;
 		};
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [PATCH 09/27] ARM: dts: omap3-devkit8000-lcd-common: remove unneeded unit names
  2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
                   ` (7 preceding siblings ...)
  2016-06-27 19:20 ` [PATCH 08/27] ARM: dts: omap3-devkit8000: remove unneeded unit names Javier Martinez Canillas
@ 2016-06-27 19:20 ` Javier Martinez Canillas
  2016-06-27 19:20 ` [PATCH 10/27] ARM: dts: omap3-gta04: " Javier Martinez Canillas
                   ` (18 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: Javier Martinez Canillas @ 2016-06-27 19:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

This patch fixes the following DTC warnings for omap3-devkit8000-lcd43.dtb
and omap3-devkit8000-lcd70.dtb:

"display@0 has a unit name, but no reg property"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/boot/dts/omap3-devkit8000-lcd-common.dtsi | 4 ++--
 arch/arm/boot/dts/omap3-devkit8000-lcd43.dts       | 2 +-
 arch/arm/boot/dts/omap3-devkit8000-lcd70.dts       | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-devkit8000-lcd-common.dtsi b/arch/arm/boot/dts/omap3-devkit8000-lcd-common.dtsi
index 738910db5c0c..2d64bcffaaa8 100644
--- a/arch/arm/boot/dts/omap3-devkit8000-lcd-common.dtsi
+++ b/arch/arm/boot/dts/omap3-devkit8000-lcd-common.dtsi
@@ -14,7 +14,7 @@
 		display2 = &tv0;
 	};
 
-	lcd0: display@0 {
+	lcd0: display {
 		compatible = "panel-dpi";
 		label = "lcd";
 
@@ -30,7 +30,7 @@
 
 &dss {
 	port {
-		dpi_lcd_out: endpoint@1 {
+		dpi_lcd_out: endpoint {
 			remote-endpoint = <&lcd_in>;
 			data-lines = <24>;
 		};
diff --git a/arch/arm/boot/dts/omap3-devkit8000-lcd43.dts b/arch/arm/boot/dts/omap3-devkit8000-lcd43.dts
index d5705356d52c..d8b16398bfb3 100644
--- a/arch/arm/boot/dts/omap3-devkit8000-lcd43.dts
+++ b/arch/arm/boot/dts/omap3-devkit8000-lcd43.dts
@@ -16,7 +16,7 @@
 	model = "TimLL OMAP3 Devkit8000 with 4.3'' LCD panel";
 	compatible = "timll,omap3-devkit8000", "ti,omap3";
 
-	lcd0: display@0 {
+	lcd0: display {
 		panel-timing {
 			clock-frequency = <10164705>;
 			hactive = <480>;
diff --git a/arch/arm/boot/dts/omap3-devkit8000-lcd70.dts b/arch/arm/boot/dts/omap3-devkit8000-lcd70.dts
index 4afad4b233ec..edb37ba80498 100644
--- a/arch/arm/boot/dts/omap3-devkit8000-lcd70.dts
+++ b/arch/arm/boot/dts/omap3-devkit8000-lcd70.dts
@@ -16,7 +16,7 @@
 	model = "TimLL OMAP3 Devkit8000 with 7.0'' LCD panel";
 	compatible = "timll,omap3-devkit8000", "ti,omap3";
 
-	lcd0: display@0 {
+	lcd0: display {
 		panel-timing {
 			clock-frequency = <40000000>;
 			hactive = <800>;
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [PATCH 10/27] ARM: dts: omap3-gta04: remove unneeded unit names
  2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
                   ` (8 preceding siblings ...)
  2016-06-27 19:20 ` [PATCH 09/27] ARM: dts: omap3-devkit8000-lcd-common: " Javier Martinez Canillas
@ 2016-06-27 19:20 ` Javier Martinez Canillas
  2016-06-27 19:20 ` [PATCH 11/27] ARM: dts: omap3-ha-lcd: remove unneeded unit name Javier Martinez Canillas
                   ` (17 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: Javier Martinez Canillas @ 2016-06-27 19:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

This patch fixes the following DTC warnings for omap3-gta04a3.dtb,
omap3-gta04a4.dtb and omap3-gta04a5.dtb:

"dmtimer-pwm@11 has a unit name, but no reg property"
"connector@1 has a unit name, but no reg property"
"endpoint@0 has a unit name, but no reg property"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/boot/dts/omap3-gta04.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi
index 3eb53bc493dd..c09a0574af90 100644
--- a/arch/arm/boot/dts/omap3-gta04.dtsi
+++ b/arch/arm/boot/dts/omap3-gta04.dtsi
@@ -110,7 +110,7 @@
 		pinctrl-0 = <&backlight_pins>;
 	};
 
-	pwm11: dmtimer-pwm@11 {
+	pwm11: dmtimer-pwm {
 		compatible = "ti,omap-dmtimer-pwm";
 		ti,timers = <&timer11>;
 		#pwm-cells = <3>;
@@ -121,7 +121,7 @@
 		reset-gpios = <&gpio6 14 GPIO_ACTIVE_LOW>;
 	};
 
-	tv0: connector@1 {
+	tv0: connector {
 		compatible = "svideo-connector";
 		label = "tv";
 
@@ -142,14 +142,14 @@
 
 			port@0 {
 				reg = <0>;
-				opa_in: endpoint@0 {
+				opa_in: endpoint {
 					remote-endpoint = <&venc_out>;
 				};
 			};
 
 			port@1 {
 				reg = <1>;
-				opa_out: endpoint@0 {
+				opa_out: endpoint {
 					remote-endpoint = <&tv_connector_in>;
 				};
 			};
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [PATCH 11/27] ARM: dts: omap3-ha-lcd: remove unneeded unit name
  2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
                   ` (9 preceding siblings ...)
  2016-06-27 19:20 ` [PATCH 10/27] ARM: dts: omap3-gta04: " Javier Martinez Canillas
@ 2016-06-27 19:20 ` Javier Martinez Canillas
  2016-06-27 19:20 ` [PATCH 12/27] ARM: dts: omap3: overo: remove unneded unit names in display nodes Javier Martinez Canillas
                   ` (16 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: Javier Martinez Canillas @ 2016-06-27 19:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

This patch fixes the following DTC warnings for omap3-ha-lcd.dtb:

"display@0 has a unit name, but no reg property"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/boot/dts/omap3-ha-lcd.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/omap3-ha-lcd.dts b/arch/arm/boot/dts/omap3-ha-lcd.dts
index 11aa28d73f3a..60af7c2358a3 100644
--- a/arch/arm/boot/dts/omap3-ha-lcd.dts
+++ b/arch/arm/boot/dts/omap3-ha-lcd.dts
@@ -121,7 +121,7 @@
 		display0 = &lcd0;
 	};
 
-	lcd0: display@0 {
+	lcd0: display {
 		compatible = "panel-dpi";
 		label = "lcd";
 
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [PATCH 12/27] ARM: dts: omap3: overo: remove unneded unit names in display nodes
  2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
                   ` (10 preceding siblings ...)
  2016-06-27 19:20 ` [PATCH 11/27] ARM: dts: omap3-ha-lcd: remove unneeded unit name Javier Martinez Canillas
@ 2016-06-27 19:20 ` Javier Martinez Canillas
  2016-06-27 19:20 ` [PATCH 13/27] ARM: dts: omap3-igep0020-common: remove unneded unit names Javier Martinez Canillas
                   ` (15 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: Javier Martinez Canillas @ 2016-06-27 19:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

This patch fixes the following DTC warnings for omap3-overo-gallop43.dtb,
omap3-overo-chestnut43.dtb, omap3-overo-storm-chestnut43.dtb,
omap3-overo-palo43.dtb, and omap3-overo-storm-palo43.dtb:

"display@0 has a unit name, but no reg property"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi | 2 +-
 arch/arm/boot/dts/omap3-overo-common-lcd43.dtsi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi b/arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi
index 6314da2580f5..ca86da68220c 100644
--- a/arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi
+++ b/arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi
@@ -119,7 +119,7 @@
 	pinctrl-names = "default";
 	pinctrl-0 = <&mcspi1_pins>;
 
-	lcd0: display@0 {
+	lcd0: display {
 		compatible = "lgphilips,lb035q02";
 		label = "lcd35";
 
diff --git a/arch/arm/boot/dts/omap3-overo-common-lcd43.dtsi b/arch/arm/boot/dts/omap3-overo-common-lcd43.dtsi
index 7e3fe85a8ad9..b0753ef8abd4 100644
--- a/arch/arm/boot/dts/omap3-overo-common-lcd43.dtsi
+++ b/arch/arm/boot/dts/omap3-overo-common-lcd43.dtsi
@@ -96,7 +96,7 @@
 		display0 = &lcd0;
 	};
 
-	lcd0: display@0 {
+	lcd0: display {
 		compatible = "samsung,lte430wq-f0c", "panel-dpi";
 		label = "lcd43";
 
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [PATCH 13/27] ARM: dts: omap3-igep0020-common: remove unneded unit names
  2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
                   ` (11 preceding siblings ...)
  2016-06-27 19:20 ` [PATCH 12/27] ARM: dts: omap3: overo: remove unneded unit names in display nodes Javier Martinez Canillas
@ 2016-06-27 19:20 ` Javier Martinez Canillas
  2016-06-27 19:20 ` [PATCH 14/27] ARM: dts: omap3-overo-common-dvi: " Javier Martinez Canillas
                   ` (14 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: Javier Martinez Canillas @ 2016-06-27 19:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

This patch fixes the following DTC warnings for omap3-igep0020.dtb
and omap3-igep0020-rev-f.dtb:

"encoder@0 has a unit name, but no reg property"
"endpoint@0 has a unit name, but no reg property"
"connector@0 has a unit name, but no reg property"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/boot/dts/omap3-igep0020-common.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-igep0020-common.dtsi b/arch/arm/boot/dts/omap3-igep0020-common.dtsi
index b6971060648a..667f96245729 100644
--- a/arch/arm/boot/dts/omap3-igep0020-common.dtsi
+++ b/arch/arm/boot/dts/omap3-igep0020-common.dtsi
@@ -60,7 +60,7 @@
 		vcc-supply = <&hsusb1_power>;
 	};
 
-	tfp410: encoder@0 {
+	tfp410: encoder {
 		compatible = "ti,tfp410";
 		powerdown-gpios = <&gpio6 10 GPIO_ACTIVE_LOW>; /* gpio_170 */
 
@@ -71,7 +71,7 @@
 			port@0 {
 				reg = <0>;
 
-				tfp410_in: endpoint@0 {
+				tfp410_in: endpoint {
 					remote-endpoint = <&dpi_out>;
 				};
 			};
@@ -79,14 +79,14 @@
 			port@1 {
 				reg = <1>;
 
-				tfp410_out: endpoint@0 {
+				tfp410_out: endpoint {
 					remote-endpoint = <&dvi_connector_in>;
 				};
 			};
 		};
 	};
 
-	dvi0: connector@0 {
+	dvi0: connector {
 		compatible = "dvi-connector";
 		label = "dvi";
 
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [PATCH 14/27] ARM: dts: omap3-overo-common-dvi: remove unneded unit names
  2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
                   ` (12 preceding siblings ...)
  2016-06-27 19:20 ` [PATCH 13/27] ARM: dts: omap3-igep0020-common: remove unneded unit names Javier Martinez Canillas
@ 2016-06-27 19:20 ` Javier Martinez Canillas
  2016-06-27 19:20 ` [PATCH 15/27] ARM: dts: omap3-pandora-common: remove unneded unit name Javier Martinez Canillas
                   ` (13 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: Javier Martinez Canillas @ 2016-06-27 19:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

This patch fixes the following DTC warnings for omap3-overo-summit.dtb,
omap3-overo-storm-tobi.dtb, omap3-overo-storm-summit.dtb and
omap3-overo-tobi.dtb:

"encoder@0 has a unit name, but no reg property"
"endpoint@0 has a unit name, but no reg property"
"connector@0 has a unit name, but no reg property"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/boot/dts/omap3-overo-common-dvi.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-overo-common-dvi.dtsi b/arch/arm/boot/dts/omap3-overo-common-dvi.dtsi
index 802f704f67e5..ae5564abbe2f 100644
--- a/arch/arm/boot/dts/omap3-overo-common-dvi.dtsi
+++ b/arch/arm/boot/dts/omap3-overo-common-dvi.dtsi
@@ -69,7 +69,7 @@
 		display0 = &dvi0;
 	};
 
-	tfp410: encoder@0 {
+	tfp410: encoder {
 		compatible = "ti,tfp410";
 
 		ports {
@@ -79,7 +79,7 @@
 			port@0 {
 				reg = <0>;
 
-				tfp410_in: endpoint@0 {
+				tfp410_in: endpoint {
 					remote-endpoint = <&dpi_out>;
 				};
 			};
@@ -87,14 +87,14 @@
 			port@1 {
 				reg = <1>;
 
-				tfp410_out: endpoint@0 {
+				tfp410_out: endpoint {
 					remote-endpoint = <&dvi_connector_in>;
 				};
 			};
 		};
 	};
 
-	dvi0: connector@0 {
+	dvi0: connector {
 		compatible = "dvi-connector";
 		label = "dvi";
 
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [PATCH 15/27] ARM: dts: omap3-pandora-common: remove unneded unit name
  2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
                   ` (13 preceding siblings ...)
  2016-06-27 19:20 ` [PATCH 14/27] ARM: dts: omap3-overo-common-dvi: " Javier Martinez Canillas
@ 2016-06-27 19:20 ` Javier Martinez Canillas
  2016-06-27 19:20 ` [PATCH 16/27] ARM: dts: sbc-t3x30: remove unneded unit names Javier Martinez Canillas
                   ` (12 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: Javier Martinez Canillas @ 2016-06-27 19:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

This patch fixes the following DTC warnings for omap3-pandora-600mhz.dtb
and omap3-pandora-1ghz.dtb:

"connector@1 has a unit name, but no reg property"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/boot/dts/omap3-pandora-common.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/omap3-pandora-common.dtsi b/arch/arm/boot/dts/omap3-pandora-common.dtsi
index bcf39d606b65..dbc4dc721cc2 100644
--- a/arch/arm/boot/dts/omap3-pandora-common.dtsi
+++ b/arch/arm/boot/dts/omap3-pandora-common.dtsi
@@ -27,7 +27,7 @@
 		display0 = &lcd;
 	};
 
-	tv: connector@1 {
+	tv: connector {
 		compatible = "connector-analog-tv";
 		label = "tv";
 
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [PATCH 16/27] ARM: dts: sbc-t3x30: remove unneded unit names
  2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
                   ` (14 preceding siblings ...)
  2016-06-27 19:20 ` [PATCH 15/27] ARM: dts: omap3-pandora-common: remove unneded unit name Javier Martinez Canillas
@ 2016-06-27 19:20 ` Javier Martinez Canillas
  2016-06-27 19:20 ` [PATCH 17/27] ARM: dts: omap3-thunder: remove unneded unit name Javier Martinez Canillas
                   ` (11 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: Javier Martinez Canillas @ 2016-06-27 19:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

This patch fixes the following DTC warnings for omap3-sbc-t3517.dtb,
omap3-sbc-t3530.dtb and omap3-sbc-t3730.dtb:

"encoder@0 has a unit name, but no reg property"
"endpoint@0 has a unit name, but no reg property"
"connector@0 has a unit name, but no reg property"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/boot/dts/omap3-sb-t35.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-sb-t35.dtsi b/arch/arm/boot/dts/omap3-sb-t35.dtsi
index 827f614261f6..73643fabde5d 100644
--- a/arch/arm/boot/dts/omap3-sb-t35.dtsi
+++ b/arch/arm/boot/dts/omap3-sb-t35.dtsi
@@ -3,7 +3,7 @@
  */
 
 / {
-	tfp410: encoder@0 {
+	tfp410: encoder {
 		compatible = "ti,tfp410";
 
 		powerdown-gpios = <&gpio2 22 GPIO_ACTIVE_LOW>;  /* gpio_54 */
@@ -18,7 +18,7 @@
 			port@0 {
 				reg = <0>;
 
-				tfp410_in: endpoint@0 {
+				tfp410_in: endpoint {
 					remote-endpoint = <&dpi_out>;
 				};
 			};
@@ -26,14 +26,14 @@
 			port@1 {
 				reg = <1>;
 
-				tfp410_out: endpoint@0 {
+				tfp410_out: endpoint {
 					remote-endpoint = <&dvi_connector_in>;
 				};
 			};
 		};
 	};
 
-	dvi0: connector@0 {
+	dvi0: connector {
 		compatible = "dvi-connector";
 		label = "dvi";
 
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [PATCH 17/27] ARM: dts: omap3-thunder: remove unneded unit name
  2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
                   ` (15 preceding siblings ...)
  2016-06-27 19:20 ` [PATCH 16/27] ARM: dts: sbc-t3x30: remove unneded unit names Javier Martinez Canillas
@ 2016-06-27 19:20 ` Javier Martinez Canillas
  2016-06-27 19:20 ` [PATCH 18/27] ARM: dts: omap4-duovero-parlor: " Javier Martinez Canillas
                   ` (10 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: Javier Martinez Canillas @ 2016-06-27 19:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

This patch fixes the following DTC warnings for omap3-thunder.dtb:

"display@0 has a unit name, but no reg property"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/boot/dts/omap3-thunder.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/omap3-thunder.dts b/arch/arm/boot/dts/omap3-thunder.dts
index d659515ab9b8..9736ba79bb5b 100644
--- a/arch/arm/boot/dts/omap3-thunder.dts
+++ b/arch/arm/boot/dts/omap3-thunder.dts
@@ -85,7 +85,7 @@
 		display0 = &lcd0;
 	};
 
-	lcd0: display@0 {
+	lcd0: display {
 		compatible = "samsung,lte430wq-f0c", "panel-dpi";
 		label = "lcd";
 
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [PATCH 18/27] ARM: dts: omap4-duovero-parlor: remove unneded unit name
  2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
                   ` (16 preceding siblings ...)
  2016-06-27 19:20 ` [PATCH 17/27] ARM: dts: omap3-thunder: remove unneded unit name Javier Martinez Canillas
@ 2016-06-27 19:20 ` Javier Martinez Canillas
  2016-06-27 19:21 ` [PATCH 19/27] ARM: dts: omap4-panda-common: remove unneded unit names Javier Martinez Canillas
                   ` (9 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: Javier Martinez Canillas @ 2016-06-27 19:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

This patch fixes the following DTC warnings for omap4-duovero-parlor.dtb:

"connector@0 has a unit name, but no reg property"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/boot/dts/omap4-duovero-parlor.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/omap4-duovero-parlor.dts b/arch/arm/boot/dts/omap4-duovero-parlor.dts
index 06c54822ddc2..6b39808b8313 100644
--- a/arch/arm/boot/dts/omap4-duovero-parlor.dts
+++ b/arch/arm/boot/dts/omap4-duovero-parlor.dts
@@ -40,7 +40,7 @@
 		};
 	};
 
-	hdmi0: connector@0 {
+	hdmi0: connector {
 		compatible = "hdmi-connector";
 		label = "hdmi";
 
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [PATCH 19/27] ARM: dts: omap4-panda-common: remove unneded unit names
  2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
                   ` (17 preceding siblings ...)
  2016-06-27 19:20 ` [PATCH 18/27] ARM: dts: omap4-duovero-parlor: " Javier Martinez Canillas
@ 2016-06-27 19:21 ` Javier Martinez Canillas
  2016-06-27 19:21 ` [PATCH 20/27] ARM: dts: omap4-sdp: " Javier Martinez Canillas
                   ` (8 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: Javier Martinez Canillas @ 2016-06-27 19:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

This patch fixes the following DTC warnings for omap4-panda.dtb,
omap4-panda-a4.dtb and omap4-panda-es.dtb:

"encoder@0 has a unit name, but no reg property"
"endpoint@0 has a unit name, but no reg property"
"connector@0 has a unit name, but no reg property"
"encoder@1 has a unit name, but no reg property"
"connector@1 has a unit name, but no reg property"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/boot/dts/omap4-panda-common.dtsi | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/arch/arm/boot/dts/omap4-panda-common.dtsi b/arch/arm/boot/dts/omap4-panda-common.dtsi
index e1d606f64cb7..f8f13952cfeb 100644
--- a/arch/arm/boot/dts/omap4-panda-common.dtsi
+++ b/arch/arm/boot/dts/omap4-panda-common.dtsi
@@ -103,7 +103,7 @@
 		enable-active-high;
 	};
 
-	tfp410: encoder@0 {
+	tfp410: encoder0 {
 		compatible = "ti,tfp410";
 		powerdown-gpios = <&gpio1 0 GPIO_ACTIVE_LOW>;	/* gpio_0 */
 
@@ -114,7 +114,7 @@
 			port@0 {
 				reg = <0>;
 
-				tfp410_in: endpoint@0 {
+				tfp410_in: endpoint {
 					remote-endpoint = <&dpi_out>;
 				};
 			};
@@ -122,14 +122,14 @@
 			port@1 {
 				reg = <1>;
 
-				tfp410_out: endpoint@0 {
+				tfp410_out: endpoint {
 					remote-endpoint = <&dvi_connector_in>;
 				};
 			};
 		};
 	};
 
-	dvi0: connector@0 {
+	dvi0: connector0 {
 		compatible = "dvi-connector";
 		label = "dvi";
 
@@ -144,7 +144,7 @@
 		};
 	};
 
-	tpd12s015: encoder@1 {
+	tpd12s015: encoder1 {
 		compatible = "ti,tpd12s015";
 
 		gpios = <&gpio2 28 GPIO_ACTIVE_HIGH>,	/* 60, CT CP HPD */
@@ -158,7 +158,7 @@
 			port@0 {
 				reg = <0>;
 
-				tpd12s015_in: endpoint@0 {
+				tpd12s015_in: endpoint {
 					remote-endpoint = <&hdmi_out>;
 				};
 			};
@@ -166,14 +166,14 @@
 			port@1 {
 				reg = <1>;
 
-				tpd12s015_out: endpoint@0 {
+				tpd12s015_out: endpoint {
 					remote-endpoint = <&hdmi_connector_in>;
 				};
 			};
 		};
 	};
 
-	hdmi0: connector@1 {
+	hdmi0: connector1 {
 		compatible = "hdmi-connector";
 		label = "hdmi";
 
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [PATCH 20/27] ARM: dts: omap4-sdp: remove unneded unit names
  2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
                   ` (18 preceding siblings ...)
  2016-06-27 19:21 ` [PATCH 19/27] ARM: dts: omap4-panda-common: remove unneded unit names Javier Martinez Canillas
@ 2016-06-27 19:21 ` Javier Martinez Canillas
  2016-06-27 19:21 ` [PATCH 21/27] ARM: dts: omap4-var-om44customboard: remove unneded unit name Javier Martinez Canillas
                   ` (7 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: Javier Martinez Canillas @ 2016-06-27 19:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

This patch fixes the following DTC warnings for omap4-sdp.dtb
and omap4-sdp-es23plus.dtb:

"encoder@0 has a unit name, but no reg property"
"endpoint@0 has a unit name, but no reg property"
"connector@0 has a unit name, but no reg property"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/boot/dts/omap4-sdp.dts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/omap4-sdp.dts b/arch/arm/boot/dts/omap4-sdp.dts
index 7e6cd2d8ed5d..10d73a784050 100644
--- a/arch/arm/boot/dts/omap4-sdp.dts
+++ b/arch/arm/boot/dts/omap4-sdp.dts
@@ -160,7 +160,7 @@
 		enable-active-high;
 	};
 
-	tpd12s015: encoder@0 {
+	tpd12s015: encoder {
 		compatible = "ti,tpd12s015";
 
 		gpios = <&gpio2 28 GPIO_ACTIVE_HIGH>,	/* 60, CT CP HPD */
@@ -174,7 +174,7 @@
 			port@0 {
 				reg = <0>;
 
-				tpd12s015_in: endpoint@0 {
+				tpd12s015_in: endpoint {
 					remote-endpoint = <&hdmi_out>;
 				};
 			};
@@ -182,14 +182,14 @@
 			port@1 {
 				reg = <1>;
 
-				tpd12s015_out: endpoint@0 {
+				tpd12s015_out: endpoint {
 					remote-endpoint = <&hdmi_connector_in>;
 				};
 			};
 		};
 	};
 
-	hdmi0: connector@0 {
+	hdmi0: connector {
 		compatible = "hdmi-connector";
 		label = "hdmi";
 
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [PATCH 21/27] ARM: dts: omap4-var-om44customboard: remove unneded unit name
  2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
                   ` (19 preceding siblings ...)
  2016-06-27 19:21 ` [PATCH 20/27] ARM: dts: omap4-sdp: " Javier Martinez Canillas
@ 2016-06-27 19:21 ` Javier Martinez Canillas
  2016-06-27 19:21 ` [PATCH 22/27] ARM: dts: am43xx-epos-evm: " Javier Martinez Canillas
                   ` (6 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: Javier Martinez Canillas @ 2016-06-27 19:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

This patch fixes the following DTC warnings for omap4-var-dvk-om44.dtb
and omap4-var-stk-om44.dtb:

"connector@0 has a unit name, but no reg property"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/boot/dts/omap4-var-om44customboard.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/omap4-var-om44customboard.dtsi b/arch/arm/boot/dts/omap4-var-om44customboard.dtsi
index 6e278d7716a5..74940b6d7719 100644
--- a/arch/arm/boot/dts/omap4-var-om44customboard.dtsi
+++ b/arch/arm/boot/dts/omap4-var-om44customboard.dtsi
@@ -45,7 +45,7 @@
 		};
 	};
 
-	hdmi0: connector@0 {
+	hdmi0: connector {
 		compatible = "hdmi-connector";
 		pinctrl-names = "default";
 		pinctrl-0 = <&hdmi_hpd_pins>;
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [PATCH 22/27] ARM: dts: am43xx-epos-evm: remove unneded unit name
  2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
                   ` (20 preceding siblings ...)
  2016-06-27 19:21 ` [PATCH 21/27] ARM: dts: omap4-var-om44customboard: remove unneded unit name Javier Martinez Canillas
@ 2016-06-27 19:21 ` Javier Martinez Canillas
  2016-06-27 19:21 ` [PATCH 23/27] ARM: dts: am437x-gp-evm: " Javier Martinez Canillas
                   ` (5 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: Javier Martinez Canillas @ 2016-06-27 19:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

This patch fixes the following DTC warnings for am43xx-epos-evm.dtb:

"endpoint@0 has a unit name, but no reg property"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/boot/dts/am43x-epos-evm.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts
index 3549b8c9ac49..ad32e55532f8 100644
--- a/arch/arm/boot/dts/am43x-epos-evm.dts
+++ b/arch/arm/boot/dts/am43x-epos-evm.dts
@@ -754,7 +754,7 @@
 	pinctrl-0 = <&dss_pins>;
 
 	port {
-		dpi_out: endpoint@0 {
+		dpi_out: endpoint {
 			remote-endpoint = <&lcd_in>;
 			data-lines = <24>;
 		};
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [PATCH 23/27] ARM: dts: am437x-gp-evm: remove unneded unit name
  2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
                   ` (21 preceding siblings ...)
  2016-06-27 19:21 ` [PATCH 22/27] ARM: dts: am43xx-epos-evm: " Javier Martinez Canillas
@ 2016-06-27 19:21 ` Javier Martinez Canillas
  2016-06-27 19:21 ` [PATCH 24/27] ARM: dts: am437x: cm-t43: remove unneded unit names Javier Martinez Canillas
                   ` (4 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: Javier Martinez Canillas @ 2016-06-27 19:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

This patch fixes the following DTC warnings for am437x-gp-evm.dtb:

"endpoint@0 has a unit name, but no reg property"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/boot/dts/am437x-gp-evm.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts b/arch/arm/boot/dts/am437x-gp-evm.dts
index 84832bf26b39..14677d599595 100644
--- a/arch/arm/boot/dts/am437x-gp-evm.dts
+++ b/arch/arm/boot/dts/am437x-gp-evm.dts
@@ -897,7 +897,7 @@
 	pinctrl-0 = <&dss_pins>;
 
 	port {
-		dpi_out: endpoint@0 {
+		dpi_out: endpoint {
 			remote-endpoint = <&lcd_in>;
 			data-lines = <24>;
 		};
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [PATCH 24/27] ARM: dts: am437x: cm-t43: remove unneded unit names
  2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
                   ` (22 preceding siblings ...)
  2016-06-27 19:21 ` [PATCH 23/27] ARM: dts: am437x-gp-evm: " Javier Martinez Canillas
@ 2016-06-27 19:21 ` Javier Martinez Canillas
  2016-06-27 19:21 ` [PATCH 25/27] ARM: dts: omap5-cm-t54: remove unneded unit names and add reg properties Javier Martinez Canillas
                   ` (3 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: Javier Martinez Canillas @ 2016-06-27 19:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

This patch fixes the following DTC warnings for am437x-sbc-t43.dtb:

"endpoint@0 has a unit name, but no reg property"
"connector@0 has a unit name, but no reg property"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/boot/dts/am437x-sbc-t43.dts   | 2 +-
 arch/arm/boot/dts/compulab-sb-som.dtsi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/am437x-sbc-t43.dts b/arch/arm/boot/dts/am437x-sbc-t43.dts
index 5f750c0ed6c9..d23260d3a581 100644
--- a/arch/arm/boot/dts/am437x-sbc-t43.dts
+++ b/arch/arm/boot/dts/am437x-sbc-t43.dts
@@ -145,7 +145,7 @@
 	pinctrl-0 = <&dss_pinctrl_default>;
 
 	port {
-		dpi_lcd_out: endpoint@0 {
+		dpi_lcd_out: endpoint {
 			remote-endpoint = <&lcd_in>;
 			data-lines = <24>;
 		};
diff --git a/arch/arm/boot/dts/compulab-sb-som.dtsi b/arch/arm/boot/dts/compulab-sb-som.dtsi
index 93d7e235bc80..4af1adfee788 100644
--- a/arch/arm/boot/dts/compulab-sb-som.dtsi
+++ b/arch/arm/boot/dts/compulab-sb-som.dtsi
@@ -40,7 +40,7 @@
 		};
 	};
 
-	hdmi_conn: connector@0 {
+	hdmi_conn: connector {
 		compatible = "hdmi-connector";
 		label = "hdmi";
 
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [PATCH 25/27] ARM: dts: omap5-cm-t54: remove unneded unit names and add reg properties
  2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
                   ` (23 preceding siblings ...)
  2016-06-27 19:21 ` [PATCH 24/27] ARM: dts: am437x: cm-t43: remove unneded unit names Javier Martinez Canillas
@ 2016-06-27 19:21 ` Javier Martinez Canillas
  2016-06-27 19:21 ` [PATCH 26/27] ARM: dts: omap5-board-common: remove unneded unit names Javier Martinez Canillas
                   ` (2 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: Javier Martinez Canillas @ 2016-06-27 19:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

This patch fixes the following DTC warnings for omap5-cm-t54.dtb:

"connector@0 has a unit name, but no reg property"
"encoder@0 has a unit name, but no reg property"
"endpoint@0 has a unit name, but no reg property"
"connector@1 has a unit name, but no reg property"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/boot/dts/omap5-cm-t54.dts | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/arch/arm/boot/dts/omap5-cm-t54.dts b/arch/arm/boot/dts/omap5-cm-t54.dts
index 93fdfa96776e..a9765605d53b 100644
--- a/arch/arm/boot/dts/omap5-cm-t54.dts
+++ b/arch/arm/boot/dts/omap5-cm-t54.dts
@@ -112,7 +112,7 @@
                 };
         };
 
-	hdmi0: connector@0 {
+	hdmi0: connector0 {
 		compatible = "hdmi-connector";
 		label = "hdmi";
 
@@ -130,7 +130,7 @@
 		};
 	};
 
-	tfp410: encoder@0 {
+	tfp410: encoder0 {
 		compatible = "ti,tfp410";
 
 		ports {
@@ -140,7 +140,7 @@
 			port@0 {
 				reg = <0>;
 
-				tfp410_in: endpoint@0 {
+				tfp410_in: endpoint {
 					remote-endpoint = <&dpi_dvi_out>;
 				};
 			};
@@ -148,14 +148,14 @@
 			port@1 {
 				reg = <1>;
 
-				tfp410_out: endpoint@0 {
+				tfp410_out: endpoint {
 					remote-endpoint = <&dvi_connector_in>;
 				};
 			};
 		};
 	};
 
-	dvi0: connector@1 {
+	dvi0: connector1 {
 		compatible = "dvi-connector";
 		label = "dvi";
 
@@ -646,12 +646,17 @@
 	pinctrl-0 = <&dss_dpi_pins>;
 
 	port {
+		#address-cells = <1>;
+		#size-cells = <0>;
+
 		dpi_dvi_out: endpoint@0 {
+			reg = <0>;
 			remote-endpoint = <&tfp410_in>;
 			data-lines = <24>;
 		};
 
 		dpi_lcd_out: endpoint@1 {
+			reg = <1>;
 			remote-endpoint = <&lcd_in>;
 			data-lines = <24>;
 		};
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [PATCH 26/27] ARM: dts: omap5-board-common: remove unneded unit names
  2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
                   ` (24 preceding siblings ...)
  2016-06-27 19:21 ` [PATCH 25/27] ARM: dts: omap5-cm-t54: remove unneded unit names and add reg properties Javier Martinez Canillas
@ 2016-06-27 19:21 ` Javier Martinez Canillas
  2016-06-27 19:21 ` [PATCH 27/27] ARM: dts: am57xx: sbc-am57x: remove unneded unit name Javier Martinez Canillas
  2016-06-29  7:14 ` [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Tony Lindgren
  27 siblings, 0 replies; 29+ messages in thread
From: Javier Martinez Canillas @ 2016-06-27 19:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

This patch fixes the following DTC warnings for omap5-igep0050.dtb,
omap5-sbc-t54.dtb and omap5-uevm.dtb:

"connector@0 has a unit name, but no reg property"
"endpoint@0 has a unit name, but no reg property"
"encoder@0 has a unit name, but no reg property"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 arch/arm/boot/dts/omap5-board-common.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/omap5-board-common.dtsi b/arch/arm/boot/dts/omap5-board-common.dtsi
index df774f9bd7cc..5196113202a2 100644
--- a/arch/arm/boot/dts/omap5-board-common.dtsi
+++ b/arch/arm/boot/dts/omap5-board-common.dtsi
@@ -87,7 +87,7 @@
 		};
 	};
 
-	tpd12s015: encoder@0 {
+	tpd12s015: encoder {
 		compatible = "ti,tpd12s015";
 
 		pinctrl-names = "default";
@@ -102,7 +102,7 @@
 			port@0 {
 				reg = <0>;
 
-				tpd12s015_in: endpoint@0 {
+				tpd12s015_in: endpoint {
 					remote-endpoint = <&hdmi_out>;
 				};
 			};
@@ -110,14 +110,14 @@
 			port@1 {
 				reg = <1>;
 
-				tpd12s015_out: endpoint@0 {
+				tpd12s015_out: endpoint {
 					remote-endpoint = <&hdmi_connector_in>;
 				};
 			};
 		};
 	};
 
-	hdmi0: connector@0 {
+	hdmi0: connector {
 		compatible = "hdmi-connector";
 		label = "hdmi";
 
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 29+ messages in thread

* [PATCH 27/27] ARM: dts: am57xx: sbc-am57x: remove unneded unit name
  2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
                   ` (25 preceding siblings ...)
  2016-06-27 19:21 ` [PATCH 26/27] ARM: dts: omap5-board-common: remove unneded unit names Javier Martinez Canillas
@ 2016-06-27 19:21 ` Javier Martinez Canillas
  2016-06-29  7:14 ` [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Tony Lindgren
  27 siblings, 0 replies; 29+ messages in thread
From: Javier Martinez Canillas @ 2016-06-27 19:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

This patch fixes the following DTC warnings for am57xx-sbc-am57x.dtb:

"endpoint@0 has a unit name, but no reg property"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>

---

 arch/arm/boot/dts/am57xx-sbc-am57x.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/am57xx-sbc-am57x.dts b/arch/arm/boot/dts/am57xx-sbc-am57x.dts
index 988e99632d49..31f9be632406 100644
--- a/arch/arm/boot/dts/am57xx-sbc-am57x.dts
+++ b/arch/arm/boot/dts/am57xx-sbc-am57x.dts
@@ -128,7 +128,7 @@
 	vdda_video-supply = <&ldoln_reg>;
 
 	port {
-		dpi_lcd_out: endpoint@0 {
+		dpi_lcd_out: endpoint {
 			remote-endpoint = <&lcd_in>;
 			data-lines = <24>;
 		};
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 29+ messages in thread

* Re: [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings
  2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
                   ` (26 preceding siblings ...)
  2016-06-27 19:21 ` [PATCH 27/27] ARM: dts: am57xx: sbc-am57x: remove unneded unit name Javier Martinez Canillas
@ 2016-06-29  7:14 ` Tony Lindgren
  27 siblings, 0 replies; 29+ messages in thread
From: Tony Lindgren @ 2016-06-29  7:14 UTC (permalink / raw)
  To: Javier Martinez Canillas; +Cc: linux-kernel, linux-omap

* Javier Martinez Canillas <javier@osg.samsung.com> [160627 12:24]:
> 
> Hello Tony,
> 
> This is another series with trivial fixes for DTC warnings about mismatches
> between unit names and reg properties in different device nodes. The series
> fixes only some of the reported warning and there are still a lot remaining.
> 
> The patches should not cause a functional change but were only build tested.

OK thanks for fixing these up, applying into omap-for-v4.8/dt-v3.

Regards,

Tony

^ permalink raw reply	[flat|nested] 29+ messages in thread

end of thread, other threads:[~2016-06-29  7:14 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-27 19:20 [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 01/27] ARM: dts: omap2: add missing unit name to func_96m_ck Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 02/27] ARM: dts: am3517-craneboard: remove unneeded unit name for fixedregulator Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 03/27] ARM: dts: dm3730-torpedo-devkit: remove unneeded unit names Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 04/27] ARM: dts: n900: remove unneeded unit name for dmtimer-pwm Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 05/27] ARM: dts: omap3-beagle: remove unneeded unit names Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 06/27] ARM: dts: omap3-beagle-xm: " Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 07/27] ARM: dts: cm-t3x: remove unneeded unit name in connector Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 08/27] ARM: dts: omap3-devkit8000: remove unneeded unit names Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 09/27] ARM: dts: omap3-devkit8000-lcd-common: " Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 10/27] ARM: dts: omap3-gta04: " Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 11/27] ARM: dts: omap3-ha-lcd: remove unneeded unit name Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 12/27] ARM: dts: omap3: overo: remove unneded unit names in display nodes Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 13/27] ARM: dts: omap3-igep0020-common: remove unneded unit names Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 14/27] ARM: dts: omap3-overo-common-dvi: " Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 15/27] ARM: dts: omap3-pandora-common: remove unneded unit name Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 16/27] ARM: dts: sbc-t3x30: remove unneded unit names Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 17/27] ARM: dts: omap3-thunder: remove unneded unit name Javier Martinez Canillas
2016-06-27 19:20 ` [PATCH 18/27] ARM: dts: omap4-duovero-parlor: " Javier Martinez Canillas
2016-06-27 19:21 ` [PATCH 19/27] ARM: dts: omap4-panda-common: remove unneded unit names Javier Martinez Canillas
2016-06-27 19:21 ` [PATCH 20/27] ARM: dts: omap4-sdp: " Javier Martinez Canillas
2016-06-27 19:21 ` [PATCH 21/27] ARM: dts: omap4-var-om44customboard: remove unneded unit name Javier Martinez Canillas
2016-06-27 19:21 ` [PATCH 22/27] ARM: dts: am43xx-epos-evm: " Javier Martinez Canillas
2016-06-27 19:21 ` [PATCH 23/27] ARM: dts: am437x-gp-evm: " Javier Martinez Canillas
2016-06-27 19:21 ` [PATCH 24/27] ARM: dts: am437x: cm-t43: remove unneded unit names Javier Martinez Canillas
2016-06-27 19:21 ` [PATCH 25/27] ARM: dts: omap5-cm-t54: remove unneded unit names and add reg properties Javier Martinez Canillas
2016-06-27 19:21 ` [PATCH 26/27] ARM: dts: omap5-board-common: remove unneded unit names Javier Martinez Canillas
2016-06-27 19:21 ` [PATCH 27/27] ARM: dts: am57xx: sbc-am57x: remove unneded unit name Javier Martinez Canillas
2016-06-29  7:14 ` [PATCH 00/27] ARM: dts: omap: More fixes for DTC warnings Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).