[PATCH v3 0/4] Add PERIC0/1 support for Exynos 990 and hsi2c compatible

Denzeel Oliva posted 4 patches 4 weeks ago
.../bindings/clock/samsung,exynos990-clock.yaml    |   24 +
.../devicetree/bindings/i2c/i2c-exynos5.yaml       |    1 +
arch/arm64/boot/dts/exynos/exynos990.dtsi          |   22 +
drivers/clk/samsung/clk-exynos990.c                | 1152 ++++++++++++++++++++
include/dt-bindings/clock/samsung,exynos990.h      |  176 +++
5 files changed, 1375 insertions(+)
[PATCH v3 0/4] Add PERIC0/1 support for Exynos 990 and hsi2c compatible
Posted by Denzeel Oliva 4 weeks ago
Hi,

This patch series enables the PERIC0/1 (Peripheral Connectivity)
and compatible hsi2c for Exynos990:

- PERIC0/1 feeds HSI2C, SPI and UART

Changes in v2:
- Remove other unnecessary patches not related to mainline style

Changes in v3:
- Fix compatible string ordering in bindings (alphabetical)
- Reorder device tree nodes by address as requested

Denzeel Oliva

Signed-off-by: Denzeel Oliva <wachiturroxd150@gmail.com>
---
Denzeel Oliva (4):
      dt-bindings: clock: exynos990: Add PERIC0 and PERIC1 clock units
      dt-bindings: i2c: exynos5: Add exynos990-hsi2c compatible
      clk: samsung: exynos990: Add PERIC0 and PERIC1 clock support
      arm64: dts: exynos990: Enable PERIC0 and PERIC1 clock controllers

 .../bindings/clock/samsung,exynos990-clock.yaml    |   24 +
 .../devicetree/bindings/i2c/i2c-exynos5.yaml       |    1 +
 arch/arm64/boot/dts/exynos/exynos990.dtsi          |   22 +
 drivers/clk/samsung/clk-exynos990.c                | 1152 ++++++++++++++++++++
 include/dt-bindings/clock/samsung,exynos990.h      |  176 +++
 5 files changed, 1375 insertions(+)
---
base-commit: 1b15d1010a693feaf99fe3e08271cfc72be0f9f2
change-id: 20250831-perics-usi-1295321e55cb

Best regards,
-- 
Denzeel Oliva <wachiturroxd150@gmail.com>