]> git.karo-electronics.de Git - karo-tx-linux.git/commit
iommu/arm-smmu: Treat unknown OAS as 48-bit
authorWill Deacon <will.deacon@arm.com>
Mon, 3 Aug 2015 09:35:40 +0000 (10:35 +0100)
committerWill Deacon <will.deacon@arm.com>
Thu, 6 Aug 2015 13:35:38 +0000 (14:35 +0100)
commit85430968ae72650a63f77f05a29d5c56e41581db
treee52a011283b970e5eb60eeea81e1955753fa2237
parentbae2c2d421cdea9dd8d62425eef99e389584cdb3
iommu/arm-smmu: Treat unknown OAS as 48-bit

A late change to the SMMUv3 architecture ensures that the OAS field
will be monotonically increasing, so we can assume that an unknown OAS
is at least 48-bit and use that, rather than fail the device probe.

Signed-off-by: Will Deacon <will.deacon@arm.com>
drivers/iommu/arm-smmu-v3.c