diff options
author | Chander Kashyap <[email protected]> | 2014-07-05 06:24:35 +0900 |
---|---|---|
committer | Kukjin Kim <[email protected]> | 2014-07-19 03:35:57 +0900 |
commit | 64a3c4caa91c72a00ba2e464a0b2a0a5ce7a312b (patch) | |
tree | 9a8999c54be6703bc1ade3368f3d9b69e291cfc1 | |
parent | 2aaafcdb68830cb849a08e0ff57f7ca1cffde57d (diff) |
cpuidle: big.LITTLE: init driver for exynos5420
Add "samsung,exynos5420" compatible string to initialize generic
big-little cpuidle driver for Exynos5420.
Signed-off-by: Chander Kashyap <[email protected]>
Reviewed-by: Tomasz Figa <[email protected]>
Acked-by: Daniel Lezcano <[email protected]>
Signed-off-by: Kukjin Kim <[email protected]>
-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 4cd02bd2e3ba..344d79fa3407 100644 --- 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" }, {}, }; |