mbox series

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

Message ID CAK7LNAQKmSUkXtJOOcr1q8b_yTU_NRcgCvDAo8aZ+CkOXGTWNA@mail.gmail.com (mailing list archive)
State Queued, archived
Commit aa38571246c6ac279ebebd141157297bcb959d76
Headers show
Series [GIT,PULL] arm64: dts: uniphier: UniPhier DT updates for v5.3 | expand

Pull-request

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

Message

Masahiro Yamada June 25, 2019, 3:21 p.m. UTC
Hi Arnd, Olof,

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

Thanks.


The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

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

for you to fetch changes up to aa38571246c6ac279ebebd141157297bcb959d76:

  arm64: dts: uniphier: add reserved-memory for secure memory
(2019-06-26 00:08:47 +0900)

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

- Migrate to the new binding for the Denali NAND controller

- Use reserved-memory node instead of /memreserve/ for the
  secure memory area

----------------------------------------------------------------
Masahiro Yamada (2):
      arm64: dts: uniphier: update to new Denali NAND binding
      arm64: dts: uniphier: add reserved-memory for secure memory

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

Comments

Olof Johansson June 27, 2019, 2:22 a.m. UTC | #1
On Wed, Jun 26, 2019 at 12:21:42AM +0900, Masahiro Yamada wrote:
> Hi Arnd, Olof,
> 
> Please pull UniPhier DT updates (64bit) for the v5.3 MW.
> 
> Thanks.
> 
> 
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
> tags/uniphier-dt64-v5.3
> 
> for you to fetch changes up to aa38571246c6ac279ebebd141157297bcb959d76:
> 
>   arm64: dts: uniphier: add reserved-memory for secure memory
> (2019-06-26 00:08:47 +0900)
> 
> ----------------------------------------------------------------
> UniPhier ARM64 SoC DT updates for v5.3
> 
> - Migrate to the new binding for the Denali NAND controller
> 
> - Use reserved-memory node instead of /memreserve/ for the
>   secure memory area

Merged, thanks!


-Olof