Loading drivers/clk/qcom/gcc-lahaina.c +4 −0 Original line number Diff line number Diff line Loading @@ -4487,6 +4487,10 @@ static int gcc_lahaina_probe(struct platform_device *pdev) if (ret) return ret; /* FORCE_MEM_CORE_ON for ufs phy ice core clocks */ regmap_update_bits(regmap, gcc_ufs_phy_ice_core_clk.halt_reg, BIT(14), BIT(14)); ret = qcom_cc_really_probe(pdev, &gcc_lahaina_desc, regmap); if (ret) { dev_err(&pdev->dev, "Failed to register GCC clocks\n"); Loading Loading
drivers/clk/qcom/gcc-lahaina.c +4 −0 Original line number Diff line number Diff line Loading @@ -4487,6 +4487,10 @@ static int gcc_lahaina_probe(struct platform_device *pdev) if (ret) return ret; /* FORCE_MEM_CORE_ON for ufs phy ice core clocks */ regmap_update_bits(regmap, gcc_ufs_phy_ice_core_clk.halt_reg, BIT(14), BIT(14)); ret = qcom_cc_really_probe(pdev, &gcc_lahaina_desc, regmap); if (ret) { dev_err(&pdev->dev, "Failed to register GCC clocks\n"); Loading