Quoting Mohammad Rafi Shaik (2023-02-15 07:13:29) > @@ -828,8 +830,9 @@ static int lpass_aon_cc_sc7280_probe(struct platform_device *pdev) > if (of_property_read_bool(pdev->dev.of_node, "qcom,adsp-pil-mode")) { > lpass_audio_cc_sc7280_regmap_config.name = "cc"; > desc = &lpass_cc_sc7280_desc; > - ret = qcom_cc_probe(pdev, desc); > - goto exit; > + ret = qcom_cc_probe_by_index(pdev, 1, desc); Where is the patch to the binding yaml file?