This series adds clock support for the CMU_HSI2 block. Patch[1/3]: dt-bindings: clock: exynosautov920: add hsi2 clock definitions - Adds DT binding for CMU_HSI2 and clock definitions Patch[2/3]: clk: samsung: exynosautov920: add block hsi2 clock support - Adds CMU_HSI2 clock driver support Patch[3/3]: arm64: dts: exynosautov920: add CMU_HSI2 clock DT nodes - Adds dt node for CMU_HSI2 Signed-off-by: Raghav Sharma <raghav.s@xxxxxxxxxxx> --- Changes in v2: - Added cover letter with the patches - Submit the patches as a series as they are inter-dependent as pointed by Krzysztof Kozlowski Links to v1: [1/3]: https://lore.kernel.org/all/20250509132414.3752159-1-raghav.s@xxxxxxxxxxx/ [2/3]: https://lore.kernel.org/all/20250509131210.3192208-1-raghav.s@xxxxxxxxxxx/ [3/3]: https://lore.kernel.org/all/20250509125646.2727393-1-raghav.s@xxxxxxxxxxx/ I also got warning about build failure from robot Link: https://lore.kernel.org/all/202505100814.gnMY3LoZ-lkp@xxxxxxxxx/ As the fix is just a new version of the same patch/commit, there is NO need to add following tags | Reported-by: kernel test robot <lkp@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202505100814.gnMY3LoZ-lkp@xxxxxxxxx/ So for now, not adding Reported-by: tag Raghav Sharma (3): dt-bindings: clock: exynosautov920: add hsi2 clock definitions clk: samsung: exynosautov920: add block hsi2 clock support arm64: dts: exynosautov920: add cmu_hsi2 clock DT nodes .../clock/samsung,exynosautov920-clock.yaml | 29 +++++++- .../arm64/boot/dts/exynos/exynosautov920.dtsi | 17 +++++ drivers/clk/samsung/clk-exynosautov920.c | 72 +++++++++++++++++++ .../clock/samsung,exynosautov920.h | 9 +++ 4 files changed, 125 insertions(+), 2 deletions(-) base-commit: aa94665adc28f3fdc3de2979ac1e98bae961d6ca -- 2.34.1