mbox series

[GIT,PULL,2/2] arm64: dts: samsung: DT64 for v5.15

Message ID 20210811085128.30103-2-krzysztof.kozlowski@canonical.com
State New
Headers show
Series [GIT,PULL,1/2] ARM: dts: samsung: DT for v5.15 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-5.15

Message

Krzysztof Kozlowski Aug. 11, 2021, 8:51 a.m. UTC
The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-5.15

for you to fetch changes up to 01c72cad790cb6cd3ccbe4c1402b6cb6c6bbffd0:

  arm64: dts: exynos: correct GIC CPU interfaces address range on Exynos7 (2021-08-09 12:36:41 +0200)

----------------------------------------------------------------
Samsung DTS ARM64 changes for v5.15

1. Add CPU topology and cache information to Exynos DTSI files.
2. Correct GIC CPU interfaces address range on Exynos7.

----------------------------------------------------------------
Alim Akhtar (2):
      arm64: dts: exynos: Add cpu cache information to Exynos7
      arm64: dts: exynos: Add cpu cache information to Exynos5433

Krzysztof Kozlowski (2):
      arm64: dts: exynos: add CPU topology to Exynos5433
      arm64: dts: exynos: correct GIC CPU interfaces address range on Exynos7

 arch/arm64/boot/dts/exynos/exynos5433.dtsi | 102 +++++++++++++++++++++++++++++
 arch/arm64/boot/dts/exynos/exynos7.dtsi    |  37 ++++++++++-
 2 files changed, 138 insertions(+), 1 deletion(-)

Comments

Arnd Bergmann Aug. 12, 2021, 9:05 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Wed, 11 Aug 2021 10:51:28 +0200, Krzysztof Kozlowski wrote:
> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
> 
>   Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-5.15
> 
> [...]

Merged into arm/dt, thanks!

merge commit: f73979109bc11a0ed26b6deeb403fb5d05676ffc

       Arnd