Commit d8ea59e7 authored by Bartosz Dudziak's avatar Bartosz Dudziak Committed by Bjorn Andersson

soc: qcom: smd-rpm: Add MSM8226 compatible

Add a compatible for the RPM on the Qualcomm MSM8226 platform.
Signed-off-by: default avatarBartosz Dudziak <bartosz.dudziak@snejp.pl>
Link: https://lore.kernel.org/r/20210502122027.9351-3-bartosz.dudziak@snejp.plSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 193e5070
......@@ -233,6 +233,7 @@ static void qcom_smd_rpm_remove(struct rpmsg_device *rpdev)
static const struct of_device_id qcom_smd_rpm_of_match[] = {
{ .compatible = "qcom,rpm-apq8084" },
{ .compatible = "qcom,rpm-ipq6018" },
{ .compatible = "qcom,rpm-msm8226" },
{ .compatible = "qcom,rpm-msm8916" },
{ .compatible = "qcom,rpm-msm8936" },
{ .compatible = "qcom,rpm-msm8974" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment