arm64: rockchip: rk3328: Add watchdog clock
The watchdog clock is controlled by the secure world but we need a clock to sastify the driver so add a fixed clock for it. Reported by: avg
This commit is contained in:
parent
cc2f9bbbad
commit
548a706608
@ -1064,6 +1064,11 @@ static struct rk_clk rk3328_clks[] = {
|
||||
|
||||
/* GRF_MAC_CON2 */
|
||||
MUXGRF(SCLK_MAC2PHY, "clk_mac2phy", mux_mac2phy_p, 0, RK3328_GRF_MAC_CON2, 10, 1),
|
||||
|
||||
/*
|
||||
* This clock is controlled in the secure world
|
||||
*/
|
||||
FFACT(PCLK_WDT, "pclk_wdt", "pclk_bus", 1, 1),
|
||||
};
|
||||
|
||||
static int
|
||||
|
Loading…
x
Reference in New Issue
Block a user