diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-06-27 15:21:03 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-06-29 03:05:36 -0400 |
commit | bc8bffd0475adc4b4971e21764d63af90b4e3a86 (patch) | |
tree | 775c6565ced30001460c146ee95ecfb887bdd1ab | |
parent | b536ccbfff0f827a726fcecfde6893f71d1a9e87 (diff) |
ARM: dts: am43xx-epos-evm: remove unneded unit name
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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/am43x-epos-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
754 | pinctrl-0 = <&dss_pins>; | 754 | pinctrl-0 = <&dss_pins>; |
755 | 755 | ||
756 | port { | 756 | port { |
757 | dpi_out: endpoint@0 { | 757 | dpi_out: endpoint { |
758 | remote-endpoint = <&lcd_in>; | 758 | remote-endpoint = <&lcd_in>; |
759 | data-lines = <24>; | 759 | data-lines = <24>; |
760 | }; | 760 | }; |