[PATCH] drm/tilcdc: Remove obsolete "ti, tilcdc, slave" dts binding support
Rob Herring
robh at kernel.org
Mon Nov 13 22:40:00 UTC 2017
On Mon, Nov 13, 2017 at 6:42 AM, Jyri Sarha <jsarha at ti.com> wrote:
> This patch removes DRM_TILCDC_SLAVE_COMPAT option for supporting the
> obsolete "ti,tilcdc,slave" device tree binding. The new of_graph based
> binding - that is widely used in other drm driver too - has been
> supported since Linux v4.2. Maintaining the the backwards dts
> conversion code in 0the DRM_TILCDC_SLAVE_COMPAT has become a nuisance
> for the device/of development so the we decided to drop it after Linux
> v4.14, the 2017 LTS.
>
> Signed-off-by: Jyri Sarha <jsarha at ti.com>
> ---
> drivers/gpu/drm/tilcdc/Kconfig | 11 -
> drivers/gpu/drm/tilcdc/Makefile | 3 -
> drivers/gpu/drm/tilcdc/tilcdc_slave_compat.c | 269 -------------------------
> drivers/gpu/drm/tilcdc/tilcdc_slave_compat.dts | 72 -------
> drivers/gpu/drm/tilcdc/tilcdc_slave_compat.h | 25 ---
> 5 files changed, 380 deletions(-)
> delete mode 100644 drivers/gpu/drm/tilcdc/tilcdc_slave_compat.c
> delete mode 100644 drivers/gpu/drm/tilcdc/tilcdc_slave_compat.dts
> delete mode 100644 drivers/gpu/drm/tilcdc/tilcdc_slave_compat.h
Acked-by: Rob Herring <robh at kernel.org>
More information about the dri-devel
mailing list