Skip to content

Commit ef990bc

Browse files
knaerzchemmind
authored andcommitted
clk: rockchip: add sclk_mac_lbtest to rk3188_critical_clocks
Since the loopbacktest clock is not exported and is not touched in the driver, it has to be added to rk3188_critical_clocks to be protected from being disabled and in order to get the emac working. Signed-off-by: Alex Bee <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 465931e commit ef990bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/rockchip/clk-rk3188.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,7 @@ static const char *const rk3188_critical_clocks[] __initconst = {
751751
"pclk_peri",
752752
"hclk_cpubus",
753753
"hclk_vio_bus",
754+
"sclk_mac_lbtest",
754755
};
755756

756757
static struct rockchip_clk_provider *__init rk3188_common_clk_init(struct device_node *np)

0 commit comments

Comments
 (0)