]> www.infradead.org Git - users/dwmw2/linux.git/commit
ARM: omap2plus_defconfig: Fix missing video
authorAdam Ford <aford173@gmail.com>
Wed, 28 Aug 2019 18:33:49 +0000 (13:33 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 5 Oct 2019 11:14:00 +0000 (13:14 +0200)
commit9d9c015428488cdf77f4caf4f403d0d5c36d061d
tree2bee21a0fb499914a96b7450c01e489f30c44371
parent3d226661238eddc23704b73a9b91adcb2d72ce32
ARM: omap2plus_defconfig: Fix missing video

commit 4957eccf979b025286b39388fd1a60cde601a10a upstream.

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: 8bf4b1621178 ("drm/omap: Remove panel-dpi driver")
Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/configs/omap2plus_defconfig