[PATCH v2 1/8] PM / devfreq: Set min/max_freq when adding the devfreq device

2017-09-20 Thread Chanwoo Choi
Prior to that, the min/max_freq of the devfreq device are always zero before the user changes the min/max_freq through sysfs entries. It might make the confusion for the min/max_freq. This patch initializes the available min/max_freq by using the OPP during adding the devfreq device.

[PATCH v2 1/8] PM / devfreq: Set min/max_freq when adding the devfreq device

2017-09-20 Thread Chanwoo Choi
Prior to that, the min/max_freq of the devfreq device are always zero before the user changes the min/max_freq through sysfs entries. It might make the confusion for the min/max_freq. This patch initializes the available min/max_freq by using the OPP during adding the devfreq device.