mbox series

[GIT,PULL] arm64: dts: ti: K3: Second round of updates for v6.7

Message ID 35a3c4c9-5c1b-4891-9ea2-e3f648a9afe0@ti.com (mailing list archive)
State Accepted
Commit f652f84a9fbdc8db29d00c0b65aaf120e9152b2c
Headers show
Series [GIT,PULL] arm64: dts: ti: K3: Second round of updates for v6.7 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-k3-dt-for-v6.7-part2

Message

Vignesh Raghavendra Oct. 24, 2023, 5:09 p.m. UTC
Hi ARM SoC Maintainers,

This is second round of DT updates for K3 platforms for v6.7. These contain minor yet key
features for newish AM62P SoC, AM65 ICSSG and J721s2/J784s4 Display support

Regards
Vignesh


The following changes since commit 56bc311585206a8955de793301d4f84fb4ad2ee6:

  arm64: dts: ti: k3-j712s2-mcu: Add the mcu domain watchdog instances (2023-10-12 18:53:36 +0530)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-k3-dt-for-v6.7-part2

for you to fetch changes up to a4d5bc3214ebb9f4af46613f824109ab90558cd3:

  arm64: dts: ti: k3-am654-idk: Add ICSSG Ethernet ports (2023-10-20 11:09:30 +0530)

----------------------------------------------------------------
TI K3 device-tree updates for v6.7 - part 2

Second round of few DT updates for K3 platforms. These have been in
linux-next for a few days without issues. Most of the additions is for
newer AM62P SoC dtsi bringing support on par with rest of AM62x family.

New features:
AM62P SoCs:
Support for wide range of peripherals such as eMMC/SD,
CPSW Ethernet, OSPI, etc similar to AM62

J721s2/J784s4/AM69 SoCs:
Display support via DP and HDMI interfaces and associated SerDes support

AM654 EVM/IDK:
ICSSG/PRU based industrial Ethernet support

----------------------------------------------------------------
Dasnavis Sabiya (1):
      arm64: dts: ti: k3-am69-sk: Add DP and HDMI support

MD Danish Anwar (3):
      arm64: dts: ti: k3-am65-main: Add ICSSG IEP nodes
      arm64: dts: ti: k3-am654-icssg2: add ICSSG2 Ethernet support
      arm64: dts: ti: k3-am654-idk: Add ICSSG Ethernet ports

Rahul T R (2):
      arm64: dts: ti: k3-j784s4-main: Add DSS and DP-bridge node
      arm64: dts: ti: k3-j784s4-evm: Enable DisplayPort-0

Siddharth Vadapalli (2):
      arm64: dts: ti: k3-j784s4-main: Add system controller and SERDES lane mux
      arm64: dts: ti: k3-j784s4-main: Add WIZ and SERDES PHY nodes

Vignesh Raghavendra (2):
      arm64: dts: ti: k3-am62p: Add nodes for more IPs
      arm64: dts: ti: k3-am62p5-sk: Updates for SK EVM

 arch/arm64/boot/dts/ti/Makefile              |   4 +
 arch/arm64/boot/dts/ti/k3-am62p-main.dtsi    | 764 +++++++++-
 arch/arm64/boot/dts/ti/k3-am62p-mcu.dtsi     | 190 +++
 arch/arm64/boot/dts/ti/k3-am62p-thermal.dtsi |  47 +
 arch/arm64/boot/dts/ti/k3-am62p-wakeup.dtsi  |  69 +-
 arch/arm64/boot/dts/ti/k3-am62p.dtsi         |   7 +-
 arch/arm64/boot/dts/ti/k3-am62p5-sk.dts      | 510 ++++++-
 arch/arm64/boot/dts/ti/k3-am65-main.dtsi     |  36 +
 arch/arm64/boot/dts/ti/k3-am654-icssg2.dtso  | 145 ++
 arch/arm64/boot/dts/ti/k3-am654-idk.dtso     | 296 ++++
 arch/arm64/boot/dts/ti/k3-am69-sk.dts        | 232 +++
 arch/arm64/boot/dts/ti/k3-j784s4-evm.dts     | 117 ++
 arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi   | 274 ++++
 13 files changed, 2666 insertions(+), 25 deletions(-)
 create mode 100644 arch/arm64/boot/dts/ti/k3-am62p-thermal.dtsi
 create mode 100644 arch/arm64/boot/dts/ti/k3-am654-icssg2.dtso
 create mode 100644 arch/arm64/boot/dts/ti/k3-am654-idk.dtso
--

Comments

patchwork-bot+linux-soc@kernel.org Oct. 25, 2023, 9:20 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Tue, 24 Oct 2023 22:39:48 +0530 you wrote:
> Hi ARM SoC Maintainers,
> 
> This is second round of DT updates for K3 platforms for v6.7. These contain minor yet key
> features for newish AM62P SoC, AM65 ICSSG and J721s2/J784s4 Display support
> 
> Regards
> Vignesh
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] arm64: dts: ti: K3: Second round of updates for v6.7
    https://git.kernel.org/soc/soc/c/f652f84a9fbd

You are awesome, thank you!