mbox series

[GIT,PULL] arm64: dts: juno: updates for v5.4

Message ID 20190814172408.25995-1-sudeep.holla@arm.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] arm64: dts: juno: updates for v5.4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/juno-update-5.4

Message

Sudeep Holla Aug. 14, 2019, 5:24 p.m. UTC
Hi ARM SoC Team,

Please pull !

Regards,
Sudeep

-->8

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/juno-update-5.4

for you to fetch changes up to a24810673638d5da0336ccae5407c3fd59da14ac:

  arm64: dts: fast models: Remove clcd's max-memory-bandwidth (2019-08-05 11:44:00 +0100)

----------------------------------------------------------------
ARMv8 Juno/FVP update for v5.4

Single patch removing optional 'max-memory-bandwidth' property for CLCD
that enables to allocate and use 32bpp buffers(used on FVP for Android
development)

----------------------------------------------------------------
Kevin Brodsky (1):
      arm64: dts: fast models: Remove clcd's max-memory-bandwidth

 arch/arm64/boot/dts/arm/fvp-base-revc.dts        | 8 --------
 arch/arm64/boot/dts/arm/rtsm_ve-motherboard.dtsi | 2 --
 2 files changed, 10 deletions(-)

Comments

Arnd Bergmann Aug. 15, 2019, 12:41 p.m. UTC | #1
On Wed, Aug 14, 2019 at 7:24 PM Sudeep Holla <sudeep.holla@arm.com> wrote:
>
> The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:
>
>   Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/juno-update-5.4
>
> for you to fetch changes up to a24810673638d5da0336ccae5407c3fd59da14ac:
>
>   arm64: dts: fast models: Remove clcd's max-memory-bandwidth (2019-08-05 11:44:00 +0100)
>
> ----------------------------------------------------------------
> ARMv8 Juno/FVP update for v5.4
>
> Single patch removing optional 'max-memory-bandwidth' property for CLCD
> that enables to allocate and use 32bpp buffers(used on FVP for Android
> development)

Pulled into arm/dt, thanks!

      Arnd