]> asedeno.scripts.mit.edu Git - linux.git/commit
drm: rcar-du: Fix legacy DT to create LVDS encoder nodes
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 10 Jan 2018 00:40:27 +0000 (02:40 +0200)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 7 Mar 2018 16:06:41 +0000 (18:06 +0200)
commit81c0e3dd82927064a2f56a31a0974a0d110fcdb0
tree552d7bcb5275ea37101b0c3f940dc8d1e5e82e45
parent6d2ca85279becdff6c12c3c25598f0aed472998e
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>
drivers/gpu/drm/rcar-du/Kconfig
drivers/gpu/drm/rcar-du/Makefile
drivers/gpu/drm/rcar-du/rcar_du_of.c [new file with mode: 0644]
drivers/gpu/drm/rcar-du/rcar_du_of.h [new file with mode: 0644]
drivers/gpu/drm/rcar-du/rcar_du_of_lvds_r8a7790.dts [new file with mode: 0644]
drivers/gpu/drm/rcar-du/rcar_du_of_lvds_r8a7791.dts [new file with mode: 0644]
drivers/gpu/drm/rcar-du/rcar_du_of_lvds_r8a7793.dts [new file with mode: 0644]
drivers/gpu/drm/rcar-du/rcar_du_of_lvds_r8a7795.dts [new file with mode: 0644]
drivers/gpu/drm/rcar-du/rcar_du_of_lvds_r8a7796.dts [new file with mode: 0644]