Skip to content

Commit 6710980

Browse files
CodeChenLRadxaYuntian
authored andcommitted
fix: enable more drm panel drivers
For radxa and raspberrypi display Signed-off-by: Jiali Chen <chenjiali@radxa.com>
1 parent 6ef2816 commit 6710980

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/share/rsdk/infra-package/debian/patches/linux/0001-feat-Radxa-common-kernel-config.patch

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ Subject: [PATCH] feat: Radxa common kernel config
55

66
Signed-off-by: ZHANG Yuntian <yt@radxa.com>
77
---
8-
src/arch/arm64/configs/radxa.config | 1037 ++++++++++++++++++++++++++++
9-
1 file changed, 1037 insertions(+)
8+
src/arch/arm64/configs/radxa.config | 1040 ++++++++++++++++++++++++++++
9+
1 file changed, 1040 insertions(+)
1010
create mode 100644 src/arch/arm64/configs/radxa.config
1111

1212
diff --git a/src/arch/arm64/configs/radxa.config b/src/arch/arm64/configs/radxa.config
1313
new file mode 100644
1414
index 000000000000..f5bca1bdaf69
1515
--- /dev/null
1616
+++ b/src/arch/arm64/configs/radxa.config
17-
@@ -0,0 +1,1037 @@
17+
@@ -0,0 +1,1040 @@
1818
+# Enable FPDT on supported platforms
1919
+CONFIG_ACPI_FPDT=y
2020
+
@@ -918,7 +918,10 @@ index 000000000000..f5bca1bdaf69
918918
+# Enable r8169 driver, which supports RTL8125
919919
+CONFIG_R8169=m
920920
+
921-
+# Enable Sitronix panels
921+
+# Enable some drm panels
922+
+CONFIG_DRM_PANEL_JADARD_JD9365DA_H3=m
923+
+CONFIG_DRM_PANEL_ORISETECH_OTA7290B=m
924+
+CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN=m
922925
+CONFIG_DRM_PANEL_SITRONIX_ST7701=m
923926
+CONFIG_DRM_PANEL_SITRONIX_ST7789V=m
924927
+CONFIG_DRM_PANEL_SITRONIX_ST7789V=m

0 commit comments

Comments
 (0)