Loading Documentation/devicetree/bindings/soc/qcom/qcom,cx_ipeak.txt +2 −2 Original line number Diff line number Diff line Loading @@ -8,8 +8,8 @@ an interrupt to cDSP block to throttle cDSP's fmax. Required properties: - compatible : name of the component used for driver matching, should be "qcom,cx-ipeak-sdm660" - compatible : name of the component used for driver matching, should be one "qcom,cx-ipeak-sdm660", "qcom,cx-ipeak-sm6150" - reg : physical base address and length of the register set(s), SRAM and XPU of the component. Loading drivers/soc/qcom/cx_ipeak.c +1 −0 Original line number Diff line number Diff line Loading @@ -182,6 +182,7 @@ static int cx_ipeak_probe(struct platform_device *pdev) static const struct of_device_id cx_ipeak_match_table[] = { { .compatible = "qcom,cx-ipeak-sdm660"}, { .compatible = "qcom,cx-ipeak-sm6150"}, {} }; Loading Loading
Documentation/devicetree/bindings/soc/qcom/qcom,cx_ipeak.txt +2 −2 Original line number Diff line number Diff line Loading @@ -8,8 +8,8 @@ an interrupt to cDSP block to throttle cDSP's fmax. Required properties: - compatible : name of the component used for driver matching, should be "qcom,cx-ipeak-sdm660" - compatible : name of the component used for driver matching, should be one "qcom,cx-ipeak-sdm660", "qcom,cx-ipeak-sm6150" - reg : physical base address and length of the register set(s), SRAM and XPU of the component. Loading
drivers/soc/qcom/cx_ipeak.c +1 −0 Original line number Diff line number Diff line Loading @@ -182,6 +182,7 @@ static int cx_ipeak_probe(struct platform_device *pdev) static const struct of_device_id cx_ipeak_match_table[] = { { .compatible = "qcom,cx-ipeak-sdm660"}, { .compatible = "qcom,cx-ipeak-sm6150"}, {} }; Loading