summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/rcar-du/Makefile
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2022-01-26 23:13:23 +0300
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2022-03-03 12:26:35 +0300
commit841281fe52a769fedcf615880a33a2d0b2062b70 (patch)
treede5e926917388abb21e0aab0af2fb13e546fa98f /drivers/gpu/drm/rcar-du/Makefile
parented6e76676b2657b71a0b9e5e847d96e4de0b394b (diff)
downloadlinux-841281fe52a769fedcf615880a33a2d0b2062b70.tar.xz
drm: rcar-du: Drop LVDS device tree backward compatibility
The rcar-du driver goes to great lengths to preserve device tree backward compatibility for the LVDS encoders by patching old device trees at runtime. The last R-Car Gen2 platform was converted to the new bindings commit edb0c3affe5214a2 ("ARM: dts: r8a7793: Convert to new LVDS DT bindings"), in v4.17, and the last RZ/G1 platform converted in commit 6a6a797625b5fe85 ("ARM: dts: r8a7743: Convert to new LVDS DT bindings"), in v5.0. Both are older than commit 58256143cff7c2e0 ("clk: renesas: Remove R-Car Gen2 legacy DT clock support"), in v5.5, which removes support for legacy bindings for clocks. The LVDS compatibility code is thus not needed anymore. Drop it. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Diffstat (limited to 'drivers/gpu/drm/rcar-du/Makefile')
-rw-r--r--drivers/gpu/drm/rcar-du/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/gpu/drm/rcar-du/Makefile b/drivers/gpu/drm/rcar-du/Makefile
index 286bc81b3e7c..e7275b5e7ec8 100644
--- a/drivers/gpu/drm/rcar-du/Makefile
+++ b/drivers/gpu/drm/rcar-du/Makefile
@@ -6,12 +6,6 @@ rcar-du-drm-y := rcar_du_crtc.o \
rcar_du_kms.o \
rcar_du_plane.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
rcar-du-drm-$(CONFIG_DRM_RCAR_WRITEBACK) += rcar_du_writeback.o