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 E0C7AC0015E for ; Mon, 10 Jul 2023 14:56:19 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E2BED86701; Mon, 10 Jul 2023 16:56: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=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="cb7i4mC3"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id D7EED86700; Mon, 10 Jul 2023 16:56:16 +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 B9A9286632 for ; Mon, 10 Jul 2023 16:56:14 +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 922806104B; Mon, 10 Jul 2023 14:56:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 684BBC433C7; Mon, 10 Jul 2023 14:56:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689000973; bh=81HEhSwAxh8XGHG7TSI9K3Blv192zWaHnHRzKbqvV8U=; h=From:To:Cc:Subject:Date:From; b=cb7i4mC3ARvlx8C4VE2Gu1CBigdWz1Ke9UCipGMuvuio/woeBJSGaIdC0htHnC6iR eWnIG1G8VoVnGc9OxLafWji2hjWZpwppngnG5fy0zQpmAFivWjGgQ8qtuyI6zbzRj9 VtLdq8056zi5qAmkgOAiGc2lX33qGoe0X39Dha1lGEAro+tjT40nStrrCVDFonFegx 40LQ/Bqdf5XWwG/1szSzs0rDRDLeDKaBsMCmh3c8OzsARVvRIhfqaKougjpSV7S+lh yyX85cUxw+YWTZBpfWbc/SgLTNgQ4zhqwtqAlhjU45B6HKm5E73aE1OAWvs6oUew11 Wj4jN8aLFETxA== From: Roger Quadros To: nm@ti.com, vigneshr@ti.com, trini@konsulko.com Cc: srk@ti.com, u-boot@lists.denx.de, Roger Quadros Subject: [PATCH 0/2] arm: dts: k3-am6: Sync DT with Linux Date: Mon, 10 Jul 2023 17:56:05 +0300 Message-Id: <20230710145607.128725-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/AM62 DT files with Linux. cheeers, -roger Roger Quadros (2): arm: dts: k3-am64: Sync DT with Linux board: ti: am64x: Recognize AM64-HSEVM 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 | 10 +- arch/arm/dts/k3-am642-evm.dts | 173 ++++++++++++++++++++------ arch/arm/dts/k3-am642-sk-u-boot.dtsi | 10 +- arch/arm/dts/k3-am642-sk.dts | 166 +++++++++++++++++------- arch/arm/dts/k3-am642.dtsi | 1 + arch/arm/dts/k3-pinctrl.h | 53 ++++++++ board/ti/am64x/evm.c | 3 +- 11 files changed, 568 insertions(+), 127 deletions(-) create mode 100644 arch/arm/dts/k3-am64-thermal.dtsi create mode 100644 arch/arm/dts/k3-pinctrl.h -- 2.34.1