Skip to content

Commit 93a680a

Browse files
wensAngeloGioacchino Del Regno
authored andcommitted
arm64: dts: mediatek: mt8183: Disable DPI display output by default
This reverts commit 377548f. Most SoC dtsi files have the display output interfaces disabled by default, and only enabled on boards that utilize them. The MT8183 has it backwards: the display outputs are left enabled by default, and only disabled at the board level. Reverse the situation for the DPI output so that it follows the normal scheme. For ease of backporting the DSI output is handled in a separate patch. Fixes: 009d855 ("arm64: dts: mt8183: add dpi node to mt8183") Fixes: 377548f ("arm64: dts: mediatek: mt8183-kukui: Disable DPI display interface") Cc: stable@vger.kernel.org Signed-off-by: Chen-Yu Tsai <wenst@chromium.org> Reviewed-by: Fei Shao <fshao@chromium.org> Link: https://lore.kernel.org/r/20241025075630.3917458-1-wenst@chromium.org Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
1 parent 2561c7d commit 93a680a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -269,11 +269,6 @@
269269
};
270270
};
271271

272-
&dpi0 {
273-
/* TODO Re-enable after DP to Type-C port muxing can be described */
274-
status = "disabled";
275-
};
276-
277272
&gic {
278273
mediatek,broken-save-restore-fw;
279274
};

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1845,6 +1845,7 @@
18451845
<&mmsys CLK_MM_DPI_MM>,
18461846
<&apmixedsys CLK_APMIXED_TVDPLL>;
18471847
clock-names = "pixel", "engine", "pll";
1848+
status = "disabled";
18481849

18491850
port {
18501851
dpi_out: endpoint { };

0 commit comments

Comments
 (0)