mbox series

[GIT,PULL] Rockchip dts fixes for 5.11

Message ID 5429065.DvuYhMxLoT@phil
State New
Headers show
Series [GIT,PULL] Rockchip dts fixes for 5.11 | expand

Pull-request

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

Message

Heiko Stuebner Jan. 28, 2021, 8:32 a.m. UTC
Hi Arnd, Kevin, Olof,

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

Thanks
Heiko

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 74532de460ec664e5a725507d1b59aa9e4d40776:

  arm64: dts: rockchip: Disable display for NanoPi R2S (2021-01-26 00:10:21 +0100)

----------------------------------------------------------------
Wrong irq number on px30 and cleanups of stuff on rk3399 regarding
wrongly used dt properties and parts that shouldn't be enabled.

----------------------------------------------------------------
Johan Jonker (1):
      arm64: dts: rockchip: remove interrupt-names property from rk3399 vdec node

Marc Zyngier (1):
      arm64: dts: rockchip: Fix PCIe DT properties on rk3399

Robin Murphy (1):
      arm64: dts: rockchip: Disable display for NanoPi R2S

Sandy Huang (1):
      arm64: dts: rockchip: fix vopl iommu irq on px30

Simon South (1):
      arm64: dts: rockchip: Use only supported PCIe link speed on Pinebook Pro

 arch/arm64/boot/dts/rockchip/px30.dtsi               | 2 +-
 arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts   | 4 ++++
 arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts | 1 -
 arch/arm64/boot/dts/rockchip/rk3399.dtsi             | 3 +--
 4 files changed, 6 insertions(+), 4 deletions(-)

Comments

Arnd Bergmann Jan. 30, 2021, 11:30 a.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Thu, 28 Jan 2021 09:32:05 +0100, Heiko Stuebner wrote:
> please find below some Rockchip devicetree fixes for the 5.11 cycle.
> Please pull!
> 
> Thanks
> Heiko
> 
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
> [...]

Merged into arm/fixes, thanks!

merge commit: f2d514b4f428265e418e8fb46adebeb6c0717131

       Arnd