mbox series

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

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

Message

Jan Kiszka Jan. 3, 2024, 6:12 p.m. UTC
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.

This series needs to go on top of
https://lore.kernel.org/lkml/cover.1699087938.git.jan.kiszka@siemens.com/

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   | 869 +-----------------
 .../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, 1131 insertions(+), 896 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. 5, 2024, 2:22 p.m. UTC | #1
On 03/01/24 23:42, Jan Kiszka wrote:
> 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.
> 
> This series needs to go on top of
> https://lore.kernel.org/lkml/cover.1699087938.git.jan.kiszka@siemens.com/
> 
> 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

Sorry, this doesn't apply cleanly on v6.8-rc1 or linux-next.
Please rebase.