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:
Emmanuel Vadot 2021-09-15 19:09:56 +02:00
parent cc2f9bbbad
commit 548a706608

View File

@ -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