This series adds clock support for the CMU_M2M block.
Patch[1/3]: dt-bindings: clock: exynosautov920: add m2m clock definitions
- Adds DT binding for CMU_M2M and clock definitions
Patch[2/3]: clk: samsung: exynosautov920: add block m2m clock support
- Adds CMU_M2M clock driver support
Patch[3/3]: arm64: dts: exynosautov920: add CMU_M2M clock DT nodes
- Adds dt node for CMU_M2M
Signed-off-by: Raghav Sharma <raghav.s@samsung.com>
---
Changes in v2:
-Fixed the dt binding checks warning
Link to v1:
https://lore.kernel.org/all/20250808142146.3181062-1-raghav.s@samsung.com/
Got a comment from Krzysztof Kozlowski
Link: https://lore.kernel.org/all/f8ad7883-d879-47ce-aafc-7c5f741f3c18@kernel.org/
Raghav Sharma (3):
dt-bindings: clock: exynosautov920: add m2m clock definitions
clk: samsung: exynosautov920: add block m2m clock support
arm64: dts: exynosautov920: add cmu_m2m clock DT nodes
.../clock/samsung,exynosautov920-clock.yaml | 21 +++++++++
.../arm64/boot/dts/exynos/exynosautov920.dtsi | 13 ++++++
drivers/clk/samsung/clk-exynosautov920.c | 45 +++++++++++++++++++
.../clock/samsung,exynosautov920.h | 5 +++
4 files changed, 84 insertions(+)
base-commit: be5d4872e528796df9d7425f2bd9b3893eb3a42c
--
2.34.1