clk: Add support for Arm's Versatile Express OSC clock generators
authorLiviu Dudau <Liviu.Dudau@foss.arm.com>
Mon, 17 Sep 2018 16:50:00 +0000 (17:50 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 30 Sep 2018 17:00:34 +0000 (13:00 -0400)
commita71e907c4dbeee69b9b70e266ccc1e7d760ef9c1
treef8da2787864e733e7de48114c644aeed57bb2765
parentd71b029d1d178fb2e1cdb63ae5f45d10f90acca6
clk: Add support for Arm's Versatile Express OSC clock generators

The Arm Versatile Express and Juno development boards contain an
OSC clock generator that can be accessed through the Versatile
Express config bus. The generators are quite often being controlled
by some MCU and the config bus offers a uniform way of exposing them.

Signed-off-by: Liviu Dudau <liviu.dudau@foss.arm.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
drivers/clk/Kconfig
drivers/clk/Makefile
drivers/clk/clk_vexpress_osc.c [new file with mode: 0644]