Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1432238 > unrolled thread

[PATCH 21/27] ARM: dts: omap4-var-om44customboard: remove unneded unit name

Started byJavier Martinez Canillas <javier@osg.samsung.com>
First post2016-06-27 21:30 +0200
Last post2016-06-27 21:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 21/27] ARM: dts: omap4-var-om44customboard: remove unneded unit name Javier Martinez Canillas <javier@osg.samsung.com> - 2016-06-27 21:30 +0200

#1432238 — [PATCH 21/27] ARM: dts: omap4-var-om44customboard: remove unneded unit name

FromJavier Martinez Canillas <javier@osg.samsung.com>
Date2016-06-27 21:30 +0200
Subject[PATCH 21/27] ARM: dts: omap4-var-om44customboard: remove unneded unit name
Message-ID<rOKoh-4ws-25@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web