mbox series

[GIT,PULL] Rockchip dts fixes for 5.10

Message ID 11641389.O9o76ZdvQC@phil (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Rockchip dts fixes for 5.10 | expand

Pull-request

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

Message

Heiko Stübner Nov. 22, 2020, 1:33 p.m. UTC
Hi Arnd, Kevin, Olof,

please find below some Rockchip devicetree fixes for the 5.10 cycle.
Please pull!

Thanks
Heiko

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 7327c8b98e2e14c47021eea14d1ab268086a6408:

  arm64: dts: rockchip: Reorder LED triggers from mmc devices on rk3399-roc-pc. (2020-11-08 01:34:53 +0100)

----------------------------------------------------------------
Fixed ordering for MMC devices on rk3399, due to a mmc change jumbling
all ordering, a fix to make the Odroig Go Advance actually power down
and using the correct clock name on the NanoPi R2S.

----------------------------------------------------------------
David Bauer (1):
      arm64: dts: rockchip: fix NanoPi R2S GMAC clock name

Maciej Matuszczyk (1):
      arm64: dts: rockchip: Remove system-power-controller from pmic on Odroid Go Advance

Markus Reichl (2):
      arm64: dts: rockchip: Assign a fixed index to mmc devices on rk3399 boards.
      arm64: dts: rockchip: Reorder LED triggers from mmc devices on rk3399-roc-pc.

 arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts | 1 -
 arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts | 2 +-
 arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi    | 4 ++--
 arch/arm64/boot/dts/rockchip/rk3399.dtsi           | 3 +++
 4 files changed, 6 insertions(+), 4 deletions(-)

Comments

Arnd Bergmann Nov. 23, 2020, 4:49 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Sun, 22 Nov 2020 14:33:05 +0100, Heiko Stuebner wrote:
> please find below some Rockchip devicetree fixes for the 5.10 cycle.
> Please pull!
> 
> Thanks
> Heiko
> 
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
> [...]

Merged into arm/fixes, thanks!

merge commit: 4765df4d3a132764077a83ed0df4ee4cc7866fbb

       Arnd