mbox series

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

Message ID 4536780.s7XYDJ6uuW@phil
State New
Headers show
Series [GIT,PULL] Rockchip dts64 changes for 5.16 #2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.16-rockchip-dts64-2

Message

Heiko Stuebner Oct. 20, 2021, 9:26 a.m. UTC
Hi Arnd, Kevin, Olof,

please find below and in the next mail some additional Rockchip stuff
for 5.16 to go on top of the first round of patches

Please pull!

Thanks
Heiko


The following changes since commit 5a73d7ca7f7a64144e03ef0fc8eb6f8e5ea54df3:

  arm64: dts: rockchip: add phandles to muxed i2c buses on rk3368-lion (2021-09-23 21:44:04 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.16-rockchip-dts64-2

for you to fetch changes up to 43f9699b0c12d4e50b66723213cef456c52254f3:

  arm64: dts: rockchip: Add idle cooling devices to rk3399 (2021-10-20 10:00:11 +0200)

----------------------------------------------------------------
Idle-cooling information for rk3399, rk356x additions (tsadc resets,
i2s, spdif, pwm), rk3368 powerdomains, fixes to make gpio subnodes
compliant with the new pinctrl yaml binding and addition of the
chassis-type for the non-sbc devices.

----------------------------------------------------------------
Arnaud Ferraris (1):
      arm64: dts: rockchip: add 'chassis-type' property

Daniel Lezcano (1):
      arm64: dts: rockchip: Add idle cooling devices to rk3399

Heiko Stuebner (2):
      dt-bindings: arm: rockchip: add rk3368 compatible string to pmu.yaml
      arm64: dts: rockchip: add powerdomains to rk3368

Johan Jonker (2):
      arm64: dts: rockchip: change gpio nodenames
      arm64: dts: rockchip: fix resets in tsadc node for rk356x

Liang Chen (1):
      arm64: dts: rockchip: add pwm nodes for rk3568

Nicolas Frattaroli (3):
      arm64: dts: rockchip: enable spdif on Quartz64 A
      arm64: dts: rockchip: Add i2s1 on rk356x
      arm64: dts: rockchip: Add analog audio on Quartz64

Peter Geis (1):
      arm64: dts: rockchip: add spdif node to rk356x

 .../devicetree/bindings/arm/rockchip/pmu.yaml      |   2 +
 arch/arm64/boot/dts/rockchip/px30.dtsi             |   8 +-
 arch/arm64/boot/dts/rockchip/rk3308.dtsi           |  10 +-
 arch/arm64/boot/dts/rockchip/rk3328.dtsi           |   8 +-
 arch/arm64/boot/dts/rockchip/rk3368.dtsi           | 186 +++++++++++++++++-
 arch/arm64/boot/dts/rockchip/rk3399-gru-bob.dts    |   1 +
 arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts  |   1 +
 .../boot/dts/rockchip/rk3399-gru-scarlet.dtsi      |   2 +
 .../boot/dts/rockchip/rk3399-pinebook-pro.dts      |   1 +
 arch/arm64/boot/dts/rockchip/rk3399.dtsi           |  22 ++-
 arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts |  57 +++++-
 arch/arm64/boot/dts/rockchip/rk356x.dtsi           | 218 ++++++++++++++++++++-
 12 files changed, 489 insertions(+), 27 deletions(-)