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:
f4ea533
)
cpuidle: big.LITTLE: add Exynos5800 compatible string
author
Kevin Hilman
<khilman@linaro.org>
Wed, 13 Aug 2014 00:11:05 +0000
(17:11 -0700)
committer
Daniel Lezcano
<daniel.lezcano@linaro.org>
Thu, 25 Sep 2014 08:51:19 +0000
(10:51 +0200)
Exynos 5800 is big.LITTLE SoC compatible with the 5420. Add the
compatible string so this driver works on the 5800.
Tested on exynos5800-peach-pi (aka Samsung Chromebook2)
Signed-off-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
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 ef94c3b81f18048c6feee67368d2fd24da416424..9342a94f417f43b474da1b326836cd14bd3f840b 100644
(file)
--- a/
drivers/cpuidle/cpuidle-big_little.c
+++ b/
drivers/cpuidle/cpuidle-big_little.c
@@
-159,6
+159,7
@@
static int __init bl_idle_driver_init(struct cpuidle_driver *drv, int part_id)
static const struct of_device_id compatible_machine_match[] = {
{ .compatible = "arm,vexpress,v2p-ca15_a7" },
{ .compatible = "samsung,exynos5420" },
+ { .compatible = "samsung,exynos5800" },
{},
};