Patch "arm64: dts: mediatek: mt8183-kukui: Disable DPI display interface" has been added to the 6.12-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    arm64: dts: mediatek: mt8183-kukui: Disable DPI display interface

to the 6.12-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm64-dts-mediatek-mt8183-kukui-disable-dpi-display-.patch
and it can be found in the queue-6.12 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 8934fff7190272c0579b3feaeb58da80b3e86956
Author: Alper Nebi Yasak <alpernebiyasak@xxxxxxxxx>
Date:   Mon Sep 16 19:29:32 2024 +0300

    arm64: dts: mediatek: mt8183-kukui: Disable DPI display interface
    
    [ Upstream commit 377548f05bd0905db52a1d50e5b328b9b4eb049d ]
    
    Commit 009d855a26fd ("arm64: dts: mt8183: add dpi node to mt8183") adds
    a device-tree node for the DPI display interface that feeds the external
    display pipeline, to enable HDMI support on the Pumpkin board.
    
    However, the external display is not fully described on Chrome devices,
    blocked by further work on DP / USB-C muxing graph bindings. This
    incomplete description currently breaks internal display at least on the
    Cozmo board. The same issue was found and fixed on MT8186 devices with
    commit 3079fb09ddac ("arm64: dts: mediatek: mt8186-corsola: Disable DPI
    display interface"), but the MT8183 change wasn't merged until then.
    
    Disable the external display interface for the Kukui device family until
    the necessary work is done, like in the MT8186 Corsola case.
    
    Fixes: 009d855a26fd ("arm64: dts: mt8183: add dpi node to mt8183")
    Link: https://lore.kernel.org/linux-mediatek/20240821042836.2631815-1-wenst@xxxxxxxxxxxx/
    Signed-off-by: Alper Nebi Yasak <alpernebiyasak@xxxxxxxxx>
    Reviewed-by: Pin-yen Lin <treapking@xxxxxxxxxxxx>
    Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>
    Link: https://lore.kernel.org/r/20240916162956.267340-1-alpernebiyasak@xxxxxxxxx
    Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
index 22924f61ec9ed..07ae3c8e897b7 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
@@ -290,6 +290,11 @@ dsi_out: endpoint {
 	};
 };
 
+&dpi0 {
+	/* TODO Re-enable after DP to Type-C port muxing can be described */
+	status = "disabled";
+};
+
 &gic {
 	mediatek,broken-save-restore-fw;
 };




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux