From: Jan Kiszka <jan.kiszka@siemens.com>
To: Nishanth Menon <nm@ti.com>, Vignesh Raghavendra <vigneshr@ti.com>,
Tero Kristo <kristo@kernel.org>, Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
Bao Cheng Su <baocheng.su@siemens.com>
Subject: [PATCH v3 0/7] arm64: dts: iot2050: Add support for new SM variant
Date: Fri, 9 Feb 2024 08:23:14 +0100 [thread overview]
Message-ID: <cover.1707463401.git.jan.kiszka@siemens.com> (raw)
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
--
2.35.3
next reply other threads:[~2024-02-09 7:33 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-09 7:23 Jan Kiszka [this message]
2024-02-09 7:23 ` [PATCH v3 1/7] dt-bindings: arm: ti: Add binding for Siemens IOT2050 SM variant Jan Kiszka
2024-02-09 7:23 ` [PATCH v3 2/7] arm64: dts: ti: iot2050: Disable R5 lockstep for all PG2 boards Jan Kiszka
2024-02-09 7:23 ` [PATCH v3 3/7] arm64: dts: ti: iot2050: Factor out arduino connector bits Jan Kiszka
2024-02-14 10:13 ` Vignesh Raghavendra
2024-02-14 11:21 ` Jan Kiszka
2024-02-09 7:23 ` [PATCH v3 4/7] arm64: dts: ti: iot2050: Factor out enabling of USB3 support Jan Kiszka
2024-02-09 7:23 ` [PATCH v3 5/7] arm64: dts: ti: iot2050: Factor out DP related bits Jan Kiszka
2024-02-09 7:23 ` [PATCH v3 6/7] arm64: dts: ti: iot2050: Annotate LED nodes Jan Kiszka
2024-02-09 7:23 ` [PATCH v3 7/7] arm64: dts: ti: iot2050: Support IOT2050-SM variant Jan Kiszka
2024-02-16 6:30 ` [PATCH v3 0/7] arm64: dts: iot2050: Add support for new SM variant Vignesh Raghavendra
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1707463401.git.jan.kiszka@siemens.com \
--to=jan.kiszka@siemens.com \
--cc=baocheng.su@siemens.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=kristo@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nm@ti.com \
--cc=robh+dt@kernel.org \
--cc=vigneshr@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).