mbox series

[GIT,PULL] Qualcomm ARM64 DT Fixes for 5.0-rc8

Message ID 1551245889-15219-1-git-send-email-andy.gross@linaro.org
State New
Headers show
Series [GIT,PULL] Qualcomm ARM64 DT Fixes for 5.0-rc8 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-fixes-for-5.0-rc8

Message

Andy Gross Feb. 27, 2019, 5:38 a.m. UTC
Arnd/Olof/Kevin,

I know this is late, but can you apply this single patch to fix boot issues on
MSM8998 platforms?

Thanks,

Andy

The following changes since commit 2a81efb0de0e33f2d2c83154af0bd3ce389b3269:

  arm64: dts: add msm8996 compatible to gicv3 (2019-01-24 21:16:16 -0600)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-fixes-for-5.0-rc8

for you to fetch changes up to 6e53330909672bd9a8c9f826e989a5945d9d9fdf:

  arm64: dts: qcom: msm8998: Extend TZ reserved memory area (2019-02-26 23:32:11 -0600)

----------------------------------------------------------------
Qualcomm ARM64 Fixes for 5.0-rc8

* Fix TZ memory area size to avoid crashes during boot

----------------------------------------------------------------
Andy Gross (1):
      Merge tag 'qcom-fixes-for-5.0-rc3' into fixes-for-5.0-rc8

Marc Gonzalez (1):
      arm64: dts: qcom: msm8998: Extend TZ reserved memory area

 arch/arm64/boot/dts/qcom/msm8998.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Arnd Bergmann March 1, 2019, 2:08 p.m. UTC | #1
On Wed, Feb 27, 2019 at 6:38 AM Andy Gross <andy.gross@linaro.org> wrote:
>
> Arnd/Olof/Kevin,
>
> I know this is late, but can you apply this single patch to fix boot issues on
> MSM8998 platforms?
>


Pulled into arm/fixes, thanks!

      Arnd