mbox series

[GIT,PULL,v2] Rockchip dts64 changes for 6.11 #2

Message ID 2191200.GUh0CODmnK@diego (mailing list archive)
State New
Headers show
Series [GIT,PULL,v2] Rockchip dts64 changes for 6.11 #2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.11-rockchip-dts64-2

Message

Heiko Stuebner July 8, 2024, 10:27 p.m. UTC
Hi Arnd, Kevin, Olof,

please find below some more Rockchip changes for for 6.11 .

Three new boards and some more changes.

If it's not too late yet, please pull!

Thanks
Heiko

changes in v2:
- add the rock-3b and Xunlong Orange Pi 3B boards
  As they're new boards, they can't break existing users :-)


The following changes since commit 9417909e253ffa57f014822a79cca9b1f2b25492:

  arm64: dts: rockchip: Delete the SoC variant dtsi for RK3399Pro (2024-06-28 14:02:39 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.11-rockchip-dts64-2

for you to fetch changes up to d79d713d602e8b32cf935ddfdf61769cb74ba1dc:

  arm64: dts: rockchip: Add Xunlong Orange Pi 3B (2024-07-09 00:16:29 +0200)

----------------------------------------------------------------
Three new boards, some improvements for the Lunzn Fastrhino R6xS boards,
allowing dma on uarts connected to bluetooth modules and an update for
the gpu operating points on rk356x. As well as some minor fixes for
missing power-dmains and ethernet phy binding adherence.

----------------------------------------------------------------
Chukun Pan (6):
      arm64: dts: rockchip: fix regulator name for Lunzn Fastrhino R6xS
      arm64: dts: rockchip: fix usb regulator for Lunzn Fastrhino R6xS
      arm64: dts: rockchip: fix pmu_io supply for Lunzn Fastrhino R6xS
      arm64: dts: rockchip: remove unused usb2 nodes for Lunzn Fastrhino R6xS
      arm64: dts: rockchip: disable display subsystem for Lunzn Fastrhino R6xS
      arm64: dts: rockchip: fixes PHY reset for Lunzn Fastrhino R68S

Cristian Ciocaltea (1):
      arm64: dts: rockchip: Add missing power-domains for rk356x vop_mmu

Diederik de Haas (3):
      arm64: dts: rockchip: Add dma-names to uart1 on quartz64-b
      arm64: dts: rockchip: Add avdd supplies to hdmi on rock64
      arm64: dts: rockchip: Add dma-names to uart1 on Pine64 rk3566 devices

Dragan Simic (2):
      arm64: dts: rockchip: Add GPU OPP voltage ranges to RK356x SoC dtsi
      arm64: dts: rockchip: Update GPU OPP voltages in RK356x SoC dtsi

Heiko Stuebner (2):
      dt-bindings: arm: rockchip: Add ROCK 5 ITX board
      arm64: dts: rockchip: add ROCK 5 ITX board

Jonas Karlman (4):
      dt-bindings: arm: rockchip: Add Radxa ROCK 3B
      arm64: dts: rockchip: Add Radxa ROCK 3B
      dt-bindings: arm: rockchip: Add Xunlong Orange Pi 3B
      arm64: dts: rockchip: Add Xunlong Orange Pi 3B

Marek Vasut (1):
      arm64: dts: rockchip: Drop ethernet-phy-ieee802.3-c22 from PHY compatible string on all RK3588 boards

 .../devicetree/bindings/arm/rockchip.yaml          |   18 +
 arch/arm64/boot/dts/rockchip/Makefile              |    4 +
 arch/arm64/boot/dts/rockchip/rk3328-rock64.dts     |    2 +
 .../boot/dts/rockchip/rk3566-orangepi-3b-v1.1.dts  |   29 +
 .../boot/dts/rockchip/rk3566-orangepi-3b-v2.1.dts  |   70 ++
 .../boot/dts/rockchip/rk3566-orangepi-3b.dtsi      |  678 +++++++++++
 arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi  |    1 +
 arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts |    1 +
 arch/arm64/boot/dts/rockchip/rk3566-quartz64-b.dts |    1 +
 arch/arm64/boot/dts/rockchip/rk3566-soquartz.dtsi  |    1 +
 .../boot/dts/rockchip/rk3568-fastrhino-r66s.dts    |    4 +
 .../boot/dts/rockchip/rk3568-fastrhino-r66s.dtsi   |   48 +-
 .../boot/dts/rockchip/rk3568-fastrhino-r68s.dts    |   16 +-
 arch/arm64/boot/dts/rockchip/rk3568-rock-3b.dts    |  781 +++++++++++++
 arch/arm64/boot/dts/rockchip/rk356x.dtsi           |   13 +-
 arch/arm64/boot/dts/rockchip/rk3588-ok3588-c.dts   |    6 +-
 arch/arm64/boot/dts/rockchip/rk3588-rock-5-itx.dts | 1177 ++++++++++++++++++++
 .../arm64/boot/dts/rockchip/rk3588-turing-rk1.dtsi |    3 +-
 18 files changed, 2801 insertions(+), 52 deletions(-)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-orangepi-3b-v1.1.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-orangepi-3b-v2.1.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-orangepi-3b.dtsi
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3568-rock-3b.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-rock-5-itx.dts