linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: spear3xx_defconfig: Activate PL111 DRM driver
@ 2019-02-25 14:31 Linus Walleij
  2019-03-01 14:09 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2019-02-25 14:31 UTC (permalink / raw)
  To: arm; +Cc: Viresh Kumar, Linus Walleij, linux-arm-kernel

This disables the old FBDEV driver and enables the PL111
DRM driver on the SPEAr3xx.

There are some device trees in the kernel that switches
the DT node for the PL110 to "okay" but none of these
have any display defined, so we can safely switch to this
driver before we get any users starting to define
displays. Let them do it on top of the new driver
infrastructure instead.

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
ARM SoC folks: please apply this directly for wherever
defconfigs go so I can cut all ties to the old FBDEV
driver.
---
 arch/arm/configs/spear3xx_defconfig | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/arch/arm/configs/spear3xx_defconfig b/arch/arm/configs/spear3xx_defconfig
index 2c5e8df33191..f1b52fb3461b 100644
--- a/arch/arm/configs/spear3xx_defconfig
+++ b/arch/arm/configs/spear3xx_defconfig
@@ -52,8 +52,10 @@ CONFIG_GPIO_PL061=y
 # CONFIG_HWMON is not set
 CONFIG_WATCHDOG=y
 CONFIG_ARM_SP805_WATCHDOG=y
-CONFIG_FB=y
-CONFIG_FB_ARMCLCD=y
+CONFIG_DRM=y
+CONFIG_DRM_PL111=y
+CONFIG_BACKLIGHT_LCD_SUPPORT=y
+CONFIG_BACKLIGHT_CLASS_DEVICE=y
 CONFIG_USB=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_OHCI_HCD=y
-- 
2.20.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: spear3xx_defconfig: Activate PL111 DRM driver
  2019-02-25 14:31 [PATCH] ARM: spear3xx_defconfig: Activate PL111 DRM driver Linus Walleij
@ 2019-03-01 14:09 ` Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2019-03-01 14:09 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Viresh Kumar, arm-soc, Linux ARM

On Mon, Feb 25, 2019 at 3:31 PM Linus Walleij <linus.walleij@linaro.org> wrote:
>
> This disables the old FBDEV driver and enables the PL111
> DRM driver on the SPEAr3xx.
>
> There are some device trees in the kernel that switches
> the DT node for the PL110 to "okay" but none of these
> have any display defined, so we can safely switch to this
> driver before we get any users starting to define
> displays. Let them do it on top of the new driver
> infrastructure instead.
>
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> ARM SoC folks: please apply this directly for wherever
> defconfigs go so I can cut all ties to the old FBDEV
> driver.
> ---
>  arch/arm/configs/spear3xx_defconfig | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)

Applied into arm/defconfigs for 5.1, thanks!

     Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-01 14:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-25 14:31 [PATCH] ARM: spear3xx_defconfig: Activate PL111 DRM driver Linus Walleij
2019-03-01 14:09 ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).