mbox series

[GIT,PULL] arm64: dts: uniphier: UniPhier DT updates for v5.1

Message ID CAK7LNAQOQ7KczCUP7hWWTX+9oRA3zycbBTDR7rXXkfhb0TG-Zg@mail.gmail.com
State New
Headers show
Series [GIT,PULL] arm64: dts: uniphier: UniPhier DT updates for v5.1 | expand

Pull-request

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

Message

Masahiro Yamada Feb. 15, 2019, 12:12 a.m. UTC
Hi Arnd, Olof,


Please pull UniPhier DT (64bit) updates for the v5.1 MW.

Thanks!




The following changes since commit 1c7fc5cbc33980acd13d668f1c8f0313d6ae9fd8:

  Linux 5.0-rc2 (2019-01-14 10:41:12 +1200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
tags/uniphier-dt64-v5.1

for you to fetch changes up to 519904a42ff8c2ed23651f33c256d009c656a50b:

  arm64: dts: uniphier: sort labels in the same order as in dtsi
(2019-02-15 09:04:30 +0900)

----------------------------------------------------------------
UniPhier ARM64 SoC DT updates for v5.1

- Add PCI Express controller nodes

----------------------------------------------------------------
Kunihiko Hayashi (1):
      arm64: dts: uniphier: Add PCIe host controller and PHY nodes

Masahiro Yamada (1):
      arm64: dts: uniphier: sort labels in the same order as in dtsi

 arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts |  4 +--
 arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi       | 47
++++++++++++++++++++++++++++++++++
 arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts    | 10 +++++---
 arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi       | 47
++++++++++++++++++++++++++++++++++
 4 files changed, 103 insertions(+), 5 deletions(-)

Comments

Arnd Bergmann Feb. 15, 2019, 3:20 p.m. UTC | #1
On Fri, Feb 15, 2019 at 1:13 AM Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
>
> ----------------------------------------------------------------
> UniPhier ARM64 SoC DT updates for v5.1
>
> - Add PCI Express controller nodes
>

Pulled into arm/dt, thanks!

      Arnd