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 3BB99EB64DD for ; Sat, 5 Aug 2023 08:14:54 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 0ED42866C1; Sat, 5 Aug 2023 10:14:53 +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="KyPW4mJZ"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 6B860866C0; Sat, 5 Aug 2023 10:14:51 +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 4FDBC8666E for ; Sat, 5 Aug 2023 10:14:49 +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 85FD660B7C; Sat, 5 Aug 2023 08:14:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DFFA1C433C9; Sat, 5 Aug 2023 08:14:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691223287; bh=T/UxtEacPbwhHkNNeEIN5ARaBKcmORzhU+ddKFRj358=; h=From:To:Cc:Subject:Date:From; b=KyPW4mJZJQ46N+5SUrlL9Tg/4kcsSuunBkY7331kKu05z+bEBH6A91QBtdWPNZqWC k+IApDFa+P21MkalV4GJa3R+68OaZHx9tCTtHHfBEWveflUozAU79QnJj8dSNPU2HJ FSFmBOd0ciJzBkpbepoY8VPPQG28xX1MSLLDU6qaq4rvrdvLf/xl/fFqPXlOY5V5GW zFe4ZhHLwKeBApTc1AhvL+E16ek1AVtrNxS5HT0E05asEYVWS8ZR/jEMwKtI/F1CUa oAqVBR36OjXk7yIBb/yOEisyIsY5xFZJI7yFoPkGgeWjBJ4o+SPvd647xBEkFi4ky8 e0WnWDvFHmFFg== From: Roger Quadros To: trini@konsulko.com Cc: nm@ti.com, vigneshr@ti.com, srk@ti.com, r-gunasekaran@ti.com, s-vadapalli@ti.com, u-boot@lists.denx.de, Roger Quadros Subject: [PATCH v5 0/4] arm: dts: k3-am64: Sync DT with Linux Date: Sat, 5 Aug 2023 11:14:36 +0300 Message-Id: <20230805081440.7045-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 syncs AM64 DT files from Linux v6.5-rc1. Tested on AM642-EVM GP SR1.0 and AM642-SK-EVM HS-FS SR2.0. cheers, -roger Changelog: v5: -squash documenation change to correct patch. Update commit log. -add Nishanth's Reviewed/Tested by v4: -Add documentation for am642-evm and am642-sk-evm. -Add license to am64 svg file -drop mmc0 pinmux from k3-am642-r5-evm.dts -drop stdout-path from -r5 & -u-boot dts. -drop vtt-supply and vtt pinmux from memorycontroller in k3-am642-r5-evm.dts -am642-evm: move bootph-pre-ram for main_esm, mcu_esm into -r5 .dts v3: - include board DT file in -r5 DT file. - move including -u-boot.dtsi file at the top of -r5 DT file. - drop duplicate nodes - document why we need to delete clock/power properties from main_timer0 v2: - Sync with v6.5-rc1 - Rebase on latest uboot/master - CPSW node cleanup - Timer node cleanup Roger Quadros (4): board: ti: am64x: Recognize AM64-HSEVM Revert "ARM: dts: k3-am642-sk-u-boot: add PMIC node" doc: board: ti: am64: Add boot flow diagram arm: dts: k3-am64: Sync DT with Linux v6.5-rc1 arch/arm/dts/k3-am64-main.dtsi | 171 ++- arch/arm/dts/k3-am64-mcu.dtsi | 53 +- arch/arm/dts/k3-am64-thermal.dtsi | 33 + arch/arm/dts/k3-am64.dtsi | 22 +- arch/arm/dts/k3-am642-evm-u-boot.dtsi | 57 +- arch/arm/dts/k3-am642-evm.dts | 173 ++- arch/arm/dts/k3-am642-r5-evm.dts | 231 +--- arch/arm/dts/k3-am642-r5-sk.dts | 218 +-- arch/arm/dts/k3-am642-sk-u-boot.dtsi | 113 +- arch/arm/dts/k3-am642-sk.dts | 166 ++- arch/arm/dts/k3-am642.dtsi | 1 + board/ti/am64x/evm.c | 3 +- doc/board/ti/am64x_evm.rst | 197 +++ doc/board/ti/img/boot_diagram_am64.svg | 1702 ++++++++++++++++++++++++ doc/board/ti/k3.rst | 1 + 15 files changed, 2506 insertions(+), 635 deletions(-) create mode 100644 arch/arm/dts/k3-am64-thermal.dtsi create mode 100644 doc/board/ti/am64x_evm.rst create mode 100644 doc/board/ti/img/boot_diagram_am64.svg -- 2.34.1