diff options
author | Kevin Hilman <khilman@linaro.org> | 2014-08-12 20:11:05 -0400 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2014-09-25 04:51:19 -0400 |
commit | 6baf6ee534c56e754ca854176be0073bc2c9e6a4 (patch) | |
tree | 08c09eed8c4bc8e2347d988ab5e932212313cb62 /drivers/cpuidle | |
parent | f4ea5332c800c54f4d4c231d3338d95c2dd70a66 (diff) |
cpuidle: big.LITTLE: add Exynos5800 compatible string
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>
Diffstat (limited to 'drivers/cpuidle')
-rw-r--r-- | drivers/cpuidle/cpuidle-big_little.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpuidle/cpuidle-big_little.c b/drivers/cpuidle/cpuidle-big_little.c index ef94c3b81f18..9342a94f417f 100644 --- 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) | |||
159 | static const struct of_device_id compatible_machine_match[] = { | 159 | static const struct of_device_id compatible_machine_match[] = { |
160 | { .compatible = "arm,vexpress,v2p-ca15_a7" }, | 160 | { .compatible = "arm,vexpress,v2p-ca15_a7" }, |
161 | { .compatible = "samsung,exynos5420" }, | 161 | { .compatible = "samsung,exynos5420" }, |
162 | { .compatible = "samsung,exynos5800" }, | ||
162 | {}, | 163 | {}, |
163 | }; | 164 | }; |
164 | 165 | ||