summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/mvclock.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The ClearFog GT 8K device tree references the PP22's gate clockpatrick2020-11-061-1/+5
| | | | | | instead of the core clock, so add this one to mvclock(4) as well. ok kettenis@
* Attach mvpinctrl(4) to the Armada 3700's NB as well. As a consequencepatrick2020-05-221-24/+1
| | | | | | | | mvclock(4) cannot attach to the NB's xtal clock anymore. Instead, have mvpinctrl(4) attach the xtal clock. With this we can use the SD card detect pins on the Turris Mox. ok kettenis@
* Add support for the Armada 3720 CPU clock.kettenis2020-04-151-1/+14
| | | | ok patrick@
* Add SPI clocks.patrick2019-10-071-1/+9
| | | | ok kettenis@
* Add I2C clock gates.patrick2019-09-061-1/+7
| | | | ok kettenis@
* Add support for the Armada 3720 clocks to mvclock(4).patrick2019-04-301-7/+272
| | | | ok kettenis@
* Add clock needed to support the i2c controllers on the Marvell ARMADA 7K/8K.kettenis2018-07-241-5/+9
| | | | ok patrick@
* Add mvclock(4) a clock driver for the AP806 and CP110 blocks found on Marvellkettenis2018-03-171-0/+198
Armada 7K and 8K SoCs. ok patrick@