Commit f9c0d140 authored by Mark yao's avatar Mark yao Committed by Mike Turquette

clk: rockchip: rk3288: fix softreset register count

The rk3288 actually has 12 softresets, so fix the register count.
Signed-off-by: default avatarMark yao <mark.yao@rock-chips.com>
Reviewed-by: default avatarHeiko Stuebner <heiko@sntech.de>
Reviewed-by: default avatarDoug Anderson <dianders@chromium.org>
Signed-off-by: default avatarMike Turquette <mturquette@linaro.org>
parent 4b47c3f5
......@@ -711,7 +711,7 @@ static void __init rk3288_clk_init(struct device_node *np)
rockchip_clk_register_branches(rk3288_clk_branches,
ARRAY_SIZE(rk3288_clk_branches));
rockchip_register_softrst(np, 9, reg_base + RK3288_SOFTRST_CON(0),
rockchip_register_softrst(np, 12, reg_base + RK3288_SOFTRST_CON(0),
ROCKCHIP_SOFTRST_HIWORD_MASK);
}
CLK_OF_DECLARE(rk3288_cru, "rockchip,rk3288-cru", rk3288_clk_init);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment