summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du/Makefile
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2018-01-10 02:40:27 +0200
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2018-03-07 18:06:41 +0200
commit81c0e3dd82927064a2f56a31a0974a0d110fcdb0 (patch)
tree552d7bcb5275ea37101b0c3f940dc8d1e5e82e45 /drivers/gpu/drm/rcar-du/Makefile
parent6d2ca85279becdff6c12c3c25598f0aed472998e (diff)
downloadlinux-81c0e3dd82927064a2f56a31a0974a0d110fcdb0.tar.gz
linux-81c0e3dd82927064a2f56a31a0974a0d110fcdb0.tar.bz2
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/Makefile')
-rw-r--r--drivers/gpu/drm/rcar-du/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/gpu/drm/rcar-du/Makefile b/drivers/gpu/drm/rcar-du/Makefile
index 0cf5c11030e8..86b337b4be5d 100644
--- a/drivers/gpu/drm/rcar-du/Makefile
+++ b/drivers/gpu/drm/rcar-du/Makefile
@@ -8,7 +8,12 @@ rcar-du-drm-y := rcar_du_crtc.o \
rcar_du_plane.o
rcar-du-drm-$(CONFIG_DRM_RCAR_LVDS) += rcar_du_lvdsenc.o
-
+rcar-du-drm-$(CONFIG_DRM_RCAR_LVDS) += rcar_du_of.o \
+ rcar_du_of_lvds_r8a7790.dtb.o \
+ rcar_du_of_lvds_r8a7791.dtb.o \
+ rcar_du_of_lvds_r8a7793.dtb.o \
+ rcar_du_of_lvds_r8a7795.dtb.o \
+ rcar_du_of_lvds_r8a7796.dtb.o
rcar-du-drm-$(CONFIG_DRM_RCAR_VSP) += rcar_du_vsp.o
obj-$(CONFIG_DRM_RCAR_DU) += rcar-du-drm.o