From patchwork Wed Jun 2 03:52:30 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yangbo Lu X-Patchwork-Id: 1486327 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=2a01:238:438b:c500:173d:9f52:ddab:ee01; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=nxp.com header.i=@nxp.com header.a=rsa-sha256 header.s=nselector3 header.b=TCPkOV8g; dkim-atps=neutral Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Fvvxw1ctnz9sCD for ; Wed, 2 Jun 2021 13:43:16 +1000 (AEST) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 868178200B; Wed, 2 Jun 2021 05:43:11 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=nxp.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=nxp.com header.i=@nxp.com header.b="TCPkOV8g"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 1500782EB9; Wed, 2 Jun 2021 05:43:10 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from inva020.nxp.com (inva020.nxp.com [92.121.34.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 696B582CB2 for ; Wed, 2 Jun 2021 05:43:07 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=nxp.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=yangbo.lu@nxp.com Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 2490E1A1DA6; Wed, 2 Jun 2021 05:43:06 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 inva020.eu-rdc02.nxp.com 2490E1A1DA6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nxp.com; s=nselector3; t=1622605386; bh=/ZbhAK1WYp6LgycHct81CEi9dPpbnpEdYeV6SluCBt8=; h=From:To:Cc:Subject:Date:From; b=TCPkOV8gySwIk5XyeMzXMMbIpY0nJ+yT/esQvJax9f1uh0xquIBKV8wM1Z+SWec37 8tYpUBbIMrKALpPX+n5BS1oW4wDANx53iFSAi0/+nQIMzhMkdZJEO4KS7r1zBfBidI 6EzR/DYI8LIvSghMJOfVh7W2fx41+kC01QWra2g2YOMQ6mDC9spbFqEwoLGk8Gyo0M PFWX3mu3hzEao7a3D6uUv8qxHEg2yTb0JlAdJGcRWyUYptI5wR9Lbmhnvs1OEBStnx H/U4roxdNCLc90FSJM5s1Uq9BfXSS46qxtjk34E8ZvmewYKMdB99ZAdH9d02OdR4GQ e1AzzvCi+W4iQ== Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id B5F501A0D0F; Wed, 2 Jun 2021 05:43:01 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 inva020.eu-rdc02.nxp.com B5F501A0D0F Received: from localhost.localdomain (mega.ap.freescale.net [10.192.208.232]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id 018A6402DF; Wed, 2 Jun 2021 11:42:55 +0800 (+08) From: Yangbo Lu To: u-boot@lists.denx.de, Peng Fan Cc: Yangbo Lu , Priyanka Jain , Shengzhou Liu , Michael Walle , Pramod Kumar , Rajesh Bhagat , Tang Yuantian , Ashish Kumar , Meenakshi Aggarwal Subject: [PATCH 0/3] Drop CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT Date: Wed, 2 Jun 2021 11:52:30 +0800 Message-Id: <20210602035233.25893-1-yangbo.lu@nxp.com> X-Mailer: git-send-email 2.17.1 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 For eSDHC, power supply is through peripheral circuit. So, 3.3V power supply capability from register bit does not reflect the truth. 3.3V is common for SD/MMC, and is supported for all boards with eSDHC in current u-boot. So, let's use a Kconfig CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT making 3.3V is supported in default. Then CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 can be dropped. And i.MX eSDHC driver should drop it too, since it's not used by any one of i.MX board. Yangbo Lu (3): mmc: fsl_esdhc: convert to CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT mmc: fsl_esdhc_imx: drop CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 armv8: layerscape: drop CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 drivers/mmc/Kconfig | 7 +++++++ drivers/mmc/fsl_esdhc.c | 6 ++++-- drivers/mmc/fsl_esdhc_imx.c | 5 ----- include/configs/T208xQDS.h | 1 - include/configs/T208xRDB.h | 1 - include/configs/T4240RDB.h | 1 - include/configs/kontron_sl28.h | 5 ----- include/configs/ls1012a2g5rdb.h | 5 ----- include/configs/ls1012afrwy.h | 5 ----- include/configs/ls1012aqds.h | 5 ----- include/configs/ls1012ardb.h | 6 ------ include/configs/ls1028a_common.h | 5 ----- include/configs/ls1043a_common.h | 7 ------- include/configs/ls1046a_common.h | 7 ------- include/configs/ls1088aqds.h | 1 - include/configs/ls1088ardb.h | 5 ----- include/configs/ls2080aqds.h | 5 ----- include/configs/ls2080ardb.h | 5 ----- include/configs/lx2160a_common.h | 5 ----- scripts/config_whitelist.txt | 1 - 20 files changed, 11 insertions(+), 77 deletions(-) base-commit: 89be8e31ccd1c53b010385ed0807eb00f0eec06a