I am reading SMMU spec V2.0, and wondering why no C bit in SMMU_CBn_SCTLR. There is M bit in it.
The SCTLR.C bit in the ARM architecture enables the data and unified caches. The SMMU does not include data/unified caches. Any caching would be done by a separate cache block, which would have it's own enables.
Thanks a lot, Martin.