Skip to content

Commit d15059f

Browse files
Pin-yen LinAngeloGioacchino Del Regno
authored andcommitted
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: 88ec840 ("arm64: dts: mt8183: Add dsi node") Fixes: 27eaf34 ("arm64: dts: mt8183: config dsi node") Signed-off-by: Pin-yen Lin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
1 parent 2f0066d commit d15059f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -259,14 +259,10 @@
259259
};
260260
};
261261
};
262+
};
262263

263-
ports {
264-
port {
265-
dsi_out: endpoint {
266-
remote-endpoint = <&panel_in>;
267-
};
268-
};
269-
};
264+
&dsi_out {
265+
remote-endpoint = <&panel_in>;
270266
};
271267

272268
&gic {

arch/arm64/boot/dts/mediatek/mt8183.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1836,6 +1836,10 @@
18361836
phys = <&mipi_tx0>;
18371837
phy-names = "dphy";
18381838
status = "disabled";
1839+
1840+
port {
1841+
dsi_out: endpoint { };
1842+
};
18391843
};
18401844

18411845
dpi0: dpi@14015000 {

0 commit comments

Comments
 (0)