]> git.baikalelectronics.ru Git - uboot.git/commit
clk: at91: pmc: export clock setup to pmc
authorClaudiu Beznea <claudiu.beznea@microchip.com>
Wed, 8 Mar 2023 14:39:52 +0000 (16:39 +0200)
committerEugen Hristev <eugen.hristev@collabora.com>
Mon, 27 Mar 2023 11:27:37 +0000 (14:27 +0300)
commitf8d84c6cde2464b0169c7f0f523af30f5626aa7a
treef803bcce6db4e828e5939a097033f22a88aff53b
parent89262bc67d3799016a9e3c13f0bfe246099a04e2
clk: at91: pmc: export clock setup to pmc

Clock setup was intended for setting clocks at boot time on SAMA7G5,
e.g. for root clocks like PLLs, that were used to feed IPs needed alive
in u-boot (e.g. Ethernet clock feed by a PLL). Export this functionality
to all at91 clocks as it may be necessary on other SoCs.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
drivers/clk/at91/pmc.c
drivers/clk/at91/pmc.h
drivers/clk/at91/sama7g5.c