From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: [PATCH] cpuidle: big.LITTLE: add Exynos5800 compatible string Date: Tue, 12 Aug 2014 17:11:05 -0700 Message-ID: <1407888665-24603-1-git-send-email-khilman@linaro.org> Return-path: Received: from mail-pa0-f51.google.com ([209.85.220.51]:33759 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752423AbaHMALI (ORCPT ); Tue, 12 Aug 2014 20:11:08 -0400 Received: by mail-pa0-f51.google.com with SMTP id ey11so13942668pad.10 for ; Tue, 12 Aug 2014 17:11:07 -0700 (PDT) Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: daniel.lezcano@linaro.org Cc: t.figa@samsung.com, k.chander@samsung.com, kgene.kim@samsung.com, linaro-kernel@lists.linaro.org, "Rafael J. Wysocki" , Lorenzo Pieralisi , "open list:CPUIDLE DRIVERS" , "open list:CPUIDLE DRIVER -..." , open list 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 --- drivers/cpuidle/cpuidle-big_little.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/cpuidle/cpuidle-big_little.c b/drivers/cpuidle/cpuidle-big_little.c index 0a1f827308db..bf3ab66fdaaf 100644 --- a/drivers/cpuidle/cpuidle-big_little.c +++ b/drivers/cpuidle/cpuidle-big_little.c @@ -166,6 +166,7 @@ static int __init bl_idle_driver_init(struct cpuidle_driver *drv, int match_id) static const struct of_device_id compatible_machine_match[] = { { .compatible = "arm,vexpress,v2p-ca15_a7" }, { .compatible = "samsung,exynos5420" }, + { .compatible = "samsung,exynos5800" }, {}, }; -- 1.9.2