All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vignesh Raghavendra <vigneshr@ti.com>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	SoC <soc@kernel.org>, arm-soc <arm@kernel.org>
Cc: Tero Kristo <kristo@kernel.org>, Nishanth Menon <nm@ti.com>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] arm64: dts: ti: K3: Second round of updates for v6.7
Date: Tue, 24 Oct 2023 22:39:48 +0530	[thread overview]
Message-ID: <35a3c4c9-5c1b-4891-9ea2-e3f648a9afe0@ti.com> (raw)


[-- Attachment #1.1.1: Type: text/plain, Size: 3143 bytes --]

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
-- 

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 10599 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Vignesh Raghavendra <vigneshr@ti.com>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	SoC <soc@kernel.org>, arm-soc <arm@kernel.org>
Cc: Tero Kristo <kristo@kernel.org>, Nishanth Menon <nm@ti.com>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] arm64: dts: ti: K3: Second round of updates for v6.7
Date: Tue, 24 Oct 2023 22:39:48 +0530	[thread overview]
Message-ID: <35a3c4c9-5c1b-4891-9ea2-e3f648a9afe0@ti.com> (raw)


[-- Attachment #1.1.1.1: Type: text/plain, Size: 3143 bytes --]

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
-- 

[-- Attachment #1.1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 10599 bytes --]

[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2023-10-24 17:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-24 17:09 Vignesh Raghavendra [this message]
2023-10-24 17:09 ` [GIT PULL] arm64: dts: ti: K3: Second round of updates for v6.7 Vignesh Raghavendra
2023-10-25 21:20 ` patchwork-bot+linux-soc

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=35a3c4c9-5c1b-4891-9ea2-e3f648a9afe0@ti.com \
    --to=vigneshr@ti.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=kristo@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nm@ti.com \
    --cc=olof@lixom.net \
    --cc=soc@kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.