]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: mediatek: mt8173-elm: Fix dsi0 ports warning
authorAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Fri, 9 Jan 2026 11:47:44 +0000 (12:47 +0100)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Mon, 12 Jan 2026 13:30:53 +0000 (14:30 +0100)
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>
arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi

index 59813fff7833d64e95473fb3ba7503341cd77e4d..dc064cdcedb51e74238e6b3ebc1edc32b4fce3e7 100644 (file)
 
 &dsi0 {
        status = "okay";
-       ports {
-               port {
-                       dsi0_out: endpoint {
-                               remote-endpoint = <&ps8640_in>;
-                       };
+       port {
+               dsi0_out: endpoint {
+                       remote-endpoint = <&ps8640_in>;
                };
        };
 };