mbox series

[GIT,PULL] Rockchip dts fixes for 6.10

Message ID 10237789.nnTZe4vzsl@diego (mailing list archive)
State New
Headers show
Series [GIT,PULL] Rockchip dts fixes for 6.10 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.10-rockchip-dtsfixes1

Message

Heiko Stübner June 27, 2024, 9:36 p.m. UTC
Hi Arnd, Kevin, Olof,

please find a below a collection of fixes for the current release 6.10
cycle.

Please pull

Thanks
Heiko


The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.10-rockchip-dtsfixes1

for you to fetch changes up to 8d7ec44aa5d1eb94a30319074762a1740440cdc8:

  arm64: dts: rockchip: Add sound-dai-cells for RK3368 (2024-06-24 17:05:23 +0200)

----------------------------------------------------------------
Apart from the regular dts fixes for wrong addresses, missing
or wrong properties, this reverts the previous move away from
cd-gpios to the mmc-controller's internal card-detect.
With this change applied, it was reported that boards could not
detect card anymore, so this go reverted of course.

----------------------------------------------------------------
Alex Bee (1):
      arm64: dts: rockchip: Add sound-dai-cells for RK3368

Andy Yan (1):
      arm64: dts: rockchip: Fix the i2c address of es8316 on Cool Pi 4B

Dragan Simic (1):
      arm64: dts: rockchip: Fix the DCDC_REG2 minimum voltage on Quartz64 Model B

FUKAUMI Naoki (3):
      Revert "arm64: dts: rockchip: remove redundant cd-gpios from rk3588 sdmmc nodes"
      arm64: dts: rockchip: make poweroff(8) work on Radxa ROCK 5A
      arm64: dts: rockchip: fix PMIC interrupt pin on ROCK Pi E

Heiko Stuebner (1):
      arm64: dts: rockchip: set correct pwm0 pinctrl on rk3588-tiger

Hsin-Te Yuan (1):
      arm64: dts: rockchip: Fix the value of `dlg,jack-det-rate` mismatch on rk3399-gru

Johan Jonker (1):
      ARM: dts: rockchip: rk3066a: add #sound-dai-cells to hdmi node

Jonas Karlman (3):
      arm64: dts: rockchip: Fix rk3308 codec@ff560000 reset-names
      arm64: dts: rockchip: Fix SD NAND and eMMC init on rk3308-rock-pi-s
      arm64: dts: rockchip: Rename LED related pinctrl nodes on rk3308-rock-pi-s

 arch/arm/boot/dts/rockchip/rk3066a.dtsi                |  1 +
 arch/arm64/boot/dts/rockchip/rk3308-rock-pi-s.dts      | 18 +++++++++++++-----
 arch/arm64/boot/dts/rockchip/rk3308.dtsi               |  2 +-
 arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts      |  4 ++--
 arch/arm64/boot/dts/rockchip/rk3368.dtsi               |  3 +++
 arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi           |  2 +-
 arch/arm64/boot/dts/rockchip/rk3566-quartz64-b.dts     |  2 +-
 .../arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts |  1 +
 arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts    |  1 +
 arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts        |  1 +
 arch/arm64/boot/dts/rockchip/rk3588-tiger.dtsi         |  5 +++++
 arch/arm64/boot/dts/rockchip/rk3588s-coolpi-4b.dts     |  4 ++--
 arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts       |  2 ++
 13 files changed, 34 insertions(+), 12 deletions(-)