Skip to content

Commit 1553583

Browse files
hoailuuLaurent Pinchart
authored andcommitted
drm: rcar-du: Add R-Car DSI driver
The driver supports the MIPI DSI/CSI-2 TX encoder found in the R-Car V3U SoC. It currently supports DSI mode only. Signed-off-by: LUU HOAI <[email protected]> Signed-off-by: Laurent Pinchart <[email protected]> Reviewed-by: Kieran Bingham <[email protected]> Tested-by: Kieran Bingham <[email protected]> Acked-by: Sam Ravnborg <[email protected]> Reviewed-by: Jagan Teki <[email protected]>
1 parent 1a0548c commit 1553583

File tree

4 files changed

+999
-0
lines changed

4 files changed

+999
-0
lines changed

drivers/gpu/drm/rcar-du/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ config DRM_RCAR_LVDS
4545
select OF_FLATTREE
4646
select OF_OVERLAY
4747

48+
config DRM_RCAR_MIPI_DSI
49+
tristate "R-Car DU MIPI DSI Encoder Support"
50+
depends on DRM && DRM_BRIDGE && OF
51+
select DRM_MIPI_DSI
52+
help
53+
Enable support for the R-Car Display Unit embedded MIPI DSI encoders.
54+
4855
config DRM_RCAR_VSP
4956
bool "R-Car DU VSP Compositor Support" if ARM
5057
default y if ARM64

drivers/gpu/drm/rcar-du/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ obj-$(CONFIG_DRM_RCAR_CMM) += rcar_cmm.o
1919
obj-$(CONFIG_DRM_RCAR_DU) += rcar-du-drm.o
2020
obj-$(CONFIG_DRM_RCAR_DW_HDMI) += rcar_dw_hdmi.o
2121
obj-$(CONFIG_DRM_RCAR_LVDS) += rcar_lvds.o
22+
obj-$(CONFIG_DRM_RCAR_MIPI_DSI) += rcar_mipi_dsi.o
2223

2324
# 'remote-endpoint' is fixed up at run-time
2425
DTC_FLAGS_rcar_du_of_lvds_r8a7790 += -Wno-graph_endpoint

0 commit comments

Comments
 (0)