[PATCH v3 0/4] Add clock support for CMU_HSI2
Raghav Sharma
raghav.s at samsung.com
Thu May 29 04:26:36 PDT 2025
This series sorts clock yaml and adds clock support for the CMU_HSI2 block.
Patch[1/4]: dt-bindings: clock: exynosautov920: sort clock definitions
- Sorts the compatible strings for clocks
Patch[2/4]: dt-bindings: clock: exynosautov920: add hsi2 clock definitions
- Adds DT binding for CMU_HSI2 and clock definitions
Patch[3/4]: clk: samsung: exynosautov920: add block hsi2 clock support
- Adds CMU_HSI2 clock driver support
Patch[4/4]: arm64: dts: exynosautov920: add CMU_HSI2 clock DT nodes
- Adds dt node for CMU_HSI2
Signed-off-by: Raghav Sharma <raghav.s at samsung.com>
---
Changes in v3:
- Added a patch to sort the compatible strings for clock definitions
in yaml, as pointed by Krzysztof Kozlowski
Link to v2: https://lore.kernel.org/all/20250514100214.2479552-1-raghav.s@samsung.com/
Got a comment from Krzysztof Kozlowski
Link: https://lore.kernel.org/all/20250521-resourceful-majestic-octopus-cfaad1@kuoka/
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@samsung.com/
[2/3]: https://lore.kernel.org/all/20250509131210.3192208-1-raghav.s@samsung.com/
[3/3]: https://lore.kernel.org/all/20250509125646.2727393-1-raghav.s@samsung.com/
Raghav Sharma (4):
dt-bindings: clock: exynosautov920: sort clock definitions
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 | 37 ++++++++--
.../arm64/boot/dts/exynos/exynosautov920.dtsi | 17 +++++
drivers/clk/samsung/clk-exynosautov920.c | 72 +++++++++++++++++++
.../clock/samsung,exynosautov920.h | 9 +++
4 files changed, 129 insertions(+), 6 deletions(-)
base-commit: 3be1a7a31fbda82f3604b6c31e4f390110de1b46
--
2.34.1
More information about the linux-arm-kernel
mailing list