[GIT PULL] Rockchip dts64 changes for 6.8 #2
Heiko Stuebner
heiko at sntech.de
Mon Jan 1 14:54:40 PST 2024
Hi Arnd, Kevin, Olof,
please find below and in a subsequent pull-request
some more Rockchip changes for for 6.8 .
Just some stuff that came in since #1 .
If it's too late for this stuff for 6.8, I'll respin this for
6.9, so no worries :-)
But if there is still time, please pull
Thanks
Heiko
The following changes since commit 8174dff9e583f7791dacf6d8ce034eb18ec2b292:
arm64: dts: rockchip: Add Anbernic RG351V (2023-12-12 21:43:48 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.8-rockchip-dts64-2
for you to fetch changes up to 8586a5d217ef7bfeee24943c600a8a7890d6f477:
arm64: dts: rockchip: Fix led pinctrl of lubancat 1 (2023-12-29 23:03:53 +0100)
----------------------------------------------------------------
One new boards, the CoolPi CM5 SoM and 4B SBC. Basic node for the rk3588
display controller and a bunch of small improvements for different boards,
----------------------------------------------------------------
Andy Yan (8):
dt-bindings: soc: rockchip: add rk3588 vop/vo syscon
arm64: dts: rockchip: Add vop on rk3588
dt-bindings: vendor-prefixes: Add Cool Pi
dt-bindings: arm: rockchip: Add Cool Pi 4B
arm64: dts: rockchip: Add support for rk3588s based board Cool Pi 4B
dt-bindings: arm: rockchip: Add Cool Pi CM5
arm64: dts: rockchip: Add support for rk3588 based board Cool Pi CM5 EVB
arm64: dts: rockchip: Fix led pinctrl of lubancat 1
Hugh Cole-Baker (1):
arm64: dts: rockchip: Support poweroff on NanoPC-T6
Jimmy Hon (1):
arm64: dts: rockchip: Support poweroff on Orange Pi 5
John Clark (4):
arm64: dts: rockchip: nanopc-t6 sdmmc beautification
arm64: dts: rockchip: support poweroff on the rock-5b
arm64: dts: rockchip: correct gpio_pwrctrl1 typo on rock-5b
arm64: dts: rockchip: correct gpio_pwrctrl1 typo on nanopc-t6
Sam Edwards (1):
arm64: dts: rockchip: Fix rk3588 USB power-domain clocks
Tianling Shen (1):
arm64: dts: rockchip: configure eth pad driver strength for orangepi r1 plus lts
Trevor Woerner (2):
arm64: dts: rockchip: add gpio-line-names to rk3328-rock-pi-e
arm64: dts: rockchip: rk3308-rock-pi-s gpio-line-names cleanup
Vahe Grigoryan (3):
arm64: dts: rockchip: fix misleading comment in rk3399-puma-haikou.dts
arm64: dts: rockchip: expose BIOS Disable feedback pin on rk3399-puma
arm64: dts: rockchip: make use gpio-keys for buttons on puma-haikou
.../devicetree/bindings/arm/rockchip.yaml | 12 +
.../devicetree/bindings/soc/rockchip/grf.yaml | 2 +
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
arch/arm64/boot/dts/rockchip/Makefile | 2 +
arch/arm64/boot/dts/rockchip/rk3308-rock-pi-s.dts | 120 +--
.../dts/rockchip/rk3328-orangepi-r1-plus-lts.dts | 4 +-
arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts | 53 ++
.../arm64/boot/dts/rockchip/rk3399-puma-haikou.dts | 42 +-
arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi | 14 +
arch/arm64/boot/dts/rockchip/rk3566-lubancat-1.dts | 2 +-
.../boot/dts/rockchip/rk3588-coolpi-cm5-evb.dts | 214 ++++++
.../arm64/boot/dts/rockchip/rk3588-coolpi-cm5.dtsi | 650 +++++++++++++++++
arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dts | 9 +-
arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts | 4 +-
arch/arm64/boot/dts/rockchip/rk3588s-coolpi-4b.dts | 812 +++++++++++++++++++++
.../arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts | 1 +
arch/arm64/boot/dts/rockchip/rk3588s.dtsi | 84 +++
17 files changed, 1956 insertions(+), 71 deletions(-)
create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-coolpi-cm5-evb.dts
create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-coolpi-cm5.dtsi
create mode 100644 arch/arm64/boot/dts/rockchip/rk3588s-coolpi-4b.dts
More information about the Linux-rockchip
mailing list