diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-06-27 22:21:03 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-06-29 10:05:36 +0300 |
commit | bc8bffd0475adc4b4971e21764d63af90b4e3a86 (patch) | |
tree | 775c6565ced30001460c146ee95ecfb887bdd1ab /arch/arm/boot/dts/am43x-epos-evm.dts | |
parent | b536ccbfff0f827a726fcecfde6893f71d1a9e87 (diff) | |
download | linux-bc8bffd0475adc4b4971e21764d63af90b4e3a86.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/am43x-epos-evm.dts')
-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 @@ pinctrl-0 = <&dss_pins>; port { - dpi_out: endpoint@0 { + dpi_out: endpoint { remote-endpoint = <&lcd_in>; data-lines = <24>; }; |