Skip to content

Commit e900d9b

Browse files
authored
iommu/arm-smmu-qcom: Fix fastrpc compatible string in ACTLR… (#456)
iommu/arm-smmu-qcom: Fix fastrpc compatible string in ACTLR…
2 parents 6d84e03 + a75707d commit e900d9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ static const struct of_device_id qcom_smmu_actlr_client_of_match[] = {
3939
.data = (const void *) (PREFETCH_DEEP | CPRE | CMTLB) },
4040
{ .compatible = "qcom,adreno-smmu",
4141
.data = (const void *) (PREFETCH_DEEP | CPRE | CMTLB) },
42-
{ .compatible = "qcom,fastrpc",
42+
{ .compatible = "qcom,fastrpc-compute-cb",
4343
.data = (const void *) (PREFETCH_DEEP | CPRE | CMTLB) },
4444
{ .compatible = "qcom,qcm2290-mdss",
4545
.data = (const void *) (PREFETCH_SHALLOW | CPRE | CMTLB) },

0 commit comments

Comments
 (0)