mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-25 21:54:06 +08:00
clk: rockchip: add hclk_cpubus to the list of rk3188 critical clocks
hclk_cpubus needs to keep running because it is needed for devices like
the rom, i2s0 or spdif to be accessible via cpu. Without that all
accesses to devices (readl/writel) return wrong data. So add it
to the list of critical clocks.
Fixes: 78eaf6095c
("clk: rockchip: disable unused clocks")
Signed-off-by: Alexander Kochetkov <al.kochet@gmail.com>
Cc: stable@vger.kernel.org # 4.1.x-
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
2c41b5a775
commit
e8b63288b3
@ -748,6 +748,7 @@ static const char *const rk3188_critical_clocks[] __initconst = {
|
|||||||
"hclk_peri",
|
"hclk_peri",
|
||||||
"pclk_cpu",
|
"pclk_cpu",
|
||||||
"pclk_peri",
|
"pclk_peri",
|
||||||
|
"hclk_cpubus"
|
||||||
};
|
};
|
||||||
|
|
||||||
static void __init rk3188_common_clk_init(struct device_node *np)
|
static void __init rk3188_common_clk_init(struct device_node *np)
|
||||||
|
Loading…
Reference in New Issue
Block a user