File tree Expand file tree Collapse file tree 3 files changed +510
-0
lines changed Expand file tree Collapse file tree 3 files changed +510
-0
lines changed Original file line number Diff line number Diff line change @@ -573,6 +573,16 @@ config DRM_PANEL_RAYDIUM_RM67191
573
573
Say Y here if you want to enable support for Raydium RM67191 FHD
574
574
(1080x1920) DSI panel.
575
575
576
+ config DRM_PANEL_RAYDIUM_RM67200
577
+ tristate "Raydium RM67200-based DSI panel"
578
+ depends on OF
579
+ depends on DRM_MIPI_DSI
580
+ help
581
+ Say Y here if you want to enable support for Raydium RM67200-based
582
+ DSI video mode panels. This panel controller can be found in the
583
+ Wanchanglong W552793BAA panel found on the Rockchip RK3588 EVB1
584
+ evaluation boards.
585
+
576
586
config DRM_PANEL_RAYDIUM_RM68200
577
587
tristate "Raydium RM68200 720x1280 DSI video mode panel"
578
588
depends on OF
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ obj-$(CONFIG_DRM_PANEL_OSD_OSD101T2587_53TS) += panel-osd-osd101t2587-53ts.o
58
58
obj-$(CONFIG_DRM_PANEL_PANASONIC_VVX10F034N00) += panel-panasonic-vvx10f034n00.o
59
59
obj-$(CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN) += panel-raspberrypi-touchscreen.o
60
60
obj-$(CONFIG_DRM_PANEL_RAYDIUM_RM67191) += panel-raydium-rm67191.o
61
+ obj-$(CONFIG_DRM_PANEL_RAYDIUM_RM67200) += panel-raydium-rm67200.o
61
62
obj-$(CONFIG_DRM_PANEL_RAYDIUM_RM68200) += panel-raydium-rm68200.o
62
63
obj-$(CONFIG_DRM_PANEL_RAYDIUM_RM692E5) += panel-raydium-rm692e5.o
63
64
obj-$(CONFIG_DRM_PANEL_RAYDIUM_RM69380) += panel-raydium-rm69380.o
You can’t perform that action at this time.
0 commit comments