From patchwork Fri Feb 9 07:23:14 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Kiszka X-Patchwork-Id: 13550953 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 47721C4829D for ; Fri, 9 Feb 2024 07:23:56 +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=z9hrF9/4FV1QYMkyYGwr8l418SdhdhxSMuTBziWr4dI=; b=LQLuroNh/6+nml c4B2Fh3NjGyzDAdTdGF6vwVmB97Q/roGpHt2kT4/JKA5DYe6JO9wlKH3oXhUB92cbxrmDO4fpWxBW dQTeq9BW7xfqz7h1jMLIxoYyetLMO/lFe+mSaBZWa79Q7EgNZxzK6KJcBS0XzIG5wnHgvy5T0AGg/ Oodah23DsUwSsS4cR2kWadlJucdaeN47TtgnZPB5q8Hc3/MVwbNlCL9A9k2mHwscDsiC8U9KLkr64 wegPlusd3vTQFz0fcqgwKLqfhjt+nQ98+Kjm4mRnyEG9t2u+fr8UIdt1aM2IZRjZsKQvgM/GGNPRB jwE99exX+bpDgZgebIxw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rYLEc-0000000GJk5-3xmx; Fri, 09 Feb 2024 07:23:42 +0000 Received: from mta-64-228.siemens.flowmailer.net ([185.136.64.228]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rYLEP-0000000GJfD-3Hz4 for linux-arm-kernel@lists.infradead.org; Fri, 09 Feb 2024 07:23:33 +0000 Received: by mta-64-228.siemens.flowmailer.net with ESMTPSA id 202402090723227b7fe2aac2c8615af0 for ; Fri, 09 Feb 2024 08:23:22 +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=swzmFknxPpbMNSXu2CcioHwcS14EtTfEqDfVF30rdzY=; b=OFk6vg/bc9luc1S2UXUwaNO/cADhXKSo5B6lqEzAtLKFtf/jR/FLOKmgrMc+GYxDBgurPu TMiIdq2BxZcBgX8pl9bY1MzByySMApC8ZH7IThjmjb5R9nFmP9+9GOZfrbaJ8OoZ2qv73+DJ UCBp9hxTDWEzsdnQUIfrvY/Z0UmDk=; 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 v3 0/7] arm64: dts: iot2050: Add support for new SM variant Date: Fri, 9 Feb 2024 08:23:14 +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-20240208_232330_486232_69FF7AFF X-CRM114-Status: GOOD ( 11.07 ) 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 Changes in v3: - rebased Changes in v2: - LED improvements - factor out DP and USB3 dtsi files - fix subject of last patch This bring support for yet another IOT2050 device variant, see last patch for details. The rest is binding and refactoring to make that happen. Plus, LED nodes are improved by adding function and color properties. Jan Baocheng Su (2): arm64: dts: ti: iot2050: Disable R5 lockstep for all PG2 boards arm64: dts: ti: iot2050: Support IOT2050-SM variant Jan Kiszka (4): arm64: dts: ti: iot2050: Factor out arduino connector bits arm64: dts: ti: iot2050: Factor out enabling of USB3 support arm64: dts: ti: iot2050: Factor out DP related bits arm64: dts: ti: iot2050: Annotate LED nodes 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-pg1.dtsi | 5 +- .../dts/ti/k3-am65-iot2050-common-pg2.dtsi | 25 +- .../boot/dts/ti/k3-am65-iot2050-common.dtsi | 871 +----------------- .../arm64/boot/dts/ti/k3-am65-iot2050-dp.dtsi | 98 ++ .../boot/dts/ti/k3-am65-iot2050-usb3.dtsi | 27 + .../ti/k3-am6528-iot2050-basic-common.dtsi | 6 +- .../dts/ti/k3-am6528-iot2050-basic-pg2.dts | 2 + .../boot/dts/ti/k3-am6528-iot2050-basic.dts | 5 + .../dts/ti/k3-am6548-iot2050-advanced-m2.dts | 20 +- .../dts/ti/k3-am6548-iot2050-advanced-pg2.dts | 10 +- .../dts/ti/k3-am6548-iot2050-advanced-sm.dts | 189 ++++ .../dts/ti/k3-am6548-iot2050-advanced.dts | 1 + 15 files changed, 1132 insertions(+), 897 deletions(-) create mode 100644 arch/arm64/boot/dts/ti/k3-am65-iot2050-arduino-connector.dtsi create mode 100644 arch/arm64/boot/dts/ti/k3-am65-iot2050-dp.dtsi create mode 100644 arch/arm64/boot/dts/ti/k3-am65-iot2050-usb3.dtsi create mode 100644 arch/arm64/boot/dts/ti/k3-am6548-iot2050-advanced-sm.dts