mbox series

[v1,0/3] Add initialization of clock for StarFive JH7110 SoC

Message ID 20230526062529.46747-1-william.qiu@starfivetech.com (mailing list archive)
Headers show
Series Add initialization of clock for StarFive JH7110 SoC | expand

Message

William Qiu May 26, 2023, 6:25 a.m. UTC
Hi,

This patchset adds initial rudimentary support for the StarFive
Quad SPI controller driver. And this driver will be used in
StarFive's VisionFive 2 board. In 6.4, the QSPI_AHB and QSPI_APB
clocks changed from the default ON state to the default OFF state,
so these clocks need to be enabled in the driver.At the same time,
dts patch is added to this series.

The patch series is based on v6.4rc3.

William Qiu (3):
  dt-bindings: qspi: cdns,qspi-nor: Add clocks for StarFive JH7110 SoC
  spi: cadence-quadspi: Add clock configuration for StarFive JH7110 QSPI
  riscv: dts: starfive: Add QSPI controller node for StarFive JH7110 SoC

 .../bindings/spi/cdns,qspi-nor.yaml           | 15 +++++++--
 .../jh7110-starfive-visionfive-2.dtsi         | 32 +++++++++++++++++++
 arch/riscv/boot/dts/starfive/jh7110.dtsi      | 18 +++++++++++
 drivers/spi/spi-cadence-quadspi.c             | 27 ++++++++++++++++
 4 files changed, 89 insertions(+), 3 deletions(-)

--
2.34.1