From patchwork Wed Aug 13 00:11:05 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 4715481 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id CA1B19F377 for ; Wed, 13 Aug 2014 00:14:02 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 0ABC920166 for ; Wed, 13 Aug 2014 00:14:02 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CB7C020160 for ; Wed, 13 Aug 2014 00:14:00 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XHMA9-0000O3-8q; Wed, 13 Aug 2014 00:11:33 +0000 Received: from mail-pa0-f46.google.com ([209.85.220.46]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XHMA6-0000K9-9k for linux-arm-kernel@lists.infradead.org; Wed, 13 Aug 2014 00:11:30 +0000 Received: by mail-pa0-f46.google.com with SMTP id lj1so13956169pab.33 for ; Tue, 12 Aug 2014 17:11:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=kfkqvWih7PkFaHZ3QDx5ib3EVxzp6dKxcbQ/7Hpjpkw=; b=kUdYJAj67zkaeyOpY9u1roZ1h+jyog5L3NrCPvpNBM/n2b55LS6TQmK8iXR0scUprF rVL+CpTJNT7Kr2MP2MHPCts+CmWsxuOSfn4Ox6xJDVJvHc1WkhwSnnoY/71bhbDvcWst gW2hjQBfq3uoXAhdw6x9olQX7OK9AI7r2aUyyRyIDAmZ3UD9N5yRac59GIY3wH+rLztb QNygXBwHUwFIsYnX1dkpk71c9sMKM7P09yXbO3frz7yyejmMGavqBsq0jOrnU9YwTB6z 956oqizjU7UeBRTA2bmOyj+72Ub785Goy88LCkzzEKLUsPmnky3E73EF5abai2kmbzno tPgA== X-Gm-Message-State: ALoCoQlLzNQgnsLSYaEgU1aN1tyWiy1WVyypAvMC8k6Zai6Xacfm4dZ4MwfYO2MA+rOpXYqYXfX7 X-Received: by 10.70.16.196 with SMTP id i4mr815795pdd.93.1407888667617; Tue, 12 Aug 2014 17:11:07 -0700 (PDT) Received: from localhost (c-67-183-17-239.hsd1.wa.comcast.net. [67.183.17.239]) by mx.google.com with ESMTPSA id mb6sm262794pdb.96.2014.08.12.17.11.06 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 12 Aug 2014 17:11:07 -0700 (PDT) From: Kevin Hilman To: daniel.lezcano@linaro.org 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> X-Mailer: git-send-email 1.9.2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140812_171130_367413_58B7783D X-CRM114-Status: GOOD ( 10.19 ) X-Spam-Score: -0.7 (/) Cc: k.chander@samsung.com, Lorenzo Pieralisi , "open list:CPUIDLE DRIVERS" , t.figa@samsung.com, "Rafael J. Wysocki" , open list , kgene.kim@samsung.com, "open list:CPUIDLE DRIVER -..." , linaro-kernel@lists.linaro.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 Acked-by: Kukjin Kim Acked-by: Kukjin Kim --- 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" }, {}, };