All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 2/3] configs: pico-imx6ul: convert DM_VIDEO
@ 2020-07-31  6:15 wig.cheng at technexion.com
  2020-07-31 10:42 ` Fabio Estevam
  2020-08-18 12:33 ` sbabic at denx.de
  0 siblings, 2 replies; 3+ messages in thread
From: wig.cheng at technexion.com @ 2020-07-31  6:15 UTC (permalink / raw)
  To: u-boot

From: Wig Cheng <wig.cheng@technexion.com>

It's due to the warning messages issue after compiled:

  ===================== WARNING ======================
  This board does not use CONFIG_DM_VIDEO Please update
  the board to use CONFIG_DM_VIDEO before the v2019.07 release.
  Failure to update by the deadline may result in board removal.
  See doc/driver-model/migration.rst for more info.
  ====================================================

Enable DM_VIDEO can fix it on the stage of compilation.

Signed-off-by: Wig Cheng <wig.cheng@technexion.com>
---
 configs/pico-imx6ul_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/pico-imx6ul_defconfig b/configs/pico-imx6ul_defconfig
index 35fb02e9c8..7f7a9f7a24 100644
--- a/configs/pico-imx6ul_defconfig
+++ b/configs/pico-imx6ul_defconfig
@@ -74,4 +74,4 @@ CONFIG_USB_GADGET_MANUFACTURER="FSL"
 CONFIG_USB_GADGET_VENDOR_NUM=0x0525
 CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5
 CONFIG_CI_UDC=y
-CONFIG_VIDEO=y
+CONFIG_DM_VIDEO=y
-- 
2.17.1

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

* [PATCH v2 2/3] configs: pico-imx6ul: convert DM_VIDEO
  2020-07-31  6:15 [PATCH v2 2/3] configs: pico-imx6ul: convert DM_VIDEO wig.cheng at technexion.com
@ 2020-07-31 10:42 ` Fabio Estevam
  2020-08-18 12:33 ` sbabic at denx.de
  1 sibling, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2020-07-31 10:42 UTC (permalink / raw)
  To: u-boot

On Fri, Jul 31, 2020 at 3:15 AM <wig.cheng@technexion.com> wrote:
>
> From: Wig Cheng <wig.cheng@technexion.com>
>
> It's due to the warning messages issue after compiled:
>
>   ===================== WARNING ======================
>   This board does not use CONFIG_DM_VIDEO Please update
>   the board to use CONFIG_DM_VIDEO before the v2019.07 release.
>   Failure to update by the deadline may result in board removal.
>   See doc/driver-model/migration.rst for more info.
>   ====================================================
>
> Enable DM_VIDEO can fix it on the stage of compilation.
>
> Signed-off-by: Wig Cheng <wig.cheng@technexion.com>

Reviewed-by: Fabio Estevam <festevam@gmail.com>

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

* [PATCH v2 2/3] configs: pico-imx6ul: convert DM_VIDEO
  2020-07-31  6:15 [PATCH v2 2/3] configs: pico-imx6ul: convert DM_VIDEO wig.cheng at technexion.com
  2020-07-31 10:42 ` Fabio Estevam
@ 2020-08-18 12:33 ` sbabic at denx.de
  1 sibling, 0 replies; 3+ messages in thread
From: sbabic at denx.de @ 2020-08-18 12:33 UTC (permalink / raw)
  To: u-boot

> From: Wig Cheng <wig.cheng@technexion.com>
> It's due to the warning messages issue after compiled:
>   ===================== WARNING ======================
>   This board does not use CONFIG_DM_VIDEO Please update
>   the board to use CONFIG_DM_VIDEO before the v2019.07 release.
>   Failure to update by the deadline may result in board removal.
>   See doc/driver-model/migration.rst for more info.
>   ====================================================
> Enable DM_VIDEO can fix it on the stage of compilation.
> Signed-off-by: Wig Cheng <wig.cheng@technexion.com>
> Reviewed-by: Fabio Estevam <festevam@gmail.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

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

end of thread, other threads:[~2020-08-18 12:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-31  6:15 [PATCH v2 2/3] configs: pico-imx6ul: convert DM_VIDEO wig.cheng at technexion.com
2020-07-31 10:42 ` Fabio Estevam
2020-08-18 12:33 ` sbabic at denx.de

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.