Merge "Revert "drivers: arm-smmu: Power-on SMMU during freeze""

This commit is contained in:
qctecmdr
2024-01-03 12:14:16 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -4145,12 +4145,6 @@ static int __maybe_unused arm_smmu_pm_freeze_late(struct device *dev)
struct arm_smmu_cb *cb;
int idx, ret;
ret = arm_smmu_runtime_resume(dev);
if (ret) {
dev_err(dev, "Failed to Resume:%d\n", ret);
return ret;
}
for (idx = 0; idx < smmu->num_context_banks; idx++) {
cb = &smmu->cbs[idx];
if (cb && cb->cfg) {