The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b: Linux 6.11-rc1 (2024-07-28 14:19:55 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-6.12 for you to fetch changes up to 4d06000979cda26e914552d486e5364248025fcd: arm64: dts: exynosautov920: add initial CMU clock nodes in ExynosAuto v920 (2024-08-23 09:20:52 +0200) ---------------------------------------------------------------- Samsung DTS ARM64 changes for v6.12 1. Exynos7885: Correct amount of RAM on Samsung Galaxy A8. 2. ExynosAutov9: Add new DPUM clock controller and DPUM IOMMU (SysMMU). 3. ExynosAutov920: Add initial (incomplete) clock controllers: TOP and PERIC0 controllers. 4. Google GS101: Add reboot and poweroff support. 5. Add binding headers with clock IDs for several devices, used by the DTS. ---------------------------------------------------------------- David Virag (4): arm64: dts: exynos: exynos7885-jackpotlte: Correct RAM amount to 4GB dt-bindings: clock: exynos7885: Fix duplicated binding dt-bindings: clock: exynos7885: Add CMU_TOP PLL MUX indices dt-bindings: clock: exynos7885: Add indices for USB clocks Krzysztof Kozlowski (2): Merge branch 'for-v6.12/clk-dt-bindings' into next/dt64 Merge branch 'for-v6.12/clk-dt-bindings' into next/dt64 Kwanghoon Son (3): dt-bindings: clock: exynosautov9: add dpum clock arm64: dts: exynosautov9: add dpum clock DT nodes arm64: dts: exynosautov9: Add dpum SysMMU Peter Griffin (1): arm64: dts: exynos: gs101: add syscon-poweroff and syscon-reboot nodes Sam Protsenko (1): dt-bindings: clock: exynos850: Add TMU clock Sunyeal Hong (2): dt-bindings: clock: add ExynosAuto v920 SoC CMU bindings arm64: dts: exynosautov920: add initial CMU clock nodes in ExynosAuto v920 .../bindings/clock/samsung,exynosautov9-clock.yaml | 19 ++ .../clock/samsung,exynosautov920-clock.yaml | 162 +++++++++++++++++ .../boot/dts/exynos/exynos7885-jackpotlte.dts | 2 +- arch/arm64/boot/dts/exynos/exynosautov9.dtsi | 46 +++++ arch/arm64/boot/dts/exynos/exynosautov920.dtsi | 40 +++-- arch/arm64/boot/dts/exynos/google/gs101.dtsi | 15 ++ include/dt-bindings/clock/exynos7885.h | 32 ++-- include/dt-bindings/clock/exynos850.h | 1 + include/dt-bindings/clock/samsung,exynosautov9.h | 11 ++ include/dt-bindings/clock/samsung,exynosautov920.h | 191 +++++++++++++++++++++ 10 files changed, 494 insertions(+), 25 deletions(-) create mode 100644 Documentation/devicetree/bindings/clock/samsung,exynosautov920-clock.yaml create mode 100644 include/dt-bindings/clock/samsung,exynosautov920.h