commit | 12e3faa22d5a0a49918a68bf0555c30150dbadb6 | [log] [tgz] |
---|---|---|
author | Samuel Holland <samuel@sholland.org> | Sun Sep 12 11:48:43 2021 -0500 |
committer | Andre Przywara <andre.przywara@arm.com> | Mon Oct 11 10:46:44 2021 +0100 |
tree | 9bddefc0059714ceaa09d1584ca7a149d3b1bc9b | |
parent | 4515816762b97403c47c3639d535e493ada7f98e [diff] |
clk: sunxi: Move header out of arch directory The CCU header is only used by the DM drivers, not any platform code. Its current location adds an artificial dependency on CONFIG_ARM and ARCH_SUNXI, which will be problematic when adding the CCU driver for a RISC-V sunxi platform. Signed-off-by: Samuel Holland <samuel@sholland.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Signed-off-by: Andre Przywara <andre.przywara@arm.com>