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 6.12 #2
Date: Sun, 08 Sep 2024 23:53:37 +0200 [thread overview]
Message-ID: <11663608.jrtcCam0TZ@diego> (raw)
Hi Arnd, Kevin, Olof,
please find below and in a subsequent pull-requests
some more Rockchip changes for for 6.12 .
Please pull if there is still time.
Thanks
Heiko
The following changes since commit 78d500329b65217c45422ac0adf5c030783d3e58:
arm64: dts: rockchip: drop unsupported regulator-property from NanoPC-T6 (2024-08-29 23:55:32 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.12-rockchip-dts64-2
for you to fetch changes up to e00bf11185033456f3d4345bcd366df1f7cc7255:
arm64: dts: rockchip: add CAN0 and CAN1 interfaces to mecsbc board (2024-09-05 22:15:06 +0200)
----------------------------------------------------------------
New boards the Odroid-M2 and GameForce Ace, CAN on rk3568, RGA2 on rk3588
and some non-critical dts cleanups.
----------------------------------------------------------------
Alex Zhao (1):
arm64: dts: rockchip: rk3588s fix sdio pins to pull up
Chris Morgan (2):
dt-bindings: arm: rockchip: Add GameForce Ace
arm64: dts: rockchip: Add GameForce Ace
David Jander (2):
arm64: dts: rockchip: add CAN-FD controller nodes to rk3568
arm64: dts: rockchip: add CAN0 and CAN1 interfaces to mecsbc board
Diederik de Haas (1):
arm64: dts: rockchip: Add missing tshut props to tsadc on quartz64-b
FUKAUMI Naoki (1):
arm64: dts: rockchip: remove duplicate nodes from dts for ROCK 4SE
Heiko Stuebner (1):
arm64: dts: rockchip: drop hp-pin-name property from audio card on nanopc-t6
Jianfeng Liu (1):
arm64: dts: rockchip: Add RGA2 support to rk3588
Jonas Karlman (2):
dt-bindings: arm: rockchip: Add Hardkernel ODROID-M2
arm64: dts: rockchip: Add Hardkernel ODROID-M2
.../devicetree/bindings/arm/rockchip.yaml | 10 +
arch/arm64/boot/dts/rockchip/Makefile | 2 +
arch/arm64/boot/dts/rockchip/rk3399-rock-4se.dts | 15 -
arch/arm64/boot/dts/rockchip/rk3566-quartz64-b.dts | 2 +
arch/arm64/boot/dts/rockchip/rk3568-mecsbc.dts | 14 +
arch/arm64/boot/dts/rockchip/rk3568.dtsi | 39 +
.../boot/dts/rockchip/rk3588-base-pinctrl.dtsi | 10 +-
arch/arm64/boot/dts/rockchip/rk3588-base.dtsi | 11 +
arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtsi | 1 -
.../boot/dts/rockchip/rk3588s-gameforce-ace.dts | 1237 ++++++++++++++++++++
arch/arm64/boot/dts/rockchip/rk3588s-odroid-m2.dts | 903 ++++++++++++++
11 files changed, 2223 insertions(+), 21 deletions(-)
create mode 100644 arch/arm64/boot/dts/rockchip/rk3588s-gameforce-ace.dts
create mode 100644 arch/arm64/boot/dts/rockchip/rk3588s-odroid-m2.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 6.12 #2
Date: Sun, 08 Sep 2024 23:53:37 +0200 [thread overview]
Message-ID: <11663608.jrtcCam0TZ@diego> (raw)
Hi Arnd, Kevin, Olof,
please find below and in a subsequent pull-requests
some more Rockchip changes for for 6.12 .
Please pull if there is still time.
Thanks
Heiko
The following changes since commit 78d500329b65217c45422ac0adf5c030783d3e58:
arm64: dts: rockchip: drop unsupported regulator-property from NanoPC-T6 (2024-08-29 23:55:32 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.12-rockchip-dts64-2
for you to fetch changes up to e00bf11185033456f3d4345bcd366df1f7cc7255:
arm64: dts: rockchip: add CAN0 and CAN1 interfaces to mecsbc board (2024-09-05 22:15:06 +0200)
----------------------------------------------------------------
New boards the Odroid-M2 and GameForce Ace, CAN on rk3568, RGA2 on rk3588
and some non-critical dts cleanups.
----------------------------------------------------------------
Alex Zhao (1):
arm64: dts: rockchip: rk3588s fix sdio pins to pull up
Chris Morgan (2):
dt-bindings: arm: rockchip: Add GameForce Ace
arm64: dts: rockchip: Add GameForce Ace
David Jander (2):
arm64: dts: rockchip: add CAN-FD controller nodes to rk3568
arm64: dts: rockchip: add CAN0 and CAN1 interfaces to mecsbc board
Diederik de Haas (1):
arm64: dts: rockchip: Add missing tshut props to tsadc on quartz64-b
FUKAUMI Naoki (1):
arm64: dts: rockchip: remove duplicate nodes from dts for ROCK 4SE
Heiko Stuebner (1):
arm64: dts: rockchip: drop hp-pin-name property from audio card on nanopc-t6
Jianfeng Liu (1):
arm64: dts: rockchip: Add RGA2 support to rk3588
Jonas Karlman (2):
dt-bindings: arm: rockchip: Add Hardkernel ODROID-M2
arm64: dts: rockchip: Add Hardkernel ODROID-M2
.../devicetree/bindings/arm/rockchip.yaml | 10 +
arch/arm64/boot/dts/rockchip/Makefile | 2 +
arch/arm64/boot/dts/rockchip/rk3399-rock-4se.dts | 15 -
arch/arm64/boot/dts/rockchip/rk3566-quartz64-b.dts | 2 +
arch/arm64/boot/dts/rockchip/rk3568-mecsbc.dts | 14 +
arch/arm64/boot/dts/rockchip/rk3568.dtsi | 39 +
.../boot/dts/rockchip/rk3588-base-pinctrl.dtsi | 10 +-
arch/arm64/boot/dts/rockchip/rk3588-base.dtsi | 11 +
arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtsi | 1 -
.../boot/dts/rockchip/rk3588s-gameforce-ace.dts | 1237 ++++++++++++++++++++
arch/arm64/boot/dts/rockchip/rk3588s-odroid-m2.dts | 903 ++++++++++++++
11 files changed, 2223 insertions(+), 21 deletions(-)
create mode 100644 arch/arm64/boot/dts/rockchip/rk3588s-gameforce-ace.dts
create mode 100644 arch/arm64/boot/dts/rockchip/rk3588s-odroid-m2.dts
next reply other threads:[~2024-09-08 21:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-08 21:53 Heiko Stuebner [this message]
2024-09-08 21:53 ` [GIT PULL] Rockchip dts64 changes for 6.12 #2 Heiko Stuebner
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=11663608.jrtcCam0TZ@diego \
--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.