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 226E8C4332F for ; Tue, 20 Dec 2022 15:21:57 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 95655852ED; Tue, 20 Dec 2022 16:21:54 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=collabora.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=collabora.com header.i=@collabora.com header.b="aAshpczc"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7069B82BCD; Tue, 20 Dec 2022 16:21:53 +0100 (CET) Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) (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 3A00C82BCD for ; Tue, 20 Dec 2022 16:21:51 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=collabora.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjoerd@collabora.com Received: from beast.luon.net (unknown [IPv6:2a10:3781:2531::8]) (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) (Authenticated sender: sjoerd) by madras.collabora.co.uk (Postfix) with ESMTPSA id 8FB166602CA0; Tue, 20 Dec 2022 15:21:50 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1671549710; bh=iiCOid1kILdB7e9JcIkXnN8ZxhPZgdKtjJ8mQri73J8=; h=From:To:Cc:Subject:Date:From; b=aAshpczcI2FPhnuKea3cNDN9BLVk4KgVPe+vE6ONt8e3V7zirPFv4EvgzlAK721yd MdGVAm4f6rQwUBt2Ds2ADv8TObHcGeZy1bWFVqYhgl95CU3TXJOQc38gYVw577Er+g cQyyqAFWV19JzIGyqgbUsAZ7vDwX4mJ+y91YTRNpU4tV8xKULxU9lsal3Jq4YaznUG BYXLtoqvaDiyouOMAyJHM3BD/s2k+mcToWsOI1JmfnT+A0xKFm6KAlst7lQDcvRh3/ Cg88gZO7b7JHdP27gbNs6neEvoAQg4UUErvxz8WO7J5qOOGLO9FaVZ14eY+rPp82LZ hfMFj/mQ+MP8A== Received: by beast.luon.net (Postfix, from userid 1000) id 9DF595E83D7A; Tue, 20 Dec 2022 16:21:47 +0100 (CET) From: Sjoerd Simons To: u-boot@lists.denx.de Cc: Martyn Welch , Aswath Govindraju , Dave Gerlach , Dhruva Gole , Georgi Vlaev , Nishanth Menon , Tom Rini , Vignesh Raghavendra Subject: [PATCH v2 0/4] Enable ethernet for ti am62x Date: Tue, 20 Dec 2022 16:21:42 +0100 Message-Id: <20221220152147.474360-1-sjoerd@collabora.com> X-Mailer: git-send-email 2.39.0 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.6 at phobos.denx.de X-Virus-Status: Clean These patches enable ethernet from u-boot on the ti am62x EVM. They are based on the u-boot next branch (33f4d3c3) to take advantage of recent dts sync of these boards with linux The first two patches clean up the configurations little bit (fixing incorrect config variable, running savedefconfig), the last two actually enable ethernet support Changes in v2: - Split out config cleanup from ethernet changes Sjoerd Simons (4): configs: am62x_evm_*: Correct SPI configuration option configs: am62x_evm_*: Run savedefconfig arm: dts: k3-am625-sk: Enable first ethernet port configs: am62x_evm_a53: Enable ethernet arch/arm/dts/k3-am625-sk-u-boot.dtsi | 22 +++++++++++++++++++ configs/am62x_evm_a53_defconfig | 12 ++++++++--- configs/am62x_evm_r5_defconfig | 32 +++++++++++++--------------- 3 files changed, 46 insertions(+), 20 deletions(-) -- 2.39.0