Loading Documentation/devicetree/bindings/arm/msm/clock-controller.txt +2 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,8 @@ Required properties: "qcom,gcc-mdss-8917" "qcom,gcc-mdss-8940" "qcom,gcc-mdss-8920" "qcom,gcc-mdss-sdm429" "qcom,gcc-mdss-sdm439" "qcom,gcc-gfx-8953" "qcom,gcc-gfx-sdm450" "qcom,gcc-mdm9607" Loading drivers/clk/msm/clock-gcc-8952.c +10 −0 Original line number Diff line number Diff line Loading @@ -4765,6 +4765,14 @@ static int msm_gcc_mdss_probe(struct platform_device *pdev) compat_bin = of_device_is_compatible(pdev->dev.of_node, "qcom,gcc-mdss-8940"); if (!compat_bin) compat_bin = of_device_is_compatible(pdev->dev.of_node, "qcom,gcc-mdss-sdm439"); if (!compat_bin) compat_bin = of_device_is_compatible(pdev->dev.of_node, "qcom,gcc-mdss-sdm429"); curr_p = ext_pclk0_clk_src.c.parent = devm_clk_get(&pdev->dev, "pclk0_src"); if (IS_ERR(curr_p)) { Loading Loading @@ -4839,6 +4847,8 @@ static const struct of_device_id msm_clock_mdss_match_table[] = { { .compatible = "qcom,gcc-mdss-8917" }, { .compatible = "qcom,gcc-mdss-8940" }, { .compatible = "qcom,gcc-mdss-8920" }, { .compatible = "qcom,gcc-mdss-sdm439" }, { .compatible = "qcom,gcc-mdss-sdm429" }, {} }; Loading Loading
Documentation/devicetree/bindings/arm/msm/clock-controller.txt +2 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,8 @@ Required properties: "qcom,gcc-mdss-8917" "qcom,gcc-mdss-8940" "qcom,gcc-mdss-8920" "qcom,gcc-mdss-sdm429" "qcom,gcc-mdss-sdm439" "qcom,gcc-gfx-8953" "qcom,gcc-gfx-sdm450" "qcom,gcc-mdm9607" Loading
drivers/clk/msm/clock-gcc-8952.c +10 −0 Original line number Diff line number Diff line Loading @@ -4765,6 +4765,14 @@ static int msm_gcc_mdss_probe(struct platform_device *pdev) compat_bin = of_device_is_compatible(pdev->dev.of_node, "qcom,gcc-mdss-8940"); if (!compat_bin) compat_bin = of_device_is_compatible(pdev->dev.of_node, "qcom,gcc-mdss-sdm439"); if (!compat_bin) compat_bin = of_device_is_compatible(pdev->dev.of_node, "qcom,gcc-mdss-sdm429"); curr_p = ext_pclk0_clk_src.c.parent = devm_clk_get(&pdev->dev, "pclk0_src"); if (IS_ERR(curr_p)) { Loading Loading @@ -4839,6 +4847,8 @@ static const struct of_device_id msm_clock_mdss_match_table[] = { { .compatible = "qcom,gcc-mdss-8917" }, { .compatible = "qcom,gcc-mdss-8940" }, { .compatible = "qcom,gcc-mdss-8920" }, { .compatible = "qcom,gcc-mdss-sdm439" }, { .compatible = "qcom,gcc-mdss-sdm429" }, {} }; Loading