On 8/10/2023 12:57 AM, Konrad Dybcio wrote:
On 9.08.2023 10:00, Luo Jie wrote:
Add clock & reset controller driver for qca8386/qca8084.
Signed-off-by: Luo Jie <quic_luoj@xxxxxxxxxxx>
---
[...]
+static const struct of_device_id nss_cc_qca8k_match_table[] = {
+ { .compatible = "qcom,qca8085-nsscc" },
+ { .compatible = "qcom,qca8084-nsscc" },
+ { .compatible = "qcom,qca8082-nsscc" },
+ { .compatible = "qcom,qca8386-nsscc" },
+ { .compatible = "qcom,qca8385-nsscc" },
+ { .compatible = "qcom,qca8384-nsscc" },
Are they 1:1 identical as far as NSS_CC goes?
Konrad
Hi Konrad,
Yes, the same clock configuration is used by these type of chip.
i will update it to keep "qcom,qca8084-nsscc" and remove others as
krzysztof suggested.
Thanks.