From patchwork Sun Dec 19 21:47:21 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oleh Kravchenko X-Patchwork-Id: 1570776 X-Patchwork-Delegate: sbabic@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=85.214.62.61; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4JHGZ34SH1z9sXS for ; Mon, 20 Dec 2021 08:48:43 +1100 (AEDT) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id B4F20830A0; Sun, 19 Dec 2021 22:48:35 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=kaa.org.ua Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 783A78307B; Sun, 19 Dec 2021 22:48:33 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Received: from smtp.220.in.ua (smtp.220.in.ua [89.184.67.205]) by phobos.denx.de (Postfix) with ESMTP id 5C99B8307B for ; Sun, 19 Dec 2021 22:48:30 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=kaa.org.ua Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=oleg@kaa.org.ua Received: from oleh-pc.lan (unknown [95.67.115.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.220.in.ua (Postfix) with ESMTPSA id 6474E1A20415; Sun, 19 Dec 2021 23:48:29 +0200 (EET) From: Oleh Kravchenko To: trini@konsulko.com, sbabic@denx.de Cc: u-boot@lists.denx.de, Oleh Kravchenko Subject: [RESEND PATCH] Enable Fastboot(UUU) for O4-iMX6ULL-NANO boards Date: Sun, 19 Dec 2021 23:47:21 +0200 Message-Id: <20211219214720.19363-1-oleg@kaa.org.ua> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.38 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Make O4-iMX6ULL-NANO-based board compatible with Yocto layer meta-out4 and fix device flashing by UUU (aka MFG Tools). Signed-off-by: Oleh Kravchenko --- arch/arm/dts/o4-imx-nano.dts | 4 ++-- configs/ev-imx280-nano-x-mb_defconfig | 5 +++++ configs/o4-imx6ull-nano_defconfig | 5 +++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/arch/arm/dts/o4-imx-nano.dts b/arch/arm/dts/o4-imx-nano.dts index 54d32f9dd4..8cc3d46997 100644 --- a/arch/arm/dts/o4-imx-nano.dts +++ b/arch/arm/dts/o4-imx-nano.dts @@ -29,7 +29,7 @@ gpios = <&pcf8574a 0 GPIO_ACTIVE_LOW>; }; - led1{ + led1 { color = ; gpios = <&pcf8574a 1 GPIO_ACTIVE_LOW>; }; @@ -44,7 +44,7 @@ gpios = <&pcf8574a 3 GPIO_ACTIVE_LOW>; }; - led4{ + led4 { color = ; gpios = <&pcf8574a 4 GPIO_ACTIVE_LOW>; }; diff --git a/configs/ev-imx280-nano-x-mb_defconfig b/configs/ev-imx280-nano-x-mb_defconfig index 10f2ec9333..4188286825 100644 --- a/configs/ev-imx280-nano-x-mb_defconfig +++ b/configs/ev-imx280-nano-x-mb_defconfig @@ -49,3 +49,8 @@ CONFIG_USB=y CONFIG_USB_GADGET=y CONFIG_CI_UDC=y CONFIG_OF_LIBFDT_OVERLAY=y +CONFIG_FASTBOOT_MMC_BOOT_SUPPORT=y +CONFIG_FASTBOOT_MMC_USER_SUPPORT=y +CONFIG_FASTBOOT_UUU_SUPPORT=y +CONFIG_USB_GADGET_PRODUCT_NUM=0x0001 +CONFIG_USB_GADGET_VENDOR_NUM=0x3016 diff --git a/configs/o4-imx6ull-nano_defconfig b/configs/o4-imx6ull-nano_defconfig index 384e6826a7..e8071cb791 100644 --- a/configs/o4-imx6ull-nano_defconfig +++ b/configs/o4-imx6ull-nano_defconfig @@ -57,3 +57,8 @@ CONFIG_USB=y CONFIG_USB_GADGET=y CONFIG_CI_UDC=y CONFIG_OF_LIBFDT_OVERLAY=y +CONFIG_FASTBOOT_MMC_BOOT_SUPPORT=y +CONFIG_FASTBOOT_MMC_USER_SUPPORT=y +CONFIG_FASTBOOT_UUU_SUPPORT=y +CONFIG_USB_GADGET_PRODUCT_NUM=0x0001 +CONFIG_USB_GADGET_VENDOR_NUM=0x3016