Skip to content

Commit 739acd8

Browse files
author
Jyri Sarha
committed
drm/tilcdc: Remove obsolete "ti,tilcdc,slave" dts binding support
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 the 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 <[email protected]> Acked-by: Rob Herring <[email protected]>
1 parent 44cd393 commit 739acd8

File tree

5 files changed

+0
-380
lines changed

5 files changed

+0
-380
lines changed

drivers/gpu/drm/tilcdc/Kconfig

-11
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,3 @@ config DRM_TILCDC
1212
controller, for example AM33xx in beagle-bone, DA8xx, or
1313
OMAP-L1xx. This driver replaces the FB_DA8XX fbdev driver.
1414

15-
config DRM_TILCDC_SLAVE_COMPAT
16-
bool "Support device tree blobs using TI LCDC Slave binding"
17-
depends on DRM_TILCDC
18-
default y
19-
select OF_RESOLVE
20-
select OF_OVERLAY
21-
help
22-
Choose this option if you need a kernel that is compatible
23-
with device tree blobs using the obsolete "ti,tilcdc,slave"
24-
binding. If you find "ti,tilcdc,slave"-string from your DTB,
25-
you probably need this. Otherwise you do not.

drivers/gpu/drm/tilcdc/Makefile

-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ ifeq (, $(findstring -W,$(EXTRA_CFLAGS)))
22
ccflags-y += -Werror
33
endif
44

5-
obj-$(CONFIG_DRM_TILCDC_SLAVE_COMPAT) += tilcdc_slave_compat.o \
6-
tilcdc_slave_compat.dtb.o
7-
85
tilcdc-y := \
96
tilcdc_plane.o \
107
tilcdc_crtc.o \

drivers/gpu/drm/tilcdc/tilcdc_slave_compat.c

-269
This file was deleted.

drivers/gpu/drm/tilcdc/tilcdc_slave_compat.dts

-72
This file was deleted.

drivers/gpu/drm/tilcdc/tilcdc_slave_compat.h

-25
This file was deleted.

0 commit comments

Comments
 (0)