commit | 248e41002b0424f098d8776718b80669a3759e87 | [log] [tgz] |
---|---|---|
author | Claudiu Beznea <claudiu.beznea@microchip.com> | Wed Mar 08 16:39:52 2023 +0200 |
committer | Eugen Hristev <eugen.hristev@collabora.com> | Mon Mar 27 14:27:37 2023 +0300 |
tree | f803bcce6db4e828e5939a097033f22a88aff53b | |
parent | c88a925a3a58356869199381288e7ecc11a87b26 [diff] |
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>