mbox series

[GIT,PULL,1/3] arm64: dts: samsung: dts64 for v6.4

Message ID 20230405080438.156805-1-krzysztof.kozlowski@linaro.org
State New
Headers show
Series [GIT,PULL,1/3] arm64: dts: samsung: dts64 for v6.4 | expand

Pull-request

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

Message

Krzysztof Kozlowski April 5, 2023, 8:04 a.m. UTC
The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 5f67124757464d632f0e5288e0ba48e3ff5531a9:

  arm64: dts: exynos: add mmc aliases (2023-03-17 13:45:02 +0100)

----------------------------------------------------------------
Samsung DTS ARM64 changes for v6.4

1. Exynos850: add headers with AUD, G3D and HSI clock controller clock
   IDs. Add G3D (GPU) clock controller node.
2. Exynos5433: fixes for dtbs_check: move MIPI phy to PMU node.
3. Drop old MSHC aliases (while adding proper mmc-ddr-1_8v which was
   selected by the driver based on the MSHC alias) and add generic MMC
   aliases in each board.  The aliases match known numbering in
   the schematics.

----------------------------------------------------------------
Henrik Grimler (2):
      arm64: dts: exynos: drop mshc aliases
      arm64: dts: exynos: add mmc aliases

Krzysztof Kozlowski (1):
      arm64: dts: exynos: move MIPI phy to PMU node in Exynos5433

Sam Protsenko (3):
      dt-bindings: clock: exynos850: Add Exynos850 CMU_G3D
      dt-bindings: clock: exynos850: Add AUD and HSI main gate clocks
      arm64: dts: exynos: Add CMU_G3D node for Exynos850 SoC

 .../bindings/clock/samsung,exynos850-clock.yaml    | 19 +++++++++++++++
 .../boot/dts/exynos/exynos5433-tm2-common.dtsi     |  5 ++--
 arch/arm64/boot/dts/exynos/exynos5433.dtsi         | 19 +++++++--------
 arch/arm64/boot/dts/exynos/exynos7-espresso.dts    |  5 ++--
 .../boot/dts/exynos/exynos7885-jackpotlte.dts      |  1 +
 arch/arm64/boot/dts/exynos/exynos850.dtsi          |  9 +++++++
 include/dt-bindings/clock/exynos850.h              | 28 +++++++++++++++++++---
 7 files changed, 69 insertions(+), 17 deletions(-)