This patch supports no-suspend mode that not to disable sysmmu when it
is going to suspend state. It is necessary for the master driver like
abox that should operate in suspend mode.
Change-Id: I1ff1ccd83997f3852d5b962767c43bc0d6cd6819
Signed-off-by: Janghyuck Kim <janghyuck.kim@samsung.com>
}
}
+ if (of_property_read_bool(sysmmu->of_node, "sysmmu,no-suspend"))
+ dev_pm_syscore_device(sysmmu, true);
+
/* Parsing TLB properties */
cnt = of_property_count_u32_elems(sysmmu->of_node, props_name);
for (i = 0; i < cnt; i+=2) {