Yuzukilizard
Yuzukilizard copied to clipboard
[u-boot] D310T9362V1 display panel issue
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.
Thank you for your help. You can pull request it directly