mbox series

[GIT,PULL,2/3] Rockchip dts64 updates for 5.3 round 1

Message ID 12386546.HbqOaVNIXM@phil (mailing list archive)
State Queued, archived
Commit 45fa7c3838715b34ccea661e4b7b261d91668b17
Headers show
Series [GIT,PULL,1/3] Rockchip dts32 updates for 5.3 round 1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.3-rockchip-dts64-1

Message

Heiko Stuebner June 11, 2019, 8:54 a.m. UTC
The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.3-rockchip-dts64-1

for you to fetch changes up to 45fa7c3838715b34ccea661e4b7b261d91668b17:

  arm64: dts: rockchip: add WiFi+BT support on ROCK Pi4 board (2019-06-04 15:38:54 +0200)

----------------------------------------------------------------
PCIe for rockpro64, wifi+bt for Rock-PI4, spi for Rock960 family
and a fix for the yet unused isp-iommus.

----------------------------------------------------------------
Akash Gajjar (1):
      arm64: dts: rockchip: add WiFi+BT support on ROCK Pi4 board

Helen Koike (1):
      arm64: dts: rockchip: fix isp iommu clocks and power domain

Katsuhiro Suzuki (1):
      arm64: dts: rockchip: add PCIe nodes on rk3399-rockpro64

Manivannan Sadhasivam (2):
      arm64: dts: rockchip: Enable SPI0 and SPI4 on Rock960
      arm64: dts: rockchip: Enable SPI1 on Ficus

 arch/arm64/boot/dts/rockchip/rk3399-ficus.dts     |  6 ++
 arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts | 97 +++++++++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3399-rock960.dts   | 10 +++
 arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts | 18 +++++
 arch/arm64/boot/dts/rockchip/rk3399.dtsi          |  8 +-
 5 files changed, 135 insertions(+), 4 deletions(-)

Comments

Olof Johansson June 19, 2019, 1:22 p.m. UTC | #1
On Tue, Jun 11, 2019 at 10:54:49AM +0200, Heiko Stuebner wrote:
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.3-rockchip-dts64-1
> 
> for you to fetch changes up to 45fa7c3838715b34ccea661e4b7b261d91668b17:
> 
>   arm64: dts: rockchip: add WiFi+BT support on ROCK Pi4 board (2019-06-04 15:38:54 +0200)
> 
> ----------------------------------------------------------------
> PCIe for rockpro64, wifi+bt for Rock-PI4, spi for Rock960 family
> and a fix for the yet unused isp-iommus.
> 
> ----------------------------------------------------------------
> Akash Gajjar (1):
>       arm64: dts: rockchip: add WiFi+BT support on ROCK Pi4 board
> 
> Helen Koike (1):
>       arm64: dts: rockchip: fix isp iommu clocks and power domain
> 
> Katsuhiro Suzuki (1):
>       arm64: dts: rockchip: add PCIe nodes on rk3399-rockpro64
> 
> Manivannan Sadhasivam (2):
>       arm64: dts: rockchip: Enable SPI0 and SPI4 on Rock960
>       arm64: dts: rockchip: Enable SPI1 on Ficus

Merged, thanks!


-Olof