Message ID | 20210712085522.672482-1-linus.walleij@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 042f2e107a2ea34605b3793a88b11761afc8e8e0 |
Headers | show |
Series | ARM: configs: Update u8500_defconfig | expand |
Hello: This patch was applied to soc/soc.git (refs/heads/arm/fixes): On Mon, 12 Jul 2021 10:55:22 +0200 you wrote: > The platform lost the framebuffer due to a commit solving a > circular dependency in v5.14-rc1, so add it back in by explicitly > selecting the framebuffer. > > The U8500 has also gained a few systems using touchscreens from > Cypress, Melfas and Zinitix so add these at the same time as > we're updating the defconfig anyway. > > [...] Here is the summary with links: - ARM: configs: Update u8500_defconfig https://git.kernel.org/soc/soc/c/042f2e107a2e You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
From: Arnd Bergmann <arnd@arndb.de> On Mon, 12 Jul 2021 10:55:22 +0200, Linus Walleij wrote: > The platform lost the framebuffer due to a commit solving a > circular dependency in v5.14-rc1, so add it back in by explicitly > selecting the framebuffer. > > The U8500 has also gained a few systems using touchscreens from > Cypress, Melfas and Zinitix so add these at the same time as > we're updating the defconfig anyway. Applied to arm/fixes, thanks! [1/1] ARM: configs: Update u8500_defconfig commit: 042f2e107a2ea34605b3793a88b11761afc8e8e0 Arnd
diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig index dbb1ef601762..3b30913d7d8d 100644 --- a/arch/arm/configs/u8500_defconfig +++ b/arch/arm/configs/u8500_defconfig @@ -61,6 +61,10 @@ CONFIG_INPUT_TOUCHSCREEN=y CONFIG_TOUCHSCREEN_ATMEL_MXT=y CONFIG_TOUCHSCREEN_BU21013=y CONFIG_TOUCHSCREEN_CY8CTMA140=y +CONFIG_TOUCHSCREEN_CYTTSP_CORE=y +CONFIG_TOUCHSCREEN_CYTTSP_SPI=y +CONFIG_TOUCHSCREEN_MMS114=y +CONFIG_TOUCHSCREEN_ZINITIX=y CONFIG_INPUT_MISC=y CONFIG_INPUT_AB8500_PONKEY=y CONFIG_INPUT_GPIO_VIBRA=y @@ -100,6 +104,7 @@ CONFIG_DRM_PANEL_SAMSUNG_S6E63M0_DSI=y CONFIG_DRM_PANEL_SONY_ACX424AKP=y CONFIG_DRM_LIMA=y CONFIG_DRM_MCDE=y +CONFIG_FB=y CONFIG_BACKLIGHT_CLASS_DEVICE=y CONFIG_BACKLIGHT_KTD253=y CONFIG_BACKLIGHT_GPIO=y
The platform lost the framebuffer due to a commit solving a circular dependency in v5.14-rc1, so add it back in by explicitly selecting the framebuffer. The U8500 has also gained a few systems using touchscreens from Cypress, Melfas and Zinitix so add these at the same time as we're updating the defconfig anyway. Cc: phone-devel@vger.kernel.org Cc: Kees Cook <keescook@chromium.org> Cc: Arnd Bergmann <arnd@kernel.org> Cc: Stephan Gerhold <stephan@gerhold.net> Cc: newbyte@disroot.org Fixes: f611b1e7624c ("drm: Avoid circular dependencies for CONFIG_FB") Signed-off-by: Linus Walleij <linus.walleij@linaro.org> --- Hi SoC folks, please apply this for configs for v5.14 current. --- arch/arm/configs/u8500_defconfig | 5 +++++ 1 file changed, 5 insertions(+)