From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4EAE0C2B9F2 for ; Sat, 22 May 2021 12:49:53 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id AFAD361168 for ; Sat, 22 May 2021 12:49:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AFAD361168 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C9EC982E68; Sat, 22 May 2021 14:49:18 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com 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 3868082E8B; Sat, 22 May 2021 14:48:46 +0200 (CEST) Received: from mail-qk1-f180.google.com (mail-qk1-f180.google.com [209.85.222.180]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 75B4882D57 for ; Sat, 22 May 2021 14:48:38 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=tom.rini@gmail.com Received: by mail-qk1-f180.google.com with SMTP id i5so15333279qkf.12 for ; Sat, 22 May 2021 05:48:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=Ra2ENXkkcZC+02Hm5mp0zXM0KWgsMa5hQEswYTIfISE=; b=oT6WQdNc0nOfPu0ehIOKOjFXl8t4sO7idAR5X+WLP0PHkR+Xg1qjpSPOdCGtf5+Bv6 xPTh+tnTD4rugMYN13E+KA0qweBmyiZ5h1kJGaR/BAcwphA9bWDVdOcJq46+4vcJLd2B DLw3dJgJDelDJ3co7vEwzfLzGPXJCjhrr37+aRHC09KF7zRrKBA5vJTmXkIwdAciG/9z ZNyw7NFTTUldzwIlaLoATxvdUMe3eLNKpsafxq0s5lnOZa8KNkOU1Jb3YdIxaGPmtYdG nW/znsYl4TNnqFVA3B4mfesNpGUvSVr9qQbjBnjqpfcN+y6t4xwIaVe3+ycAqCaRVtvV GzVA== X-Gm-Message-State: AOAM531N+GvpSYmzlKmd//LC+mV5TvD9TJoazj5M5FUjnLnfFKkEvzqe w0BSQTm77SlkZgBuBsTf220aF+GeuA== X-Google-Smtp-Source: ABdhPJwwgPlrg4oNgZm/Ykbl3UBF3ctSW7GpEXryk2SB/qv2sG0mi0XdcqEoNACBJOIE51WAa9zF9g== X-Received: by 2002:a37:9547:: with SMTP id x68mr18414784qkd.474.1621687717027; Sat, 22 May 2021 05:48:37 -0700 (PDT) Received: from bill-the-cat.lan (2603-6081-7b01-cbda-11dd-dc5c-4409-3388.res6.spectrum.com. [2603:6081:7b01:cbda:11dd:dc5c:4409:3388]) by smtp.gmail.com with ESMTPSA id z18sm6576940qki.55.2021.05.22.05.48.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 22 May 2021 05:48:36 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Cc: Eric Nelson , Stefano Babic Subject: [PATCH 07/18] mx6memcal: Disable USB GADGET in SPL Date: Sat, 22 May 2021 08:47:06 -0400 Message-Id: <20210522124757.18639-8-trini@konsulko.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210522124757.18639-1-trini@konsulko.com> References: <20210522124757.18639-1-trini@konsulko.com> X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.102.4 at phobos.denx.de X-Virus-Status: Clean As this board does not use CONFIG_OF_CONTROL and the DM_USB migration deadline has passed, disable USB_GADGET support. Cc: Eric Nelson Cc: Stefano Babic Signed-off-by: Tom Rini --- I realize this removes an important functional part of the board. I suspect the path forward here is to make a generic mx6 device tree to use here, so that the USB functionality keeps working. --- configs/mx6memcal_defconfig | 9 --------- 1 file changed, 9 deletions(-) diff --git a/configs/mx6memcal_defconfig b/configs/mx6memcal_defconfig index 41ff942cf1ce..a860fbe77738 100644 --- a/configs/mx6memcal_defconfig +++ b/configs/mx6memcal_defconfig @@ -16,9 +16,6 @@ CONFIG_SPL=y CONFIG_SUPPORT_RAW_INITRD=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg,SPL" CONFIG_SPL_USB_HOST_SUPPORT=y -CONFIG_SPL_USB_GADGET=y -CONFIG_SPL_USB_ETHER=y -CONFIG_SPL_USB_SDP_SUPPORT=y CONFIG_SPL_WATCHDOG_SUPPORT=y CONFIG_HUSH_PARSER=y # CONFIG_CMD_BOOTD is not set @@ -45,11 +42,5 @@ CONFIG_BOUNCE_BUFFER=y # CONFIG_MMC is not set CONFIG_FSL_USDHC=y CONFIG_MXC_UART=y -CONFIG_USB=y -CONFIG_USB_GADGET=y -CONFIG_USB_GADGET_MANUFACTURER="FSL" -CONFIG_USB_GADGET_VENDOR_NUM=0x0525 -CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5 -CONFIG_CI_UDC=y CONFIG_OF_LIBFDT=y # CONFIG_EFI_LOADER is not set -- 2.17.1