]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clk: rockchip: rk3288: make all niu clocks critical
authorJacob Chen <jacob-chen@iotwrt.com>
Wed, 18 Jan 2017 05:42:40 +0000 (13:42 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 22 Jan 2017 23:58:45 +0000 (00:58 +0100)
commita811498902cf4c3f6e659f9bc877a1cd1c180606
treed5e4fe72396c63446198fd9f9bfaf831d28e35f0
parentcf9790e0fcd1a2444bc72efdf6fffc6f64d82d0d
clk: rockchip: rk3288: make all niu clocks critical

NIU clocks are related to the interconnect and it's important to other blocks.
Since we don't have a driver to handle it, we should always enable it to avoid
casually close.

Make all of them critical,so that we don't have to each clock on its own
once things break.

Signed-off-by: Jacob Chen <jacob-chen@iotwrt.com>
[dropped the matching CLK_IGNORE_UNUSED flags]
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
drivers/clk/rockchip/clk-rk3288.c