From: Heiko Stuebner <heiko@sntech.de>
To: arm@kernel.org
Cc: soc@kernel.org, linux-rockchip@lists.infradead.org,
linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Rockchip dts64 changes for 5.18 #1
Date: Fri, 25 Feb 2022 00:19:16 +0100 [thread overview]
Message-ID: <6456947.djgVdjDsCv@phil> (raw)
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
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: arm@kernel.org
Cc: soc@kernel.org, linux-rockchip@lists.infradead.org,
linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Rockchip dts64 changes for 5.18 #1
Date: Fri, 25 Feb 2022 00:19:16 +0100 [thread overview]
Message-ID: <6456947.djgVdjDsCv@phil> (raw)
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
WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: arm@kernel.org
Cc: soc@kernel.org, linux-rockchip@lists.infradead.org,
linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Rockchip dts64 changes for 5.18 #1
Date: Fri, 25 Feb 2022 00:19:16 +0100 [thread overview]
Message-ID: <6456947.djgVdjDsCv@phil> (raw)
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
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2022-02-24 23:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-24 23:19 Heiko Stuebner [this message]
2022-02-24 23:19 ` [GIT PULL] Rockchip dts64 changes for 5.18 #1 Heiko Stuebner
2022-02-24 23:19 ` Heiko Stuebner
2022-02-25 17:21 ` patchwork-bot+linux-soc
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6456947.djgVdjDsCv@phil \
--to=heiko@sntech.de \
--cc=arm@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=soc@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.