commit | 7bafd04546e081704e72c585c0bafcc18fcb575f | [log] [tgz] |
---|---|---|
author | Marek BehĂșn <marek.behun@nic.cz> | Fri Aug 17 12:58:52 2018 +0200 |
committer | Stefan Roese <sr@denx.de> | Wed Sep 19 08:59:26 2018 +0200 |
tree | a732bb0ff4123aa780e28b56caee08de6b6fe3e8 | |
parent | 19ce44cb97cc2b1186c885c6fe271b2713681c8f [diff] |
clk: armada-37xx-periph: Support changing clock parent and rate Add support for changing clock rate and parent clock for Armada 37xx peripheral clocks. Only clocks which can be disabled (.can_gate is true) can have parent or rate changed. This is needed so that Turris Mox can change SPI clock in device tree. Signed-off-by: Marek Behun <marek.behun@nic.cz> Signed-off-by: Stefan Roese <sr@denx.de>