soc: qcom: smd-rpm: Add QCS404 compatible
This patch adds a compatible for the rpm on the Qualcomm QCS404 platform. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Reviewed-by: Vinod Koul <vkoul@kernel.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
parent
9095d0f8ea
commit
b7e386177f
|
@ -23,6 +23,7 @@ resources.
|
||||||
"qcom,rpm-msm8916"
|
"qcom,rpm-msm8916"
|
||||||
"qcom,rpm-msm8974"
|
"qcom,rpm-msm8974"
|
||||||
"qcom,rpm-msm8998"
|
"qcom,rpm-msm8998"
|
||||||
|
"qcom,rpm-qcs404"
|
||||||
|
|
||||||
- qcom,smd-channels:
|
- qcom,smd-channels:
|
||||||
Usage: required
|
Usage: required
|
||||||
|
|
|
@ -227,6 +227,7 @@ static const struct of_device_id qcom_smd_rpm_of_match[] = {
|
||||||
{ .compatible = "qcom,rpm-msm8974" },
|
{ .compatible = "qcom,rpm-msm8974" },
|
||||||
{ .compatible = "qcom,rpm-msm8996" },
|
{ .compatible = "qcom,rpm-msm8996" },
|
||||||
{ .compatible = "qcom,rpm-msm8998" },
|
{ .compatible = "qcom,rpm-msm8998" },
|
||||||
|
{ .compatible = "qcom,rpm-qcs404" },
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(of, qcom_smd_rpm_of_match);
|
MODULE_DEVICE_TABLE(of, qcom_smd_rpm_of_match);
|
||||||
|
|
Loading…
Reference in New Issue