mbox

[GIT,PULL] arm64: dts: uniphier: UniPhier DT updates (64bit) for v4.10

Message ID CAK7LNASgYKnhpRM4jj1oHagK=MvO71QnbnaSr=Gt+hkV+6vxXg@mail.gmail.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git

Message

Masahiro Yamada Nov. 5, 2016, 3:25 p.m. UTC
Hi Arnd, Olof,

Here are UniPhier DT (64bit) updates for the v4.10 merge window.
Please pull!


The following changes since commit a909d3e636995ba7c349e2ca5dbb528154d4ac30:

  Linux 4.9-rc3 (2016-10-29 13:52:02 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
tags/uniphier-dt64-v4.10

for you to fetch changes up to fb28cef06a9065748fbc6949dd7fca3c320c8e0d:

  arm64: dts: uniphier: make compatible of syscon nodes SoC-specific
(2016-11-05 23:30:11 +0900)

----------------------------------------------------------------
UniPhier ARM64 SoC DT updates for v4.10

- Switch CPU enable-method from spin-table to PSCI
- Add OPP tables to support generic cpufreq driver
- Misc fixes

----------------------------------------------------------------
Masahiro Yamada (5):
      arm64: dts: uniphier: switch over to PSCI enable method
      arm64: dts: uniphier: increase register region size of sysctrl node
      arm64: dts: uniphier: add CPU clock and OPP table for LD11 SoC
      arm64: dts: uniphier: add CPU clocks and OPP tables for LD20 SoC
      arm64: dts: uniphier: make compatible of syscon nodes SoC-specific

 arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi |  59 ++++++++++--
 arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | 111 +++++++++++++++++++---
 2 files changed, 148 insertions(+), 22 deletions(-)

Comments

Arnd Bergmann Nov. 25, 2016, 11:04 p.m. UTC | #1
On Sunday, November 6, 2016 12:25:15 AM CET Masahiro Yamada wrote:
> UniPhier ARM64 SoC DT updates for v4.10
> 
> - Switch CPU enable-method from spin-table to PSCI
> - Add OPP tables to support generic cpufreq driver
> - Misc fixes
> 
> 

I don't see an email from Olof about merging this one,
for reference I have verified that he put it into the next/dt64
branch on Nov 17.

	Arnd