Loading drivers/clk/qcom/clk-cpu-osm.c +4 −2 Original line number Diff line number Diff line Loading @@ -3294,8 +3294,10 @@ static int clk_cpu_osm_driver_probe(struct platform_device *pdev) rc); goto provider_err; } WARN(clk_prepare_enable(l3_clk.hw.clk), "clk: Failed to enable clock for L3\n"); WARN(clk_prepare_enable(l3_cluster0_vote_clk.hw.clk), "clk: Failed to enable cluster0 clock for L3\n"); WARN(clk_prepare_enable(l3_cluster1_vote_clk.hw.clk), "clk: Failed to enable cluster1 clock for L3\n"); udelay(300); /* Configure default rate to lowest frequency */ Loading Loading
drivers/clk/qcom/clk-cpu-osm.c +4 −2 Original line number Diff line number Diff line Loading @@ -3294,8 +3294,10 @@ static int clk_cpu_osm_driver_probe(struct platform_device *pdev) rc); goto provider_err; } WARN(clk_prepare_enable(l3_clk.hw.clk), "clk: Failed to enable clock for L3\n"); WARN(clk_prepare_enable(l3_cluster0_vote_clk.hw.clk), "clk: Failed to enable cluster0 clock for L3\n"); WARN(clk_prepare_enable(l3_cluster1_vote_clk.hw.clk), "clk: Failed to enable cluster1 clock for L3\n"); udelay(300); /* Configure default rate to lowest frequency */ Loading