On Wed, Jan 8, 2020 at 1:00 AM Maxime Ripard maxime@cerno.tech wrote:
The backend needs to run at 300MHz to be functional. This was done so far using assigned-clocks in the device tree, but that is easy to forget, and dosen't provide any other guarantee than the rate is going to be roughly the one requested at probe time.
Therefore it's pretty fragile, so let's just use the exclusive clock API to enforce it.
Signed-off-by: Maxime Ripard maxime@cerno.tech
Reviewed-by: Chen-Yu Tsai wens@csie.org