From patchwork Mon Dec 18 16:35:56 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Kiszka X-Patchwork-Id: 13497268 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3CF32C46CD3 for ; Mon, 18 Dec 2023 16:36:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=x8/7jRscYd5CHXsuBTtbD8kgCc7ysGdOg3UPVe7HbHo=; b=Sf8sGhPoEhaGt9 R/FSIXheAB56PSVY8L13nQtAzJC5h7Y1EOMJ9RyxIrco3SNZou9WGW+MnecX3MrFqbYK5SwaNUKqX jA+EvWQ28t97ZTU8KfHlv+5xWcfQrdymcnDfRG+iTf44qunGcpb/TIIvnNbC+H9Vy8qVkbDGF9/fh kpKaz7poFcMg7rv/9CfBn51LjhOguOHus3Scvpo5VsBkFM1HhiX1n8UqeNenW4lTjeXZMkfZLPfAZ ewweYgdOTkPIkNzkQlHLZEH+LiOqd7igL+gWbxwC3MIbsdp1VwF9YR82LWJDbryFGbSayfYIpd/01 lByyNE4ZcYfMuGBK5sgw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rFGbF-00BTPV-2G; Mon, 18 Dec 2023 16:36:13 +0000 Received: from mta-65-225.siemens.flowmailer.net ([185.136.65.225]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rFGbC-00BTNi-12 for linux-arm-kernel@lists.infradead.org; Mon, 18 Dec 2023 16:36:12 +0000 Received: by mta-65-225.siemens.flowmailer.net with ESMTPSA id 20231218163601c1d786a3f1f2fe30b1 for ; Mon, 18 Dec 2023 17:36:02 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=fm1; d=siemens.com; i=jan.kiszka@siemens.com; h=Date:From:Subject:To:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Cc; bh=x6qk6zT/CTlRgy3SDoZ+suoxZRsQbJDeWsc3atREbyc=; b=DzzdW9LLPgzabt/SORLQGq6hobexSTZK59g69WS5+vD2hjVxnM6jzEUQHawZeFrx3LRixM 8ISVkIYLmT3aRAh0vj7jrvp8zIGG9+o2tJd86b/9ESQmDuQdR4RZ3qnEbx6O2kCehelsl3sS jA0Rnyc8W3LBRb3KIQeJk325YLGfM=; From: Jan Kiszka To: Nishanth Menon , Vignesh Raghavendra , Tero Kristo , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Bao Cheng Su Subject: [PATCH 0/4] arm64: dts: iot2050: Add support for new SM variant Date: Mon, 18 Dec 2023 17:35:56 +0100 Message-Id: MIME-Version: 1.0 X-Flowmailer-Platform: Siemens Feedback-ID: 519:519-294854:519-21489:flowmailer X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231218_083610_833288_ED0900F3 X-CRM114-Status: UNSURE ( 9.43 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This bring support for yet another IOT2050 device variant, see last patch for details. The rest is binding and refactoring to make that happen. Jan Baocheng Su (2): arm64: dts: ti: iot2050: Disable R5 lockstep for all PG2 boards dts: iot2050: Support IOT2050-SM variant Jan Kiszka (1): arm64: dts: ti: iot2050: Factor out arduino connector bits Su Bao Cheng (1): dt-bindings: arm: ti: Add binding for Siemens IOT2050 SM variant .../devicetree/bindings/arm/ti/k3.yaml | 1 + arch/arm64/boot/dts/ti/Makefile | 1 + .../ti/k3-am65-iot2050-arduino-connector.dtsi | 768 ++++++++++++++++++ .../dts/ti/k3-am65-iot2050-common-pg2.dtsi | 7 +- .../boot/dts/ti/k3-am65-iot2050-common.dtsi | 753 ----------------- .../ti/k3-am6528-iot2050-basic-common.dtsi | 6 +- .../boot/dts/ti/k3-am6528-iot2050-basic.dts | 5 + .../dts/ti/k3-am6548-iot2050-advanced-m2.dts | 6 +- .../dts/ti/k3-am6548-iot2050-advanced-pg2.dts | 8 +- .../dts/ti/k3-am6548-iot2050-advanced-sm.dts | 210 +++++ .../dts/ti/k3-am6548-iot2050-advanced.dts | 1 + 11 files changed, 996 insertions(+), 770 deletions(-) create mode 100644 arch/arm64/boot/dts/ti/k3-am65-iot2050-arduino-connector.dtsi create mode 100644 arch/arm64/boot/dts/ti/k3-am6548-iot2050-advanced-sm.dts