Unverified Commit d15059f7 authored by Pin-yen Lin's avatar Pin-yen Lin Committed by AngeloGioacchino Del Regno
Browse files

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: 88ec8402 ("arm64: dts: mt8183: Add dsi node")
Fixes: 27eaf34d ("arm64: dts: mt8183: config dsi node")
Signed-off-by: default avatarPin-yen Lin <treapking@chromium.org>
Link: https://lore.kernel.org/r/20250423040354.2847447-1-treapking@chromium.org


Signed-off-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
parent 2f0066da
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
@@ -259,15 +259,11 @@ panel_in: endpoint {
			};
		};
	};
};

	ports {
		port {
			dsi_out: endpoint {
&dsi_out {
	remote-endpoint = <&panel_in>;
};
		};
	};
};

&gic {
	mediatek,broken-save-restore-fw;
+4 −0
Original line number Diff line number Diff line
@@ -1836,6 +1836,10 @@ dsi0: dsi@14014000 {
			phys = <&mipi_tx0>;
			phy-names = "dphy";
			status = "disabled";

			port {
				dsi_out: endpoint { };
			};
		};

		dpi0: dpi@14015000 {