Yuzukilizard icon indicating copy to clipboard operation
Yuzukilizard copied to clipboard

[u-boot] D310T9362V1 display panel issue

Open kamejoko80 opened this issue 2 years ago • 1 comments

Hi,

Thanks for sharing the source code. I've tried with the display D310T9362V1 and it didn't work at the first time. u-boot patch file missed configuration in Kconfig below:

diff --git a/drivers/video/sunxi/disp2/disp/lcd/Kconfig b/drivers/video/sunxi/disp2/disp/lcd/Kconfig
index c4d5b04..dc7b43f 100644
--- a/drivers/video/sunxi/disp2/disp/lcd/Kconfig
+++ b/drivers/video/sunxi/disp2/disp/lcd/Kconfig
@@ -270,3 +270,9 @@ config LCD_SUPPORT_NT35510_MIPI
 	default n
 	---help---
 		If you want to support NT35510 panel for display driver, select it.
+
+config LCD_SUPPORT_D310T9362V1_MIPI
+	bool "LCD support D310T9362V1_mipi panel"
+	default n
+	---help---
+		If you want to support D310T9362V1 panel for display driver, select it.

I've attached my patch file, hope it can help.

0001-add-d310t9362v1-panel-driver-for-uboot-updated.patch

kamejoko80 avatar Aug 23 '23 11:08 kamejoko80

Thank you for your help. You can pull request it directly

YuzukiTsuru avatar Aug 23 '23 12:08 YuzukiTsuru