]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: mt8183: Add port node to mt8183.dtsi
authorPin-yen Lin <treapking@chromium.org>
Wed, 23 Apr 2025 04:03:39 +0000 (12:03 +0800)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Wed, 23 Apr 2025 10:02:24 +0000 (12:02 +0200)
Add the port node to fix the binding schema check. Also update
mt8183-kukui to reference the new port node.

Fixes: 88ec840270e6 ("arm64: dts: mt8183: Add dsi node")
Fixes: 27eaf34df364 ("arm64: dts: mt8183: config dsi node")
Signed-off-by: Pin-yen Lin <treapking@chromium.org>
Link: https://lore.kernel.org/r/20250423040354.2847447-1-treapking@chromium.org
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
arch/arm64/boot/dts/mediatek/mt8183.dtsi

index e1495f1900a7b4dbad16c4b624077de653a8c22e..f9ca6b3720e9158e390f43adbd1e6bafc7da7fd1 100644 (file)
                        };
                };
        };
+};
 
-       ports {
-               port {
-                       dsi_out: endpoint {
-                               remote-endpoint = <&panel_in>;
-                       };
-               };
-       };
+&dsi_out {
+       remote-endpoint = <&panel_in>;
 };
 
 &gic {
index 0aa34e5bbaaa87e1f2d701cf8e51a0950245a99f..3c1fe80e64b9c5e32703f1e8663942a24543cf23 100644 (file)
                        phys = <&mipi_tx0>;
                        phy-names = "dphy";
                        status = "disabled";
+
+                       port {
+                               dsi_out: endpoint { };
+                       };
                };
 
                dpi0: dpi@14015000 {