projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aaafcd
)
cpuidle: big.LITTLE: init driver for exynos5420
author
Chander Kashyap
<chander.kashyap@linaro.org>
Fri, 4 Jul 2014 21:24:35 +0000
(06:24 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Fri, 18 Jul 2014 18:35:57 +0000
(
03:35
+0900)
Add "samsung,exynos5420" compatible string to initialize generic
big-little cpuidle driver for Exynos5420.
Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
drivers/cpuidle/cpuidle-big_little.c
patch
|
blob
|
history
diff --git
a/drivers/cpuidle/cpuidle-big_little.c
b/drivers/cpuidle/cpuidle-big_little.c
index 4cd02bd2e3ba886238213d63e95f7da6d2d1ed4e..344d79fa34078166694d1301b4c93e939a94e76b 100644
(file)
--- a/
drivers/cpuidle/cpuidle-big_little.c
+++ b/
drivers/cpuidle/cpuidle-big_little.c
@@
-165,6
+165,7
@@
static int __init bl_idle_driver_init(struct cpuidle_driver *drv, int cpu_id)
static const struct of_device_id compatible_machine_match[] = {
{ .compatible = "arm,vexpress,v2p-ca15_a7" },
+ { .compatible = "samsung,exynos5420" },
{},
};