Skip to content

Commit e37f1fe

Browse files
Sibi Sankarwilldeacon
authored andcommitted
iommu/arm-smmu-qcom: Request direct mapping for modem device
The SID configuration requirement for Modem on SC7280 is similar to the ones found on SC7180/SDM845 SoCs. So, add the SC7280 modem compatible to the list to defer the programming of the modem SIDs to the kernel. Signed-off-by: Sibi Sankar <sibis@codeaurora.org> Reviewed-by: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org> Reviewed-by: Stephen Boyd <swboyd@chromium.org> Link: https://lore.kernel.org/r/1631886935-14691-5-git-send-email-sibis@codeaurora.org Signed-off-by: Will Deacon <will@kernel.org>
1 parent 756a622 commit e37f1fe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ static const struct of_device_id qcom_smmu_client_of_match[] __maybe_unused = {
231231
{ .compatible = "qcom,sc7180-mdss" },
232232
{ .compatible = "qcom,sc7180-mss-pil" },
233233
{ .compatible = "qcom,sc7280-mdss" },
234+
{ .compatible = "qcom,sc7280-mss-pil" },
234235
{ .compatible = "qcom,sc8180x-mdss" },
235236
{ .compatible = "qcom,sdm845-mdss" },
236237
{ .compatible = "qcom,sdm845-mss-pil" },

0 commit comments

Comments
 (0)