mbox series

[GIT,PULL] Rockchip dts64 changes for 6.15 #2

Message ID 23866869.6Emhk5qWAg@phil (mailing list archive)
State New
Headers show
Series [GIT,PULL] Rockchip dts64 changes for 6.15 #2 | expand

Pull-request

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

Message

Heiko Stuebner March 15, 2025, 3:46 p.m. UTC
Hi soc maintainers,

please find below some additional Rockchip changes for for 6.15 .
And I think with that I'll call it done, and have everything else
wait for after the merge-window.


Please pull.
Thanks
Heiko


The following changes since commit ba82f56bbf20e4166c988621cd0507509872848e:

  arm64: dts: rockchip: Add SPI NOR device on the ROCK 4D (2025-03-08 18:19:59 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 73d246b4402c3356f6b3d13665de3a51eea7b555:

  arm64: dts: rockchip: remove ethm0_clk0_25m_out from Sige5 gmac0 (2025-03-15 15:49:00 +0100)

----------------------------------------------------------------
New peripheral the sdhci controller on rk3528. Enablement of hdmi and hdmi
audio on a number of additional boards. Better handling for scmi shared
memory on rk3568 and a fix for the used SCMI clock ids on rk3576.
As well as some fixes that were a bit late for trying to stuff them into
6.14 at this late stage of the cycle.

----------------------------------------------------------------
Chen-Yu Tsai (1):
      arm64: dts: rockchip: Remove bluetooth node from rock-3a

Chukun Pan (1):
      arm64: dts: rockchip: Move rk356x scmi SHMEM to reserved memory

Jianfeng Liu (3):
      arm64: dts: rockchip: Add AP6275P wireless support to ArmSoM Sige7
      arm64: dts: rockchip: Enable HDMI audio output for ArmSoM Sige7
      arm64: dts: rockchip: Fix pcie reset gpio on Orange Pi 5 Max

Jimmy Hon (4):
      arm64: dts: rockchip: Enable HDMI0 audio output for Orange Pi 5/5B
      arm64: dts: rockchip: Enable HDMI audio outputs for Orange Pi 5 Max
      arm64: dts: rockchip: Enable HDMI1 on Orange Pi 5 Plus
      arm64: dts: rockchip: Enable HDMI audio outputs for Orange Pi 5 Plus

Jonas Karlman (2):
      arm64: dts: rockchip: Add SDHCI controller for RK3528
      arm64: dts: rockchip: Enable onboard eMMC on Radxa E20C

Nicolas Frattaroli (3):
      dt-bindings: clock: rk3576: add SCMI clocks
      arm64: dts: rockchip: fix RK3576 SCMI clock IDs
      arm64: dts: rockchip: remove ethm0_clk0_25m_out from Sige5 gmac0

Yao Zi (1):
      arm64: dts: rockchip: Fix PWM pinctrl names

 arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts     |  2 +-
 arch/arm64/boot/dts/rockchip/rk3318-a95x-z2.dts    |  4 +-
 arch/arm64/boot/dts/rockchip/rk3399-nanopi4.dtsi   |  2 +-
 arch/arm64/boot/dts/rockchip/rk3528-radxa-e20c.dts | 15 ++++++
 arch/arm64/boot/dts/rockchip/rk3528.dtsi           | 24 ++++++++++
 arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts    | 14 ------
 arch/arm64/boot/dts/rockchip/rk356x-base.dtsi      | 25 +++++-----
 .../boot/dts/rockchip/rk3576-armsom-sige5.dts      |  3 +-
 arch/arm64/boot/dts/rockchip/rk3576.dtsi           | 18 ++++----
 .../boot/dts/rockchip/rk3588-armsom-sige7.dts      | 24 ++++++++++
 .../dts/rockchip/rk3588-orangepi-5-compact.dtsi    |  2 +-
 .../boot/dts/rockchip/rk3588-orangepi-5-max.dts    | 16 +++++++
 .../boot/dts/rockchip/rk3588-orangepi-5-plus.dts   | 54 ++++++++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3588s-coolpi-4b.dts |  2 +-
 .../boot/dts/rockchip/rk3588s-orangepi-5.dtsi      |  8 ++++
 include/dt-bindings/clock/rockchip,rk3576-cru.h    |  5 ++
 16 files changed, 174 insertions(+), 44 deletions(-)