YuzukiHD / Yuzukilizard

Yuzukilizard is a Small Heterogeneous & AI Powered Dev Board Based on Allwinner V851S
CERN Open Hardware Licence Version 2 - Strongly Reciprocal
143 stars 49 forks source link

[u-boot] D310T9362V1 display panel issue #7

Open kamejoko80 opened 1 year ago

kamejoko80 commented 1 year ago

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

YuzukiTsuru commented 1 year ago

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