u-boot-brain/drivers/clk/at91
Wenyou Yang e7c831543a clk: at91: utmi: Set the reference clock frequency
By default, it is assumed that the UTMI clock is generated from
a 12 MHz reference clock (MAINCK). If it's not the case, the FREQ
field of the SFR_UTMICKTRIM has to be updated to generate the UTMI
clock in the proper way.

The UTMI clock has a fixed rate of 480 MHz. In fact, there is no
multiplier we can configure. The multiplier is managed internally,
depending on the reference clock frequency, to achieve the target
of 480 MHz.

The patch is cloned from the patch of mailing-list:
	[PATCH v2] clk: at91: utmi: set the mainck rate

Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>
[trini: Depend on SPL_DM]
Signed-off-by: Tom Rini <trini@konsulko.com>
2017-09-14 16:02:29 -04:00
..
clk-generated.c dm: Use dm.h header when driver mode is used 2017-06-01 06:57:52 -06:00
clk-h32mx.c dm: Use dm.h header when driver mode is used 2017-06-01 06:57:52 -06:00
clk-main.c dm: Use dm.h header when driver mode is used 2017-06-01 06:57:52 -06:00
clk-master.c dm: Use dm.h header when driver mode is used 2017-06-01 06:57:52 -06:00
clk-peripheral.c dm: Use dm.h header when driver mode is used 2017-06-01 06:57:52 -06:00
clk-plla.c dm: Use dm.h header when driver mode is used 2017-06-01 06:57:52 -06:00
clk-slow.c dm: Use dm.h header when driver mode is used 2017-06-01 06:57:52 -06:00
clk-system.c dm: Use dm.h header when driver mode is used 2017-06-01 06:57:52 -06:00
clk-utmi.c clk: at91: utmi: Set the reference clock frequency 2017-09-14 16:02:29 -04:00
Kconfig clk: at91: utmi: Set the reference clock frequency 2017-09-14 16:02:29 -04:00
Makefile clk: at91: Add clock driver 2016-08-15 22:12:00 +02:00
pmc.c clk: Modify xlate() method for livetree 2017-06-01 07:03:14 -06:00
pmc.h clk: at91: utmi: Set the reference clock frequency 2017-09-14 16:02:29 -04:00
sckc.c dm: Use dm.h header when driver mode is used 2017-06-01 06:57:52 -06:00