mbox series

[GIT,PULL,2/2] arm64: TI K3 DT updates for v5.12

Message ID 20210130131422.yvq2edxfongys7x5@pendant
State New
Headers show
Series None | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git tags/ti-k3-dt-for-v5.12

Message

Nishanth Menon Jan. 30, 2021, 1:14 p.m. UTC
Hi,

Please pull the following device tree changes for v5.12 cycle.

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git tags/ti-k3-dt-for-v5.12

for you to fetch changes up to ae10ce938da59c19f303a91197ea7d664d1bc080:

  arm64: dts: ti: k3*: Fixup PMU compatibility to be CPU specific (2021-01-28 08:51:18 -0600)

----------------------------------------------------------------
Devicetree changes for TI K3 platforms for v5.12 merge window:

- Common fixups: PMU compatible, MMC dtbs_check warnings squelch

- J7200: R5F, PCIe, SERDES support

- J721E: PCIE fixups

----------------------------------------------------------------
Grygorii Strashko (1):
      arm64: dts: ti: k3: mmc: fix dtbs_check warnings

Kishon Vijay Abraham I (6):
      arm64: dts: ti: k3-j721e-main: Fix supported max outbound regions
      arm64: dts: ti: k3-j721e-main: Remove "syscon" nodes added for pcieX_ctrl
      arm64: dts: ti: k3-j7200-main: Add SERDES and WIZ device tree node
      arm64: dts: ti: k3-j7200-main: Add PCIe device tree node
      arm64: dts: ti: k3-j7200-common-proc-board: Enable SERDES0
      arm64: dts: ti: k3-j7200-common-proc-board: Enable PCIe

Nishanth Menon (1):
      arm64: dts: ti: k3*: Fixup PMU compatibility to be CPU specific

Suman Anna (3):
      arm64: dts: ti: k3-j7200: Add R5F cluster nodes
      arm64: dts: ti: k3-j7200-som-p0: Add mailboxes to R5Fs
      arm64: dts: ti: k3-j7200-som-p0: Add DDR carveout memory nodes for R5Fs

 arch/arm64/boot/dts/ti/k3-am65-main.dtsi           |   4 +-
 arch/arm64/boot/dts/ti/k3-am65.dtsi                |   2 +-
 .../boot/dts/ti/k3-j7200-common-proc-board.dts     |  38 +++++
 arch/arm64/boot/dts/ti/k3-j7200-main.dtsi          | 161 ++++++++++++++++++++-
 arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi    |  42 +++++-
 arch/arm64/boot/dts/ti/k3-j7200-som-p0.dtsi        |  80 +++++++++-
 arch/arm64/boot/dts/ti/k3-j7200.dtsi               |   2 +-
 arch/arm64/boot/dts/ti/k3-j721e-main.dtsi          |  70 +++------
 arch/arm64/boot/dts/ti/k3-j721e.dtsi               |   2 +-
 9 files changed, 336 insertions(+), 65 deletions(-)

Comments

Arnd Bergmann Feb. 2, 2021, 5:10 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Sat, 30 Jan 2021 07:14:22 -0600, Nishanth Menon wrote:
> Please pull the following device tree changes for v5.12 cycle.
> 
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
> [...]

Merged into arm/dt, thanks!

merge commit: c2f76057d3e6ca318d0aac83731d365865907c29

       Arnd