mbox series

[v3,0/7] arm64: dts: iot2050: Add support for new SM variant

Message ID cover.1707463401.git.jan.kiszka@siemens.com (mailing list archive)
Headers show
Series arm64: dts: iot2050: Add support for new SM variant | expand

Message

Jan Kiszka Feb. 9, 2024, 7:23 a.m. UTC
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

Comments

Vignesh Raghavendra Feb. 16, 2024, 6:30 a.m. UTC | #1
Hi Jan Kiszka,

On Fri, 09 Feb 2024 08:23:14 +0100, Jan Kiszka wrote:
> Changes in v3:
>  - rebased
> 
> Changes in v2:
>  - LED improvements
>  - factor out DP and USB3 dtsi files
>  - fix subject of last patch
> 
> [...]

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/7] dt-bindings: arm: ti: Add binding for Siemens IOT2050 SM variant
      commit: 2a99c7792a0cf4f1df1362f43f319af509c05bd8
[2/7] arm64: dts: ti: iot2050: Disable R5 lockstep for all PG2 boards
      commit: 93abe383bfd35357b3319a2430afb7826324337d
[3/7] arm64: dts: ti: iot2050: Factor out arduino connector bits
      commit: 1ef134a43213360aeef8f5508b5760bf0cf73280
[4/7] arm64: dts: ti: iot2050: Factor out enabling of USB3 support
      commit: f1a024f76db0167987fb9b53d4ae5483c118ead7
[5/7] arm64: dts: ti: iot2050: Factor out DP related bits
      commit: f2c6d71e4728528b031d6e93b97a5c21018efa70
[6/7] arm64: dts: ti: iot2050: Annotate LED nodes
      commit: 5adf911c7067d3d76d85cc33fd60e201ce43d89d
[7/7] arm64: dts: ti: iot2050: Support IOT2050-SM variant
      commit: 8829fe97f1b505acd63f25e4f36bc90957b24c29

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Vignesh