Raspberry Pi DT clocks series
Eric Anholt
eric at anholt.net
Mon May 18 12:43:32 PDT 2015
Here's a series to add a real clock provider on Raspberry Pi.
Previously, we've been using a mix of fixed clocks from clk-bcm2835.c
(though some of them failed to get used by their intended consumers),
and fixed-clock nodes in the DT.
This driver gives us the ability to enable/disable our clocks, and
also lets us get and set frequency values. This will let us build a
cpufreq driver (Andrea Merello has done some work on this front, and
has a couple of options available), and get correct frequencies on the
Raspberry Pi 2 without hardcoding new values.
This branch can be found at:
https://github.com/anholt/linux/tree/rpi-dt-clocks
which also has a patch for the MMC clock which is not included yet due
to a bug in the sdhci driver. The series applies on top of
rpi-mailbox, whose code is currently out for review:
http://lists.infradead.org/pipermail/linux-rpi-kernel/2015-May/001762.html
More information about the linux-rpi-kernel
mailing list