|
@@ -2990,11 +2990,11 @@ static int gcc_ipq806x_probe(struct platform_device *pdev)
|
|
struct regmap *regmap;
|
|
struct regmap *regmap;
|
|
int ret;
|
|
int ret;
|
|
|
|
|
|
- ret = qcom_cc_register_board_clk(dev, "cxo_board", "cxo", 19200000);
|
|
|
|
|
|
+ ret = qcom_cc_register_board_clk(dev, "cxo_board", "cxo", 25000000);
|
|
if (ret)
|
|
if (ret)
|
|
return ret;
|
|
return ret;
|
|
|
|
|
|
- ret = qcom_cc_register_board_clk(dev, "pxo_board", "pxo", 27000000);
|
|
|
|
|
|
+ ret = qcom_cc_register_board_clk(dev, "pxo_board", "pxo", 25000000);
|
|
if (ret)
|
|
if (ret)
|
|
return ret;
|
|
return ret;
|
|
|
|
|