mbox series

[GIT,PULL] Rockchip dts64 changes for 6.7

Message ID 1870252.CQOukoFCf9@phil (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Rockchip dts64 changes for 6.7 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.7-rockchip-dts64-1

Message

Heiko Stuebner Oct. 16, 2023, 9:23 p.m. UTC
Hi Arnd, Kevin, Olof,

please find below and in a subsequent pull-request
Rockchip changes for for 6.7 .

As always the 64bit DTS part is the big one, with some new boards and
some more rk3588 peripherals.


Please pull!

Thanks
Heiko


The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.7-rockchip-dts64-1

for you to fetch changes up to 1e9ac3e8a6a9d4da9efbad2d8e95cc1140e0e23f:

  arm64: dts: rockchip: add support for Powkiddy RGB30 (2023-10-16 22:58:45 +0200)

----------------------------------------------------------------
Work mostly focussed on the still new rk3588 Soc with some new boards the
Orange Pi 5 and Orange Pi 5 Plus as well as the QuartzPro64 from Pine64.

It also gained two new peripherals, the SFC (serial-flash-controller)
as well as support for it's AV1 video decoder.

And of course existing rk3588 boards got support added for various
peripherals (PCIe, usb, sardadc, leds, etc).

And in non-rk3588 news, rk3566-based gaming devices seem to be en-vogue,
and the Powkiddy RGB30 also moved in.

----------------------------------------------------------------
Benjamin Gaignard (1):
      arm64: dts: rockchip: Add AV1 decoder node to rk3588s

Chris Morgan (5):
      arm64: dts: rockchip: add PCIe to rk3588s-indiedroid-nova
      arm64: dts: rockchip: add USB2 to rk3588s-indiedroid
      arm64: dts: rockchip: Add saradc node to Indiedroid Nova
      dt-bindings: arm64: rockchip: add Powkiddy RGB30
      arm64: dts: rockchip: add support for Powkiddy RGB30

John Clark (1):
      arm64: dts: rockchip: Add NanoPC T6 PCIe e-key support

Muhammed Efe Cetin (3):
      dt-bindings: arm: rockchip: Add Orange Pi 5 board
      arm64: dts: rockchip: Add sfc node to rk3588s
      arm64: dts: rockchip: Add Orange Pi 5

Ondrej Jirman (6):
      arm64: dts: rockchip: Add I2S2 M0 pin definitions to rk3588s
      arm64: dts: rockchip: Add UART9 M0 pin definitions to rk3588s
      dt-bindings: arm: rockchip: Add Orange Pi 5 Plus
      arm64: dts: rockchip: Add board device tree for rk3588-orangepi-5-plus
      dt-bindings: arm: rockchip: Add Pine64 QuarzPro64
      arm64: dts: rockchip: Add QuartzPro64 SBC device tree

Sebastian Reichel (7):
      arm64: dts: rockchip: add PCIe network controller to rock-5b
      arm64: dts: rockchip: add PCIe for M.2 M-key to rock-5b
      arm64: dts: rockchip: add PCIe for M.2 E-Key to rock-5b
      arm64: dts: rockchip: add PCIe2 network controller to rk3588-evb1
      arm64: dts: rockchip: add PCIe3 bus to rk3588-evb1
      arm64: dts: rockchip: add ADC buttons to rk3588-evb1
      arm64: dts: rockchip: add status LED to rock-5b

Tamás Szűcs (4):
      arm64: dts: rockchip: Add sdio node to rock-5b
      arm64: dts: rockchip: Remove duplicate regulator vcc3v3_wf from rock-5b
      arm64: dts: rockchip: Enable UART6 on rock-5b
      arm64: dts: rockchip: Add missing sdmmc2 SDR rates to rock-3a

 .../devicetree/bindings/arm/rockchip.yaml          |   20 +
 arch/arm64/boot/dts/rockchip/Makefile              |    4 +
 .../boot/dts/rockchip/rk3566-powkiddy-rgb30.dts    |  152 +++
 arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts    |    4 +
 arch/arm64/boot/dts/rockchip/rk3588-evb1-v10.dts   |  136 +++
 arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dts  |   28 +
 .../boot/dts/rockchip/rk3588-orangepi-5-plus.dts   |  848 +++++++++++++++
 .../arm64/boot/dts/rockchip/rk3588-quartzpro64.dts | 1137 ++++++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts    |  145 +++
 .../boot/dts/rockchip/rk3588s-indiedroid-nova.dts  |   84 ++
 .../arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts |  662 ++++++++++++
 arch/arm64/boot/dts/rockchip/rk3588s-pinctrl.dtsi  |   44 +
 arch/arm64/boot/dts/rockchip/rk3588s.dtsi          |   24 +
 13 files changed, 3288 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-powkiddy-rgb30.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts