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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id E9FA8C001DE for ; Tue, 4 Jul 2023 18:10:22 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 981AC85F9A; Tue, 4 Jul 2023 20:10:20 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org 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=kernel.org header.i=@kernel.org header.b="pRrCrJ3T"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 5F71E85F52; Tue, 4 Jul 2023 20:10:19 +0200 (CEST) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 3C517847A5 for ; Tue, 4 Jul 2023 20:10:17 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=rogerq@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7EBDB61302; Tue, 4 Jul 2023 18:10:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4C675C433C7; Tue, 4 Jul 2023 18:10:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1688494213; bh=fGAEX9PLbfrt6WperY7+Akfoij8QNa4KH9sabWKsK10=; h=From:To:Cc:Subject:Date:From; b=pRrCrJ3TNdZsnSsGprPyuii8a75fMVMXA7TarNErZ3VScnfLOb+HdKlqbYRLWmw9T s3nbM+E2wZqk3TsSDyCP98bndhfak7Xx2B+2szxmLDUOFklbiGIJRMXly+yS5XPBmm JX+ccpxN3xsVRMTBdA7wRwnpuIZVHhRFbzcEfeo53pMQzmtO5BaWeTLFV9rzeHTJPd qFi/MEwfPVV7L8KHDkc6nnwEyNu47u6T4v4QoOvRwZ0lpLt01XZ9pe//JvS/gKReib kAMLEAWrqq7cHTg5sNTX78DHMmgzD5kW08MdWvM8DhngNhPzCXqkRm06YFociCMYy4 dTvy4RHlhlLzQ== From: Roger Quadros To: vigneshr@ti.com, trini@konsulko.com Cc: nm@ti.com, srk@ti.com, u-boot@lists.denx.de, Roger Quadros Subject: [PATCH 0/6] ti: k3-am642: Add daughtercard support Date: Tue, 4 Jul 2023 21:10:02 +0300 Message-Id: <20230704181008.305561-1-rogerq@kernel.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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.8 at phobos.denx.de X-Virus-Status: Clean Hi, This series adds daughtercard detection support for am642-evm. NAND card support is added. cheers, -roger Roger Quadros (6): board: ti: am64x: Recognize AM64-HSEVM board: ti: am64x: Add HSE NAND card detection support arm: dts: k3-am642: Sync main_i2c0 with kernel arm: dts: k3-am642-r5-evm: Add I2C0 and Card detect GPIOs arm: dts: k3-am642: Add I2C GPIO Expander configs: am64x_evm_a53_defconfig: Enable I2C GPIO drivers arch/arm/dts/k3-am642-evm-u-boot.dtsi | 15 +- arch/arm/dts/k3-am642-evm.dts | 28 ++++ arch/arm/dts/k3-am642-r5-evm.dts | 19 +++ board/ti/am64x/evm.c | 188 +++++++++++++++++++++++++- configs/am64x_evm_a53_defconfig | 4 + 5 files changed, 238 insertions(+), 16 deletions(-) -- 2.34.1