Skip to content

Commit 7a043f9

Browse files
bijudasLaurent Pinchart
authored andcommitted
drm: rcar-du: Add RZ/G2L DSI driver
This driver supports the MIPI DSI encoder found in the RZ/G2L SoC. It currently supports DSI video mode only. Signed-off-by: Biju Das <[email protected]> Acked-by: Sam Ravnborg <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Signed-off-by: Laurent Pinchart <[email protected]>
1 parent b1a90f5 commit 7a043f9

File tree

4 files changed

+923
-0
lines changed

4 files changed

+923
-0
lines changed

drivers/gpu/drm/rcar-du/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ config DRM_RCAR_MIPI_DSI
4949
help
5050
Enable support for the R-Car Display Unit embedded MIPI DSI encoders.
5151

52+
config DRM_RZG2L_MIPI_DSI
53+
tristate "RZ/G2L MIPI DSI Encoder Support"
54+
depends on DRM_BRIDGE && OF
55+
depends on ARCH_RENESAS || COMPILE_TEST
56+
select DRM_MIPI_DSI
57+
help
58+
Enable support for the RZ/G2L Display Unit embedded MIPI DSI encoders.
59+
5260
config DRM_RCAR_VSP
5361
bool "R-Car DU VSP Compositor Support" if ARM
5462
default y if ARM64

drivers/gpu/drm/rcar-du/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ obj-$(CONFIG_DRM_RCAR_DU) += rcar-du-drm.o
1414
obj-$(CONFIG_DRM_RCAR_DW_HDMI) += rcar_dw_hdmi.o
1515
obj-$(CONFIG_DRM_RCAR_LVDS) += rcar_lvds.o
1616
obj-$(CONFIG_DRM_RCAR_MIPI_DSI) += rcar_mipi_dsi.o
17+
18+
obj-$(CONFIG_DRM_RZG2L_MIPI_DSI) += rzg2l_mipi_dsi.o

0 commit comments

Comments
 (0)