From d1f92e60ae2ae4890bd1ebaa151563e11efd0b1f Mon Sep 17 00:00:00 2001 From: wang_qiangrui Date: Fri, 23 Aug 2024 13:52:59 +0800 Subject: [PATCH] disabled mipi lcd Signed-off-by: wang_qiangrui --- linux-5.10/rk3568_patch/kernel.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linux-5.10/rk3568_patch/kernel.patch b/linux-5.10/rk3568_patch/kernel.patch index 82df26e..7a55b54 100755 --- a/linux-5.10/rk3568_patch/kernel.patch +++ b/linux-5.10/rk3568_patch/kernel.patch @@ -95311,7 +95311,7 @@ index 000000000000..25889a206778 + * when dsi0 is enabled + */ +&dsi0 { -+ status = "okay"; ++ status = "disabled"; + + dsi0_panel: panel@0 { + compatible = "simple-panel-dsi"; @@ -95624,7 +95624,7 @@ index 000000000000..25889a206778 +}; + +&dsi0_in_vp1 { -+ status = "okay"; ++ status = "disabled"; +}; + +&dsi0_panel { @@ -95645,7 +95645,7 @@ index 000000000000..25889a206778 +}; + +&route_dsi0 { -+ status = "okay"; ++ status = "disabled"; +}; + +&pinctrl { -- Gitee