mbox series

[GIT,PULL] Rockchip devicetree fixes for 5.1

Message ID 3810761.i4nrmJbiT5@phil
State New
Headers show
Series [GIT,PULL] Rockchip devicetree fixes for 5.1 | expand

Pull-request

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

Message

Heiko Stübner March 31, 2019, 11:17 p.m. UTC
Hi Arnd, Kevin, Olof,

please find below some fixes for Rockchip SoCs on 5.1-rc. Nothing
overly major thankfully but still somehow more than normal.

So please pull

Thanks
Heiko

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 1a96665143c355b1019ed13b927266185d2a1e4f:

  ARM: dts: rockchip: Remove #address/#size-cells from rk3288-veyron gpio-keys (2019-03-25 13:33:10 +0100)

----------------------------------------------------------------
Fixes for dtc warnings, fixes for ethernet transfers on rk3328,
sd-card related fixes on both rk3328 ans rk3288-tinker and a
regulator fix on rock64 and making ddc actually work on the
Rock PI 4 due to missing the ddc bus.

----------------------------------------------------------------
David Summers (1):
      ARM: dts: rockchip: Fix SD card detection on rk3288-tinker

Douglas Anderson (3):
      ARM: dts: rockchip: Fix gpu opp node names for rk3288
      ARM: dts: rockchip: Remove #address/#size-cells from rk3288 mipi_dsi
      ARM: dts: rockchip: Remove #address/#size-cells from rk3288-veyron gpio-keys

Ezequiel Garcia (1):
      arm64: dts: rockchip: add DDC bus on Rock Pi 4

Jonas Karlman (1):
      ARM: dts: rockchip: fix rk3288 cpu opp node reference

Leonidas P. Papadakos (1):
      arm64: dts: rockchip: fix rk3328-roc-cc gmac2io tx/rx_delay

Peter Geis (2):
      arm64: dts: rockchip: fix rk3328 rgmii high tx error rate
      arm64: dts: rockchip: fix rk3328 sdmmc0 write errors

Tomohiro Mayama (1):
      arm64: dts: rockchip: Fix vcc_host1_5v GPIO polarity on rk3328-rock64

 arch/arm/boot/dts/rk3288-tinker.dtsi              |  3 +-
 arch/arm/boot/dts/rk3288-veyron.dtsi              |  2 -
 arch/arm/boot/dts/rk3288.dtsi                     | 20 ++++----
 arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts    |  4 +-
 arch/arm64/boot/dts/rockchip/rk3328-rock64.dts    |  3 +-
 arch/arm64/boot/dts/rockchip/rk3328.dtsi          | 58 +++++++++++------------
 arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts |  1 +
 7 files changed, 44 insertions(+), 47 deletions(-)

Comments

Olof Johansson April 7, 2019, 10:15 p.m. UTC | #1
On Mon, Apr 01, 2019 at 01:17:00AM +0200, Heiko Stuebner wrote:
> Hi Arnd, Kevin, Olof,
> 
> please find below some fixes for Rockchip SoCs on 5.1-rc. Nothing
> overly major thankfully but still somehow more than normal.
> 
> So please pull
> 
> Thanks
> Heiko
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.1-rockchip-dtfixes-1
> 
> for you to fetch changes up to 1a96665143c355b1019ed13b927266185d2a1e4f:
> 
>   ARM: dts: rockchip: Remove #address/#size-cells from rk3288-veyron gpio-keys (2019-03-25 13:33:10 +0100)
> 
> ----------------------------------------------------------------
> Fixes for dtc warnings, fixes for ethernet transfers on rk3328,
> sd-card related fixes on both rk3328 ans rk3288-tinker and a
> regulator fix on rock64 and making ddc actually work on the
> Rock PI 4 due to missing the ddc bus.

Merged, thanks!


-Olof