Source
17
17
* along with this program. If not, see <http://www.gnu.org/licenses/>.
18
18
*
19
19
*/
20
20
21
21
#include <linux/clk.h>
22
22
#include <linux/cpufreq.h>
23
23
#include <linux/devfreq.h>
24
24
#include <linux/interrupt.h>
25
25
#include <linux/io.h>
26
26
#include <linux/module.h>
27
+
#include <linux/mod_devicetable.h>
27
28
#include <linux/platform_device.h>
28
29
#include <linux/pm_opp.h>
29
30
#include <linux/reset.h>
30
31
31
32
#include "governor.h"
32
33
33
34
#define ACTMON_GLB_STATUS 0x0
34
35
#define ACTMON_GLB_PERIOD_CTRL 0x4
35
36
36
37
#define ACTMON_DEV_CTRL 0x0