mirror of https://gitee.com/openkylin/linux.git
ARM: dts: am437x-gp-evm: remove unneded unit name
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> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
bc8bffd047
commit
7d304f73ef
|
@ -897,7 +897,7 @@ &dss {
|
||||||
pinctrl-0 = <&dss_pins>;
|
pinctrl-0 = <&dss_pins>;
|
||||||
|
|
||||||
port {
|
port {
|
||||||
dpi_out: endpoint@0 {
|
dpi_out: endpoint {
|
||||||
remote-endpoint = <&lcd_in>;
|
remote-endpoint = <&lcd_in>;
|
||||||
data-lines = <24>;
|
data-lines = <24>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue