[PATCH] arm: sunxi: disable obsolete VIDEO config
Tom Rini
trini at konsulko.com
Mon Oct 19 16:50:49 CEST 2020
On Mon, Oct 19, 2020 at 11:17:54AM +0200, Maxime Ripard wrote:
> On Sun, Oct 18, 2020 at 09:18:15PM +0200, Anatolij Gustschin wrote:
> > DM_VIDEO conversion deadline has passed, disable VIDEO config
> > option by default. Boards should convert to DM_VIDEO if they
> > need video console support.
> >
> > Signed-off-by: Anatolij Gustschin <agust at denx.de>
> > Cc: Jagan Teki <jagan at amarulasolutions.com>
> > Cc: Maxime Ripard <mripard at kernel.org>
> > ---
> > arch/arm/mach-sunxi/Kconfig | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
> > index be0822bfb7..f672bb8b4e 100644
> > --- a/arch/arm/mach-sunxi/Kconfig
> > +++ b/arch/arm/mach-sunxi/Kconfig
> > @@ -760,7 +760,7 @@ config VIDEO_SUNXI
> > depends on !MACH_SUN50I_H6
> > select VIDEO
> > imply VIDEO_DT_SIMPLEFB
> > - default y
> > + default n
>
> default n is the default with Kconfig iirc
>
> Otherwise, I can't say that I agree with the forced conversion strategy
> to the DM in general. We're struggling to keep U-Boot working from one
> release to the other, so adding pressure to convert drivers feels a bit
> too much.
>
> I can see where you're coming from though, so I guess that's a
> reluctantly-acked-by ? :)
Can you please elaborate on your struggles? The only thing right now
keeping me from having some sunxi target in my HW CI loop is I didn't
have anything that wasn't leaking in power via UART, even, seemingly.
Thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20201019/bdeaa92f/attachment.sig>
More information about the U-Boot
mailing list