Skip to content

Commit d91a36b

Browse files
wensgregkh
authored andcommitted
arm64: dts: mediatek: mt8183: Disable DSI display output by default
[ Upstream commit 26f6e91 ] 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 DSI output so that it follows the normal scheme. For ease of backporting the DPI output is handled in a separate patch. Fixes: 88ec840 ("arm64: dts: mt8183: Add dsi node") Fixes: 19b6403 ("arm64: dts: mt8183: add mt8183 pumpkin board") 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-2-wenst@chromium.org Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 66c5a2f commit d91a36b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -522,10 +522,6 @@
522522
status = "okay";
523523
};
524524

525-
&dsi0 {
526-
status = "disabled";
527-
};
528-
529525
&dpi0 {
530526
pinctrl-names = "default", "sleep";
531527
pinctrl-0 = <&dpi_func_pins>;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1835,6 +1835,7 @@
18351835
resets = <&mmsys MT8183_MMSYS_SW0_RST_B_DISP_DSI0>;
18361836
phys = <&mipi_tx0>;
18371837
phy-names = "dphy";
1838+
status = "disabled";
18381839
};
18391840

18401841
dpi0: dpi@14015000 {

0 commit comments

Comments
 (0)