linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
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.19 #2
Date: Mon, 24 Nov 2025 22:56:06 +0100	[thread overview]
Message-ID: <2244391.irdbgypaU6@diego> (raw)

Hi soc maintainers,

please find below some more Rockchip arm64 dts changes for for 6.19 
on top of the previous changes.

Please pull.
Thanks
Heiko


The following changes since commit 78f316e90906d54c8aa6029e5c19ae83e420e56a:

  arm64: dts: rockchip: add vicap node to rk356x (2025-11-16 00:39:47 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.19-rockchip-dts64-2

for you to fetch changes up to e34003dd2fb05da8f420bbd7b8ec62ab88242c45:

  arm64: dts: rockchip: enable RTC for 100ASK DshanPi A1 (2025-11-21 22:39:06 +0100)

----------------------------------------------------------------
New boards: QNAP TS233 (2-bay variant of the RK3568 NAS series) and
Asus Tinkerboard 3 + 3S.
Additional peripherals enabled on 100ASK DshanPi A1, Orange Pi 3B,
Indiedroid Nova, QNAP-TSx33 series + LED states on Radxa boards,
power-domains for the previously added RK3368 display components.

----------------------------------------------------------------
Chris Morgan (4):
      arm64: dts: rockchip: Add clk32k_in for Indiedroid Nova
      arm64: dts: rockchip: Define regulator for pcie2x1l2 on Indiedroid Nova
      arm64: dts: rockchip: Correct pinctrl for pcie for Indiedroid Nova
      arm64: dts: rockchip: Add host wake pin for wifi on Indiedroid Nova

Chukun Pan (5):
      arm64: dts: rockchip: remove mmc max-frequency for 100ASK DshanPi A1
      arm64: dts: rockchip: add mmc aliases for 100ASK DshanPi A1
      arm64: dts: rockchip: enable button for 100ASK DshanPi A1
      arm64: dts: rockchip: enable USB for 100ASK DshanPi A1
      arm64: dts: rockchip: enable RTC for 100ASK DshanPi A1

Coia Prant (1):
      arm64: dts: rockchip: fix PCIe 3.3V regulator voltage on 9Tripod X3568 v4

FUKAUMI Naoki (1):
      arm64: dts: rockchip: Use default-state for power LED for Radxa boards

Heiko Stuebner (7):
      arm64: dts: rockchip: move cpu_thermal node to the correct position
      arm64: dts: rockchip: describe mcu eeprom cells on rk3568-ts433
      arm64: dts: rockchip: move common qnap tsx33 parts to dtsi
      dt-bindings: arm: rockchip: add TS233 to RK3568-based QNAP NAS devices
      arm64: dts: rockchip: add QNAP TS233 devicetree
      arm64: dts: rockchip: Add power-domain to RK3368 DSI controller
      arm64: dts: rockchip: Add power-domain to RK3368 VOP controller

Michael Opdenacker (4):
      dt-bindings: arm: rockchip: merge Asus Tinker and Tinker S
      dt-bindings: arm: rockchip: Add Asus Tinker Board 3/3S
      arm64: dts: rockchip: Add Asus Tinker Board 3 and 3S device tree
      arm64: dts: rockchip: Enable i2c2 on Orange Pi 3B

 .../devicetree/bindings/arm/rockchip.yaml          |  18 +-
 arch/arm64/boot/dts/rockchip/Makefile              |   3 +
 arch/arm64/boot/dts/rockchip/rk3308-rock-pi-s.dts  |   1 -
 arch/arm64/boot/dts/rockchip/rk3368.dtsi           |   2 +
 .../boot/dts/rockchip/rk3399-rock-4c-plus.dts      |   2 +-
 arch/arm64/boot/dts/rockchip/rk3528-rock-2a.dts    |   1 -
 .../boot/dts/rockchip/rk3566-orangepi-3b.dtsi      |   5 +
 .../boot/dts/rockchip/rk3566-tinker-board-3.dts    |  13 +
 .../boot/dts/rockchip/rk3566-tinker-board-3.dtsi   | 278 ++++++++++
 .../boot/dts/rockchip/rk3566-tinker-board-3s.dts   |  30 +
 .../boot/dts/rockchip/rk3568-9tripod-x3568-v4.dts  |  14 +-
 arch/arm64/boot/dts/rockchip/rk3568-qnap-ts233.dts | 131 +++++
 arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts | 604 ++------------------
 .../arm64/boot/dts/rockchip/rk3568-qnap-tsx33.dtsi | 608 +++++++++++++++++++++
 .../boot/dts/rockchip/rk3576-100ask-dshanpi-a1.dts |  93 +++-
 arch/arm64/boot/dts/rockchip/rk3576-rock-4d.dts    |   2 +-
 arch/arm64/boot/dts/rockchip/rk3588-rock-5-itx.dts |   2 +-
 .../boot/dts/rockchip/rk3588s-indiedroid-nova.dts  |  43 +-
 arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts   |   2 +-
 19 files changed, 1249 insertions(+), 603 deletions(-)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-tinker-board-3.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-tinker-board-3.dtsi
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-tinker-board-3s.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3568-qnap-ts233.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3568-qnap-tsx33.dtsi





                 reply	other threads:[~2025-11-24 21:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=2244391.irdbgypaU6@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).