clk: rockchip: protect all remaining rk3328 interconnect clocks
authorHeiko Stuebner <heiko@sntech.de>
Tue, 12 Dec 2017 21:49:11 +0000 (22:49 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 12 Feb 2018 14:00:50 +0000 (15:00 +0100)
commit51a70dbf689c913ad6e8efc6917aa669bd57d339
treed8bd6c12931331dfdf5d559db31c0b2ff1ed3334
parent1d334427c924b849d590ea1aea4adaaa43c5fa7f
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>
drivers/clk/rockchip/clk-rk3328.c