mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
arm64: dts: mediatek: mt8173-elm: Fix dsi0 ports warning
Since only a single port is present, remove the inner `ports` parent node and just declare the single port as `port`. Reviewed-by: Chen-Yu Tsai <wenst@chromium.org> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
parent
870ffe2999
commit
6c0ecd0ae8
|
|
@ -206,11 +206,9 @@ target: trip-point1 {
|
|||
|
||||
&dsi0 {
|
||||
status = "okay";
|
||||
ports {
|
||||
port {
|
||||
dsi0_out: endpoint {
|
||||
remote-endpoint = <&ps8640_in>;
|
||||
};
|
||||
port {
|
||||
dsi0_out: endpoint {
|
||||
remote-endpoint = <&ps8640_in>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user