Skip to content

Commit 84da0cf

Browse files
Kathiravan Tandersson
authored andcommitted
soc: qcom: smd-rpm: Add IPQ6018 compatible
This patch adds a compatible for the rpm on the Qualcomm IPQ6018 platform. Signed-off-by: Kathiravan T <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent f10a2df commit 84da0cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/soc/qcom/smd-rpm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ static void qcom_smd_rpm_remove(struct rpmsg_device *rpdev)
230230

231231
static const struct of_device_id qcom_smd_rpm_of_match[] = {
232232
{ .compatible = "qcom,rpm-apq8084" },
233+
{ .compatible = "qcom,rpm-ipq6018" },
233234
{ .compatible = "qcom,rpm-msm8916" },
234235
{ .compatible = "qcom,rpm-msm8936" },
235236
{ .compatible = "qcom,rpm-msm8974" },

0 commit comments

Comments
 (0)