From 4f5209697435d2f6d29c1d26112bad90fe848a63 Mon Sep 17 00:00:00 2001 From: wang_qiangrui Date: Sat, 9 Jul 2022 11:03:28 +0800 Subject: [PATCH] =?UTF-8?q?dayu200=20disable=20dsi0(=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=EF=BC=8C=E5=8B=BF=E5=90=88=E5=85=A5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wang_qiangrui --- linux-5.10/rk3568_patch/kernel.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-5.10/rk3568_patch/kernel.patch b/linux-5.10/rk3568_patch/kernel.patch index 887bc26..f58bc14 100644 --- a/linux-5.10/rk3568_patch/kernel.patch +++ b/linux-5.10/rk3568_patch/kernel.patch @@ -95351,7 +95351,7 @@ index 000000000..25889a206 + * when dsi0 is enabled + */ +&dsi0 { -+ status = "okay"; ++ status = "disabled"; + + dsi0_panel: panel@0 { + compatible = "simple-panel-dsi"; @@ -95685,7 +95685,7 @@ index 000000000..25889a206 +}; + +&route_dsi0 { -+ status = "okay"; ++ status = "disabled"; +}; + +&pinctrl { -- Gitee