ARM: AM33xx: Add support for Clock Synthesizer
authorLokesh Vutla <lokeshvutla@ti.com>
Mon, 16 May 2016 06:17:25 +0000 (11:47 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 27 May 2016 19:47:52 +0000 (15:47 -0400)
commit3164f3c68941a1665090bca903d56754ac36f89d
tree17b322f9953415fbb1d8f6ffba2363d087655f6a
parentd8ff4fdb103a7964a3351c0b26b256e8ba53319e
ARM: AM33xx: Add support for Clock Synthesizer

The CDCE913 and CDCEL913 devices are modular PLL-based, low cost,
high performance , programmable clock synthesizers. They generate
upto 3 output clocks from a single input frequency. Each output can
be programmed for any clock-frequency.

Adding support for the same.

Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
arch/arm/cpu/armv7/am33xx/Makefile
arch/arm/cpu/armv7/am33xx/clk_synthesizer.c [new file with mode: 0644]
arch/arm/include/asm/arch-am33xx/clk_synthesizer.h [new file with mode: 0644]