arm64: dts: mt8183: Add port node to mt8183.dtsi

Add the port node to fix the binding schema check. Also update
mt8183-kukui to reference the new port node.

Fixes: 88ec840270 ("arm64: dts: mt8183: Add dsi node")
Fixes: 27eaf34df3 ("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>
This commit is contained in:
Pin-yen Lin 2025-04-23 12:03:39 +08:00 committed by AngeloGioacchino Del Regno
parent 2f0066dae6
commit d15059f7be
No known key found for this signature in database
GPG Key ID: 9A3604CFAD978478
2 changed files with 7 additions and 7 deletions

View File

@ -259,14 +259,10 @@ panel_in: endpoint {
};
};
};
};
ports {
port {
dsi_out: endpoint {
remote-endpoint = <&panel_in>;
};
};
};
&dsi_out {
remote-endpoint = <&panel_in>;
};
&gic {

View File

@ -1836,6 +1836,10 @@ dsi0: dsi@14014000 {
phys = <&mipi_tx0>;
phy-names = "dphy";
status = "disabled";
port {
dsi_out: endpoint { };
};
};
dpi0: dpi@14015000 {