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:
AngeloGioacchino Del Regno 2026-01-09 12:47:44 +01:00
parent 870ffe2999
commit 6c0ecd0ae8
No known key found for this signature in database
GPG Key ID: 9A3604CFAD978478

View File

@ -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>;
};
};
};