Add a qcom,wcn3610 compatible string. The WCN3610 shares the same register configuration as the WCN3620, so its configuration is being reused. Signed-off-by: Kerigan Creighton Reviewed-by: Dmitry Baryshkov --- Changes in v2: - Move remoteproc compatible string addition to the middle of the patch set. - Add Reviewed-by Dmitry (thanks!) --- drivers/remoteproc/qcom_wcnss_iris.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/remoteproc/qcom_wcnss_iris.c b/drivers/remoteproc/qcom_wcnss_iris.c index 2b89b4db6c..e58b59355f 100644 --- a/drivers/remoteproc/qcom_wcnss_iris.c +++ b/drivers/remoteproc/qcom_wcnss_iris.c @@ -95,6 +95,7 @@ void qcom_iris_disable(struct qcom_iris *iris) } static const struct of_device_id iris_of_match[] = { + { .compatible = "qcom,wcn3610", .data = &wcn3620_data }, { .compatible = "qcom,wcn3620", .data = &wcn3620_data }, { .compatible = "qcom,wcn3660", .data = &wcn3660_data }, { .compatible = "qcom,wcn3660b", .data = &wcn3680_data }, -- 2.53.0