aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Guo <[email protected]>2021-09-14 09:53:49 +0800
committerBjorn Andersson <[email protected]>2021-09-21 17:41:49 -0500
commit3e035cbd445f98760d828154b25f3c55f577d299 (patch)
treeed4faa8714620feb66108fc42d54d10ce3ce98db
parentb624c15088cb3e009785b4ad3984a9d6d1b7cea6 (diff)
soc: qcom: smd-rpm: Add QCM2290 compatible
Add compatible for QCM2290 SoC support. Signed-off-by: Shawn Guo <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--drivers/soc/qcom/smd-rpm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/qcom/smd-rpm.c b/drivers/soc/qcom/smd-rpm.c
index fb4896d7a9a7..30dda1af63c8 100644
--- a/drivers/soc/qcom/smd-rpm.c
+++ b/drivers/soc/qcom/smd-rpm.c
@@ -245,6 +245,7 @@ static const struct of_device_id qcom_smd_rpm_of_match[] = {
{ .compatible = "qcom,rpm-sdm660" },
{ .compatible = "qcom,rpm-sm6115" },
{ .compatible = "qcom,rpm-sm6125" },
+ { .compatible = "qcom,rpm-qcm2290" },
{ .compatible = "qcom,rpm-qcs404" },
{}
};