Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[u-boot] D310T9362V1 display panel issue #7

Open
kamejoko80 opened this issue Aug 23, 2023 · 1 comment
Open

[u-boot] D310T9362V1 display panel issue #7

kamejoko80 opened this issue Aug 23, 2023 · 1 comment

Comments

@kamejoko80
Copy link

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants