mbox series

[GIT,PULL,2/2] Rockchip dts64 updates for 4.15 part2

Message ID 1575518.sQZnmpGzTX@phil
State New
Headers show
Series [GIT,PULL,1/2] Rockchip dts32 updates for 4.15 part2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.15-rockchip-dts64-2

Message

Heiko Stuebner Nov. 4, 2017, 8:23 p.m. UTC
The following changes since commit d85438991874205467f9739d5f3ee771245b4754:

  arm64: dts: rockchip: enable cec pin for rk3399 firefly (2017-10-15 14:11:32 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.15-rockchip-dts64-2

for you to fetch changes up to 6f8c539313d884f4715b328e1ce4a3987649b97e:

  arm64: dts: rockchip: add efuse for RK3368 SoCs (2017-10-24 15:25:27 +0200)

----------------------------------------------------------------
Support for the RGA (raster graphics accelerator) on rk3399
and efuses on rk3368.

----------------------------------------------------------------
Heiko Stuebner (2):
      clk: rockchip: add more rk3188 graphics clock ids
      Merge branch 'v4.15-shared/clkids' into v4.15-armsoc/dts64

Jacob Chen (1):
      arm64: dts: rockchip: add RGA device node for RK3399

Romain Perier (2):
      clk: rockchip: add clock id for PCLK_EFUSE256 of RK3368 SoCs
      arm64: dts: rockchip: add efuse for RK3368 SoCs

 arch/arm64/boot/dts/rockchip/rk3368.dtsi      | 16 ++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3399.dtsi      | 11 +++++++++++
 include/dt-bindings/clock/rk3188-cru-common.h |  9 +++++++--
 include/dt-bindings/clock/rk3368-cru.h        |  1 +
 4 files changed, 35 insertions(+), 2 deletions(-)

Comments

Arnd Bergmann Nov. 7, 2017, 3:26 p.m. UTC | #1
On Sat, Nov 4, 2017 at 9:23 PM, Heiko Stuebner <heiko@sntech.de> wrote:
> The following changes since commit d85438991874205467f9739d5f3ee771245b4754:
>
>   arm64: dts: rockchip: enable cec pin for rk3399 firefly (2017-10-15 14:11:32 +0200)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.15-rockchip-dts64-2
>
> for you to fetch changes up to 6f8c539313d884f4715b328e1ce4a3987649b97e:
>
>   arm64: dts: rockchip: add efuse for RK3368 SoCs (2017-10-24 15:25:27 +0200)
>
> ----------------------------------------------------------------
> Support for the RGA (raster graphics accelerator) on rk3399
> and efuses on rk3368.

Pulled into next/dt, thanks!

      Arnd