PM / devfreq: imx8m-ddrc: Remove imx8m_ddrc_get_dev_status
authorDong Aisheng <aisheng.dong@nxp.com>
Tue, 23 Mar 2021 07:20:11 +0000 (15:20 +0800)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 8 Apr 2021 04:14:51 +0000 (13:14 +0900)
commit6c4b264c70adcec0d4e2cdb4573ee8e4526b584d
tree9fa95d68702715477a2d532193efd41defc7cf81
parent05f15314f0895bf7dfee67142cd3f7aca3414658
PM / devfreq: imx8m-ddrc: Remove imx8m_ddrc_get_dev_status

Current driver actually does not support simple ondemand governor
as it's unable to provide device load information. So removing
the unnecessary callback to avoid confusing.
Right now the driver is using userspace governor by default.

polling_ms was also dropped as it's not needed for non-ondemand
governor.

Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/devfreq/imx8m-ddrc.c