Merge tag 'thead-dt-for-v6.12' of https://github.com/pdp7/linux into soc/dt
authorArnd Bergmann <arnd@arndb.de>
Tue, 3 Sep 2024 10:24:31 +0000 (10:24 +0000)
committerArnd Bergmann <arnd@arndb.de>
Tue, 3 Sep 2024 10:24:35 +0000 (10:24 +0000)
commitd846d5f1ba5cc4c80adfd1450e6752d140148c85
treeec4a13c2e8b5791c35c5d9b6394fd5e8702980e6
parent47ac09b91befbb6a235ab620c32af719f8208399
parent2d98fea7491a00dccd61fee019843b262e60f819
Merge tag 'thead-dt-for-v6.12' of https://github.com/pdp7/linux into soc/dt

T-HEAD Devicetrees for v6.12

Add SPI controller node to th1520.dtsi and enable spi0 on the BeagleV
Ahead and LicheePi 4A.

The TH1520 AP_SYS clock driver landed in v6.11 so convert multiple
peripherals like mmc and uart from fixed clocks to the clock controller.

All of these patches have been successfully tested in the latest
linux-next releases.

Signed-off-by: Drew Fustini <drew@pdp7.com>
* tag 'thead-dt-for-v6.12' of https://github.com/pdp7/linux:
  riscv: dts: thead: change TH1520 SPI node to use clock controller
  riscv: dts: thead: add clock to TH1520 gpio nodes
  riscv: dts: thead: update TH1520 dma and timer nodes to use clock controller
  riscv: dts: thead: change TH1520 mmc nodes to use clock controller
  riscv: dts: thead: change TH1520 uart nodes to use clock controller
  riscv: dts: thead: Add TH1520 AP_SUBSYS clock controller
  riscv: dts: thead: add basic spi node

Link: https://lore.kernel.org/r/ZsWs8QiVruMXjzPc@x1
Signed-off-by: Arnd Bergmann <arnd@arndb.de>