Change-Id: I67c8935ab0b9f9e55a25489dded617572a5cd44c
Signed-off-by: Soohyun Kim <soohyuni.kim@samsung.com>
if (!of_property_read_u32(dn, "user-default-qos", &val))
domain->user_default_qos = val;
+ if (of_property_read_bool(dn, "need-awake"))
+ domain->need_awake = true;
+
domain->boot_freq = cal_dfs_get_boot_freq(domain->cal_id);
domain->resume_freq = cal_dfs_get_resume_freq(domain->cal_id);
/* list head of DVFS Manager constraints */
struct list_head dm_list;
+ bool need_awake;
+
struct thermal_cooling_device *cdev;
};