summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du/Kconfig
diff options
context:
space:
mode:
authorLaurent Pinchart2018-01-10 01:40:27 +0100
committerLaurent Pinchart2018-03-07 17:06:41 +0100
commit81c0e3dd82927064a2f56a31a0974a0d110fcdb0 (patch)
tree552d7bcb5275ea37101b0c3f940dc8d1e5e82e45 /drivers/gpu/drm/rcar-du/Kconfig
parentdt-bindings: display: renesas: Deprecate LVDS support in the DU bindings (diff)
downloadkernel-qcow2-linux-81c0e3dd82927064a2f56a31a0974a0d110fcdb0.tar.gz
kernel-qcow2-linux-81c0e3dd82927064a2f56a31a0974a0d110fcdb0.tar.xz
kernel-qcow2-linux-81c0e3dd82927064a2f56a31a0974a0d110fcdb0.zip
drm: rcar-du: Fix legacy DT to create LVDS encoder nodes
The internal LVDS encoders now have their own DT bindings. Before switching the driver infrastructure to those new bindings, implement backward-compatibility through live DT patching. Patching is disabled and will be enabled along with support for the new DT bindings in the DU driver. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Reviewed-by: Frank Rowand <frank.rowand@sony.com>
Diffstat (limited to 'drivers/gpu/drm/rcar-du/Kconfig')
-rw-r--r--drivers/gpu/drm/rcar-du/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/rcar-du/Kconfig b/drivers/gpu/drm/rcar-du/Kconfig
index 5d0b4b7119af..3f83352a7313 100644
--- a/drivers/gpu/drm/rcar-du/Kconfig
+++ b/drivers/gpu/drm/rcar-du/Kconfig
@@ -22,6 +22,8 @@ config DRM_RCAR_LVDS
bool "R-Car DU LVDS Encoder Support"
depends on DRM_RCAR_DU
select DRM_PANEL
+ select OF_FLATTREE
+ select OF_OVERLAY
help
Enable support for the R-Car Display Unit embedded LVDS encoders.