[GIT PULL] Rockchip dts64 changes for 5.18 #1
Heiko Stuebner
heiko at sntech.de
Thu Feb 24 15:19:16 PST 2022
Hi Arnd, Kevin, Olof,
please find below and in subsequent pull-requests
Rockchip changes for for 5.18 .
Only the arm64-one is on the bigger side.
Please pull!
Thanks
Heiko
The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.18-rockchip-dts64-1
for you to fetch changes up to a0024f55eb5b741b76a0b950f1222ddbab6a9fc9:
arm64: dts: rockchip: align Google CROS EC PWM node name with dtschema (2022-02-24 00:07:56 +0100)
----------------------------------------------------------------
New boards: Pine64 PineNote ereader tablet and Bananapi-R2-Pro (both rk356x)
New peripherals for the rk356x-family (pdm-audio, gpu, another i2s, usb2)
A lot of additions to Quartz-A (connector-header, gpu, sdmmc1, io-domains,
usb2) and rk3568-evb1-v10 (rk809-audio, cpu-regulator, gpu, tsadc, led,
usb2, touchscreen).
Fixes for the pwm-regulators, that used wrong names for their supplies
as well adapting the cros-ec pwm nodes to a changed binding (going via
the pwm tree).
And as sort of misc-changes, defined the logic-regulator on rk3399-puma
as well as enabled the mali-gpu on the rk3399-firefly.
----------------------------------------------------------------
Alex Bee (1):
arm64: dts: rockchip: add cooling map and trip points for gpu to rk356x
Ezequiel Garcia (2):
arm64: dts: rockchip: add gpu node to rk356x
arm64: dts: rockchip: enable the gpu on quartz64-a
Frank Wunderlich (2):
dt-bindings: rockchip: Add BananaPi R2 Pro Board
arm64: dts: rockchip: Add Bananapi R2 Pro
Heiko Stuebner (2):
arm64: dts: rockchip: define vdd_log on rk3399-puma
arm64: dts: rockchip: fix supplies for pwm regulators
Krzysztof Kozlowski (1):
arm64: dts: rockchip: align Google CROS EC PWM node name with dtschema
Michael Riesch (11):
arm64: dts: rockchip: fix vcc3v3_lcd{0,1}_n regulators in rk3568-evb1-10
arm64: dts: rockchip: add the touchscreen controller to rk3568-evb1-v10
arm64: dts: rockchip: add the i2s3_2ch node to rk356x
arm64: dts: rockchip: rename and sort the rk356x usb2 phy handles
arm64: dts: rockchip: add usb2 support to rk3568-evb1-v10
arm64: dts: rockchip: enable the gpu on rk3568-evb1-v10
arm64: dts: rockchip: enable the tsadc on rk3568-evb1-v10
arm64: dts: rockchip: enable work led on rk3568-evb1-v10
arm64: dts: rockchip: add the vdd_cpu regulator to rk3568-evb1-v10
arm64: dts: rockchip: set vdd_gpu regulator on rk3568-evb1-v10 to always on
arm64: dts: rockchip: enable rk809 audio codec on the rk3568 evb1-v10
Michael Saunders (1):
arm64: dts: rockchip: enable the mali GPU on rk3399-firefly
Peter Geis (5):
arm64: dts: rockchip: add usb2 nodes to rk3568 device tree
arm64: dts: rockchip: add Quartz64-A usb2 support
arm64: dts: rockchip: add Quartz64-A pmu_io_domains
arm64: dts: rockchip: add Quartz64-A sdmmc1 node
arm64: dts: rockchip: add Quartz64-A con40 hardware
Samuel Holland (3):
dt-bindings: arm: rockchip: Add Pine64 PineNote board
arm64: dts: rockchip: Add pdm node to rk356x
arm64: dts: rockchip: Add Pine64 PineNote board
.../devicetree/bindings/arm/rockchip.yaml | 13 +
arch/arm64/boot/dts/rockchip/Makefile | 3 +
arch/arm64/boot/dts/rockchip/rk3399-firefly.dts | 7 +-
.../boot/dts/rockchip/rk3399-gru-chromebook.dtsi | 2 +-
.../boot/dts/rockchip/rk3399-khadas-edge.dtsi | 2 +-
arch/arm64/boot/dts/rockchip/rk3399-leez-p710.dts | 2 +-
arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts | 2 +-
.../boot/dts/rockchip/rk3399-pinebook-pro.dts | 2 +-
arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi | 11 +
arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi | 2 +-
arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi | 2 +-
arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi | 2 +-
.../boot/dts/rockchip/rk3566-pinenote-v1.1.dts | 18 +
.../boot/dts/rockchip/rk3566-pinenote-v1.2.dts | 18 +
arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi | 639 +++++++++++++++++++++
arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts | 136 +++++
arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts | 457 +++++++++++++++
arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts | 205 ++++++-
arch/arm64/boot/dts/rockchip/rk356x.dtsi | 210 +++++++
19 files changed, 1721 insertions(+), 12 deletions(-)
create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-pinenote-v1.1.dts
create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-pinenote-v1.2.dts
create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi
create mode 100644 arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts
More information about the Linux-rockchip
mailing list