Skip to content

Commit 6c0ecd0

Browse files
author
AngeloGioacchino Del Regno
committed
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>
1 parent 870ffe2 commit 6c0ecd0

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,9 @@
206206

207207
&dsi0 {
208208
status = "okay";
209-
ports {
210-
port {
211-
dsi0_out: endpoint {
212-
remote-endpoint = <&ps8640_in>;
213-
};
209+
port {
210+
dsi0_out: endpoint {
211+
remote-endpoint = <&ps8640_in>;
214212
};
215213
};
216214
};

0 commit comments

Comments
 (0)