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 40481C38142 for ; Sat, 21 Jan 2023 15:54:45 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 8AD5785677; Sat, 21 Jan 2023 16:54:42 +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="QlYK1RZJ"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 9E86683CB4; Sat, 21 Jan 2023 16:54:40 +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 9ACD28554E for ; Sat, 21 Jan 2023 16:54:37 +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 (simons.connected.by.freedominter.net [45.83.240.172]) (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 DF07D6602DE9; Sat, 21 Jan 2023 15:54:36 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1674316477; bh=qqU5blkrr483+F3LMKssFrw7BiAUxFehJU6fhm0c8lk=; h=From:To:Cc:Subject:Date:From; b=QlYK1RZJg/DUe8LgWpyLHwmB9NTna369+dS2VMh7P3fpUvds216iG1ho7S9mlwqWH UwkK0OWWfgp6aIcZMsbTiz4LOVv0lWKthWVde/LZvWQ+LheSvB1wcfWiNioZeN+Rpf ENfsA/tu7OjPFC1cBCFP9Ygs0JHvuyvTVQ8sne0zyiuFjPotF3rxzGv7hM4WsPW4i0 rMnHtKhZ/ZHbZ9am/nyhJnYgzQCBFGkj2PC0kUDGMo/MVHfN538UcJpb2dlkmB+GFU ethEU8WwqFpUmNCn3tyyhZgR8I7choPSW8az5EOUfko+IoB4Omb94wFb7/f229uUYs GZoAypcnFU4Eg== Received: by beast.luon.net (Postfix, from userid 1000) id 1B7AE64481E7; Sat, 21 Jan 2023 16:54:35 +0100 (CET) From: Sjoerd Simons To: u-boot@lists.denx.de Cc: Angus Ainslie , Aswath Govindraju , Dave Gerlach , Dhruva Gole , Georgi Vlaev , Gowtham Tammana , Jan Kiszka , Julien Panis , Marek Vasut , Michal Simek , Nishanth Menon , Sean Anderson , Suman Anna , T Karthik Reddy , Tom Rini , Vignesh Raghavendra Subject: [PATCH 0/8] Add DFU, emmc and usb boot for TI am62x Date: Sat, 21 Jan 2023 16:54:26 +0100 Message-Id: <20230121155435.2858173-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 This series adds more boot sources for the TI am62x. For that the dts' are synced from the upstream ti-next git tree (to add usb nodes), some dwc3 glue is and finally the default configuration is tuned to add support for DFU and USB (host and gadget) Aswath Govindraju (1): configs: am62: Add configs for enabling USB in U-Boot Sjoerd Simons (7): omap: timer: add ti,am654-timer compatibility arm: mach-k3: am62: Add timer0 id to the dev list arm: dts: k3-am62: Bump dtsi from ti-next arm: dts: k3-am625-sk: Enable emmc in SPL usb: dwc3: Add dwc3 glue for am62 arm: dts: k3-am625-sk: Enable usb ports in u-boot configs: am62x_evm_*: Enable USB and DFU support arch/arm/dts/k3-am62-main.dtsi | 259 ++++++++++++++++++++++++--- arch/arm/dts/k3-am62-mcu.dtsi | 49 +++++ arch/arm/dts/k3-am62-wakeup.dtsi | 4 +- arch/arm/dts/k3-am625-r5-sk.dts | 2 +- arch/arm/dts/k3-am625-sk-u-boot.dtsi | 39 +++- arch/arm/dts/k3-am625-sk.dts | 95 +++++----- arch/arm/dts/k3-am625.dtsi | 52 ++++++ arch/arm/mach-k3/am62x/dev-data.c | 1 + configs/am62x_evm_a53_defconfig | 33 +++- configs/am62x_evm_r5_defconfig | 26 ++- drivers/timer/omap-timer.c | 1 + drivers/usb/dwc3/dwc3-generic.c | 102 +++++++++++ include/configs/am62x_evm.h | 10 +- 13 files changed, 578 insertions(+), 95 deletions(-) -- 2.39.0