mbox series

[0/4] Introduce clock support for Airoha EN7581 SoC

Message ID cover.1712160869.git.lorenzo@kernel.org (mailing list archive)
Headers show
Series Introduce clock support for Airoha EN7581 SoC | expand

Message

Lorenzo Bianconi April 3, 2024, 4:20 p.m. UTC
This series is based on the following series:
https://patchwork.kernel.org/project/linux-arm-kernel/cover/cover.1709975956.git.lorenzo@kernel.org/

Lorenzo Bianconi (4):
  dt-bindings: clock: airoha: add EN7581 binding
  arm64: dts: airoha: Add EN7581 clock node
  clk: en7523: make pcie clk_ops accessible through of_device_id struct
  clk: en7523: add EN7581 support

 .../bindings/clock/airoha,en7523-scu.yaml     |  26 ++-
 arch/arm64/boot/dts/airoha/en7581.dtsi        |   9 +
 drivers/clk/clk-en7523.c                      | 155 ++++++++++++++++--
 3 files changed, 171 insertions(+), 19 deletions(-)