diff mbox series

arm64: defconfig: Switch to PL11x DRM driver

Message ID 20190123084745.29905-1-linus.walleij@linaro.org (mailing list archive)
State Mainlined, archived
Commit 37ad688497785c9ad1471236e28efda1e2f39741
Headers show
Series arm64: defconfig: Switch to PL11x DRM driver | expand

Commit Message

Linus Walleij Jan. 23, 2019, 8:47 a.m. UTC
This switches out the old fbdev PL11x driver to the new
DRM driver in the Aarch64/ARM64 defconfig. Some ARM
reference designs use this IP with the Silicon Image
SII902x HDMI bridge so activate both.

The required DTS changes are already in-tree.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
ARM SoC folks: please apply this directly for v5.1
where applicable in the ARM SoC tree.
---
 arch/arm64/configs/defconfig | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Arnd Bergmann Jan. 30, 2019, 9:41 p.m. UTC | #1
On Wed, Jan 23, 2019 at 9:47 AM Linus Walleij <linus.walleij@linaro.org> wrote:
>
> This switches out the old fbdev PL11x driver to the new
> DRM driver in the Aarch64/ARM64 defconfig. Some ARM
> reference designs use this IP with the Silicon Image
> SII902x HDMI bridge so activate both.
>
> The required DTS changes are already in-tree.
>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> ARM SoC folks: please apply this directly for v5.1
> where applicable in the ARM SoC tree.

Applied to arm/defconfig, thanks!

       Arnd
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 3ef443cfbab6..139aae646456 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -485,13 +485,16 @@  CONFIG_DRM_SUN8I_DW_HDMI=m
 CONFIG_DRM_SUN8I_MIXER=m
 CONFIG_DRM_TEGRA=m
 CONFIG_DRM_PANEL_SIMPLE=m
+CONFIG_DRM_SII902X=m
 CONFIG_DRM_I2C_ADV7511=m
 CONFIG_DRM_VC4=m
 CONFIG_DRM_HISI_HIBMC=m
 CONFIG_DRM_HISI_KIRIN=m
 CONFIG_DRM_MESON=m
+CONFIG_DRM_PL111=m
 CONFIG_FB=y
-CONFIG_FB_ARMCLCD=y
+CONFIG_FB_MODE_HELPERS=y
+CONFIG_BACKLIGHT_CLASS_DEVICE=y
 CONFIG_BACKLIGHT_GENERIC=m
 CONFIG_BACKLIGHT_PWM=m
 CONFIG_BACKLIGHT_LP855X=m