mbox series

[GIT,PULL] Rockchip dts32 changes for 5.14

Message ID 2084346.irdbgypaU6@phil
State New
Headers show
Series [GIT,PULL] Rockchip dts32 changes for 5.14 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.14-rockchip-dts32-1

Message

Heiko Stuebner June 20, 2021, 10:33 p.m. UTC
The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.14-rockchip-dts32-1

for you to fetch changes up to 623ba75a5d6b8e196a21f3ed36d26a5f6db459ce:

  ARM: dts: rockchip: add power controller for RK322x (2021-06-13 18:25:07 +0200)

----------------------------------------------------------------
A lot of fixes related to the dt-binding yaml conversion,
power-domain additions for rk322x and rk3036 and the missing
mmc aliases move to board files on rk3066/rk3188.

----------------------------------------------------------------
Alex Bee (2):
      ARM: dts: rockchip: add power controller for RK3036
      ARM: dts: rockchip: add power controller for RK322x

Benjamin Gaignard (2):
      ARM: dts: rockchip: Fix IOMMU nodes properties on rk322x
      ARM: dts: rockchip: Remove useless interrupt-names on IOMMU node on rk3036

Elaine Zhang (3):
      ARM: dts: rockchip: Fix power-controller node names for rk3066a
      ARM: dts: rockchip: Fix power-controller node names for rk3188
      ARM: dts: rockchip: Fix power-controller node names for rk3288

Ezequiel Garcia (2):
      ARM: dts: rockchip: Fix thermal sensor cells o rk322x
      ARM: dts: rockchip: Fix the timer clocks order

Johan Jonker (10):
      ARM: dts: rockchip: fix pinctrl sleep nodename for rk3036-kylin and rk3288
      ARM: dts: rockchip: add #power-domain-cells to power domain nodes
      ARM: dts: rockchip: Remove more clock-names from PWM nodes
      ARM: dts: rockchip: rename vcc_stdby node name for rk3066a-rayeager.dts
      ARM: dts: rockchip: move and restyle grf nodes rk3066/rk3188
      ARM: dts: rockchip: move mmc aliases to board dts on rk3066/rk3188
      ARM: dts: rockchip: rename nodename for phy-rockchip-inno-usb2
      ARM: dts: rockchip: remove #phy-cells from usbphy node rk3066/rk3188
      ARM: dts: rockchip: fix supply properties in io-domains nodes
      ARM: dts: rockchip: add labels to the timer nodes on rk3066a

 arch/arm/boot/dts/rk3036-kylin.dts       |   2 +-
 arch/arm/boot/dts/rk3036.dtsi            |  51 +++++++++++-
 arch/arm/boot/dts/rk3066a-bqcurie2.dts   |   5 ++
 arch/arm/boot/dts/rk3066a-marsboard.dts  |   4 +
 arch/arm/boot/dts/rk3066a-mk808.dts      |   5 ++
 arch/arm/boot/dts/rk3066a-rayeager.dts   |   8 +-
 arch/arm/boot/dts/rk3066a.dtsi           |  67 +++++++++-------
 arch/arm/boot/dts/rk3188-bqedison2qc.dts |   6 ++
 arch/arm/boot/dts/rk3188-px3-evb.dts     |   5 ++
 arch/arm/boot/dts/rk3188-radxarock.dts   |   4 +
 arch/arm/boot/dts/rk3188.dtsi            |  69 ++++++++--------
 arch/arm/boot/dts/rk322x.dtsi            | 131 +++++++++++++++++++++++++++----
 arch/arm/boot/dts/rk3288-rock2-som.dtsi  |   2 +-
 arch/arm/boot/dts/rk3288-vyasa.dts       |   4 +-
 arch/arm/boot/dts/rk3288.dtsi            |  18 +++--
 arch/arm/boot/dts/rk3xxx.dtsi            |   5 +-
 arch/arm/boot/dts/rv1108.dtsi            |   2 +-
 17 files changed, 295 insertions(+), 93 deletions(-)