Skip to content

Commit 4957ecc

Browse files
aford173tmlind
authored andcommitted
ARM: omap2plus_defconfig: Fix missing video
When the panel-dpi driver was removed, the simple-panels driver was never enabled, so anyone who used the panel-dpi driver lost video, and those who used it inconjunction with simple-panels would have to manually enable CONFIG_DRM_PANEL_SIMPLE. This patch makes CONFIG_DRM_PANEL_SIMPLE a module in the same way the deprecated panel-dpi was. Fixes: 8bf4b16 ("drm/omap: Remove panel-dpi driver") Signed-off-by: Adam Ford <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent 2783d06 commit 4957ecc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/configs/omap2plus_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ CONFIG_DRM_OMAP_PANEL_TPO_TD028TTEC1=m
363363
CONFIG_DRM_OMAP_PANEL_TPO_TD043MTEA1=m
364364
CONFIG_DRM_OMAP_PANEL_NEC_NL8048HL11=m
365365
CONFIG_DRM_TILCDC=m
366+
CONFIG_DRM_PANEL_SIMPLE=m
366367
CONFIG_FB=y
367368
CONFIG_FIRMWARE_EDID=y
368369
CONFIG_FB_MODE_HELPERS=y

0 commit comments

Comments
 (0)