commit | 51a70dbf689c913ad6e8efc6917aa669bd57d339 | [log] [tgz] |
---|---|---|
author | Heiko Stuebner <heiko@sntech.de> | Tue Dec 12 22:49:11 2017 +0100 |
committer | Heiko Stuebner <heiko@sntech.de> | Mon Feb 12 15:00:50 2018 +0100 |
tree | d8bd6c12931331dfdf5d559db31c0b2ff1ed3334 | |
parent | 1d334427c924b849d590ea1aea4adaaa43c5fa7f [diff] |
clk: rockchip: protect all remaining rk3328 interconnect clocks NIU clocks are supplying the interconnect connections to specific peripherals and are currently not controlled in any way. So to prevent things falling apart at strange moments, mark all niu clocks as critical. Most of them where marked as CLK_IGNORE_UNUSED, but that doesn't help if a parent clock then gets disabled. Signed-off-by: Heiko Stuebner <heiko@sntech.de>