diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-06-27 15:21:01 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-06-29 00:05:34 -0700 |
commit | f9a1017a9a260518d120be7f45782d90031ecf3a (patch) | |
tree | 33096fe4ce06633d841c1dcc510c14c3335ee26d /arch/arm/boot/dts | |
parent | 9e19d0d1cd2055e5e0fba5e43c676a2f3ebc3a52 (diff) | |
download | talos-op-linux-f9a1017a9a260518d120be7f45782d90031ecf3a.tar.gz talos-op-linux-f9a1017a9a260518d120be7f45782d90031ecf3a.zip |
ARM: dts: omap4-sdp: remove unneded unit names
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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/omap4-sdp.dts | 8 |
1 files 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"; |