]> asedeno.scripts.mit.edu Git - linux.git/commit
clk: rockchip: fix hclk_vio_niu on rk3328
authorHeiko Stuebner <heiko@sntech.de>
Sun, 10 Dec 2017 19:03:19 +0000 (20:03 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 12 Feb 2018 14:00:41 +0000 (15:00 +0100)
commita377f681324a33bfa58ab88f7bb894cf515b2489
treedfdfdd03ea22036973a1f871b68408ab165d3cf5
parent7928b2cbe55b2a410a0f5c1f154610059c57b1b2
clk: rockchip: fix hclk_vio_niu on rk3328

The clock wrongly was called hclk_vio and exported, while it actually is
a clock of the interconnect-vio connection and should therefore be always
on till we actually model the interconnect.

So fix that and don't export it as HCLK_VIO.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
drivers/clk/rockchip/clk-rk3328.c