diff options
author | Abhilash Kesavan <a.kesavan@samsung.com> | 2013-02-04 17:44:48 +0530 |
---|---|---|
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2013-06-03 20:20:29 +0900 |
commit | 6ccce69955c1bf2973bdec0d023685401de543f4 (patch) | |
tree | 5b5dbed517a934b95a713029f1f9941a45994e3f /drivers/devfreq/exynos/Makefile | |
parent | 537eb8e2b6e879d6aea58d913b2ebc3edc7af621 (diff) |
PM / devfreq: Add Exynos5-bus devfreq driver for Exynos5250
Exynos5-bus device devfreq driver monitors PPMU counters and
adjusts operating frequencies and voltages with OPP. ASV should
be used to provide appropriate voltages as per the speed group
of the SoC rather than using a constant 1.025V.
Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
[myungjoo.ham@samsung.com: minor style update]
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Cc: Jonghwan Choi <jhbird.choi@samsung.com>
Cc: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'drivers/devfreq/exynos/Makefile')
-rw-r--r-- | drivers/devfreq/exynos/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/devfreq/exynos/Makefile b/drivers/devfreq/exynos/Makefile index 1498823611b..bfaaf5b0d61 100644 --- a/drivers/devfreq/exynos/Makefile +++ b/drivers/devfreq/exynos/Makefile @@ -1,2 +1,3 @@ # Exynos DEVFREQ Drivers obj-$(CONFIG_ARM_EXYNOS4_BUS_DEVFREQ) += exynos4_bus.o +obj-$(CONFIG_ARM_EXYNOS5_BUS_DEVFREQ) += exynos_ppmu.o exynos5_bus.o |