mbox series

[GIT,PULL,2/2] Rockchip dts64 updates for 5.2

Message ID 21013717.BSZSu47YRi@phil
State New
Headers show
Series [GIT,PULL,1/2] Rockchip dts32 updates for 5.2 | expand

Pull-request

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

Message

Heiko Stuebner April 2, 2019, 9:05 a.m. UTC
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.2-rockchip-dts64-1

for you to fetch changes up to b4e1728232d64b8040dae9b5405cf2db7ebd4e8b:

  arm64: dts: rockchip: Decrease emmc-phy's drive impedance on rk3399-puma (2019-03-27 13:45:27 +0100)

----------------------------------------------------------------
Core new soc features are hdmi-cec for rk3328, scheduler capacity-values
and emmc cleanups for rk3399. New boards are the OrangePi (rk3399) and
NanoPi NEO4. Both the OrangePi as well as the NanoPC/Pie family also
directly got some additional features added after the boards itself.

The Rock960 family (rock960+ficus) got their power-tree cleaned to match
the schematics and also got hdmi-audio and their gpu enabled.

Mali support also got enabled on the RockPi4 and finally both
rk3328-rock64 and rk3328-roc-cc got some additional features.

----------------------------------------------------------------
Alexis Ballier (4):
      arm64: dts: rockchip: Add support for the Orange Pi RK3399 board.
      arm64: dts: rockchip: Fix clock names and add missing supplies for bluetooth on rk3399-orangepi
      arm64: dts: rockchip: Specify vid supply for the rk3399-orangepi compass (AK09911)
      arm64: dts: rockchip: Add the fusb typec manager to rk3399-orangepi

Christoph Muellner (3):
      arm64: dts: rockchip: Disable DCMDs on RK3399's eMMC controller.
      arm64: dts: rockchip: Define drive-impedance-ohm for RK3399's emmc-phy.
      arm64: dts: rockchip: Decrease emmc-phy's drive impedance on rk3399-puma

Ezequiel Garcia (2):
      arm64: dts: rockchip: enable mali on Rock Pi 4
      arm64: dts: rockchip: enable mali on rock960 boards

Jagan Teki (3):
      arm64: dts: rockchip: Add Nanopi NEO4 initial support
      arm64: dts: rockchip: Rename vcc_sys into vcc5v0_sys on rk3399-rock960
      arm64: dts: rockchip: Add 12V DCIN regulator to rk3399-ficus

Jonas Karlman (4):
      arm64: dts: rockchip: enable HDMI CEC on rk3328
      arm64: dts: rockchip: fix regulator name on rk3328-rock64
      arm64: dts: rockchip: add leds node on rk3328-rock64
      arm64: dts: rockchip: add ir-receiver node on rk3328-rock64

Katsuhiro Suzuki (2):
      arm64: dts: rockchip: add #sound-dai-cells to HDMI of rk3328
      arm64: dts: rockchip: enable hdmi audio out for rk3399-rockpro64

Leonidas P. Papadakos (2):
      arm64: dts: rockchip: give some life to the rk3328-roc-cc leds
      arm64: dts: rockchip: add rk3328-roc-cc cpu-supply entries for all cpu nodes

Marc Zyngier (1):
      arm64: dts: rockchip: Add capacity-dmips-mhz attributes to rk3399

Robin Murphy (2):
      arm64: dts: rockchip: Add PWM fan for NanoPC-T4
      arm64: dts: rockchip: Add nanopi4 ethernet phy

 .../devicetree/bindings/arm/rockchip.yaml          |   6 +
 arch/arm64/boot/dts/rockchip/Makefile              |   2 +
 arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts     |  32 +
 arch/arm64/boot/dts/rockchip/rk3328-rock64.dts     |  33 +-
 arch/arm64/boot/dts/rockchip/rk3328.dtsi           |   7 +-
 arch/arm64/boot/dts/rockchip/rk3399-nanopc-t4.dts  |  67 ++
 .../arm64/boot/dts/rockchip/rk3399-nanopi-neo4.dts |  50 ++
 arch/arm64/boot/dts/rockchip/rk3399-nanopi4.dtsi   |  27 +-
 arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts   | 790 +++++++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi      |   1 +
 arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts  |   5 +
 arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi   |  45 +-
 arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts  |   4 +
 arch/arm64/boot/dts/rockchip/rk3399.dtsi           |   8 +
 14 files changed, 1056 insertions(+), 21 deletions(-)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-nanopi-neo4.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts

Comments

Olof Johansson April 28, 2019, 7:16 p.m. UTC | #1
On Tue, Apr 02, 2019 at 11:05:53AM +0200, Heiko Stuebner wrote:
> 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.2-rockchip-dts64-1
> 
> for you to fetch changes up to b4e1728232d64b8040dae9b5405cf2db7ebd4e8b:
> 
>   arm64: dts: rockchip: Decrease emmc-phy's drive impedance on rk3399-puma (2019-03-27 13:45:27 +0100)
> 
> ----------------------------------------------------------------
> Core new soc features are hdmi-cec for rk3328, scheduler capacity-values
> and emmc cleanups for rk3399. New boards are the OrangePi (rk3399) and
> NanoPi NEO4. Both the OrangePi as well as the NanoPC/Pie family also
> directly got some additional features added after the boards itself.
> 
> The Rock960 family (rock960+ficus) got their power-tree cleaned to match
> the schematics and also got hdmi-audio and their gpu enabled.
> 
> Mali support also got enabled on the RockPi4 and finally both
> rk3328-rock64 and rk3328-roc-cc got some additional features.

Merged, thanks!


-Olof