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[] = {Are they 1:1 identical as far as NSS_CC goes?
+ { .compatible = "qcom,qca8085-nsscc" },
+ { .compatible = "qcom,qca8084-nsscc" },
+ { .compatible = "qcom,qca8082-nsscc" },
+ { .compatible = "qcom,qca8386-nsscc" },
+ { .compatible = "qcom,qca8385-nsscc" },
+ { .compatible = "qcom,qca8384-nsscc" },
Konrad