mbox series

[GIT,PULL,2/2] arm64: dts: samsung: for v6.1

Message ID 20220909150849.820523-2-krzysztof.kozlowski@linaro.org (mailing list archive)
State Accepted
Commit 2c12f88cef398ebf63db96906cae086b727745c0
Headers show
Series [GIT,PULL,1/2] Samsung SoC driver for v6.1 | expand

Pull-request

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

Message

Krzysztof Kozlowski Sept. 9, 2022, 3:08 p.m. UTC
Hi,

The clock binding headers are also shared with clk tree (via earlier pull
request).

Best regards,
Krzysztof


The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

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

for you to fetch changes up to dfce69c8520592f1a20619050e6ded6275e9f25f:

  dt-bindings: serial: samsung: add exynosautov9-uart compatible (2022-08-25 09:47:56 +0300)

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

1. Add binding headers for several Exynos850 and ExynosAutov9 clocks.
2. ExynosAutov9: Add FSYS clock controller nodes.
3. ExynosAutov9: Document serial compatible (used in DTS).
4. Exynos850: Add Audio, IS, MFC clock controllers. Add IOMMU nodes.

----------------------------------------------------------------
Chanho Park (6):
      dt-bindings: clock: exynosautov9: correct clock numbering of peric0/c1
      dt-bindings: clock: exynosautov9: add fys0 clock definitions
      dt-bindings: clock: exynosautov9: add fsys1 clock definitions
      dt-bindings: clock: exynosautov9: add schema for cmu_fsys0/1
      arm64: dts: exynosautov9: add fsys0/1 clock DT nodes
      dt-bindings: serial: samsung: add exynosautov9-uart compatible

Sam Protsenko (5):
      dt-bindings: clock: exynos850: Add Exynos850 CMU_AUD
      dt-bindings: clock: exynos850: Add Exynos850 CMU_IS
      dt-bindings: clock: exynos850: Add Exynos850 CMU_MFCMSCL
      arm64: dts: exynos: Add CMU_AUD, CMU_IS and CMU_MFCMSCL for Exynos850
      arm64: dts: exynos: Add SysMMU nodes for Exynos850

 .../bindings/clock/samsung,exynos850-clock.yaml    |  69 +++++++++++
 .../bindings/clock/samsung,exynosautov9-clock.yaml |  44 +++++++
 .../devicetree/bindings/serial/samsung_uart.yaml   |   5 +-
 arch/arm64/boot/dts/exynos/exynos850.dtsi          |  83 +++++++++++++
 arch/arm64/boot/dts/exynos/exynosautov9.dtsi       |  28 +++++
 include/dt-bindings/clock/exynos850.h              | 136 ++++++++++++++++++++-
 include/dt-bindings/clock/samsung,exynosautov9.h   | 128 ++++++++++++++-----
 7 files changed, 461 insertions(+), 32 deletions(-)