From patchwork Thu Aug 21 13:07:36 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vikas Sajjan X-Patchwork-Id: 4757761 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 0A2339F2E9 for ; Thu, 21 Aug 2014 13:13:02 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id F21002018A for ; Thu, 21 Aug 2014 13:13:00 +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 B82ED2018B for ; Thu, 21 Aug 2014 13:12:59 +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 1XKS8q-0002W8-KR; Thu, 21 Aug 2014 13:11:00 +0000 Received: from mail-pa0-x236.google.com ([2607:f8b0:400e:c03::236]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XKS6E-0005MQ-Vf for linux-arm-kernel@lists.infradead.org; Thu, 21 Aug 2014 13:08:19 +0000 Received: by mail-pa0-f54.google.com with SMTP id fa1so14482013pad.13 for ; Thu, 21 Aug 2014 06:07:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=uuKHMXQOXjsB7VFIAYRvH1ojln9VeQa9UUrrGQyPjB8=; b=Q4PX3sG10U9SfNrhh+y8alJAF5JkMZ8nxPEMwD4CRo2gQpyg/Dc/j5PMra5NLKfGRa gE+8ssaJtwJtYmLUDOgIXz1f/GiPIEkSDN7vBdFFi/9c50C3ApQr/FSoEanzPVP8P3Kr afV/7xokfkGzeiEfxW3JLxKWD9W8e9TjXmOp/B7fctpPW5QL70tXY+AqIbQbGdtI6V/e HfxCbUUjYw7HYg/ECP/zs3+IrKmfMA5FNhYEiyWT4rVMJnymqv1vsFs0Z0fCQFDZe8TX rF1gBApBN9Qx4heAAmG5Wni/knCtwv2yil/mztmSnDXCqpxvPBqkqKiBF1R8A/pb1Gka TKsg== X-Received: by 10.70.61.67 with SMTP id n3mr46873801pdr.90.1408626476750; Thu, 21 Aug 2014 06:07:56 -0700 (PDT) Received: from localhost.localdomain ([14.140.216.146]) by mx.google.com with ESMTPSA id fg9sm34027259pad.4.2014.08.21.06.07.52 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 21 Aug 2014 06:07:55 -0700 (PDT) From: Vikas Sajjan To: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org Subject: [PATCH v2 2/3] ARM: exynos: Add exynos5800-pmu compatible entry Date: Thu, 21 Aug 2014 18:52:36 +0545 Message-Id: <1408626457-3422-3-git-send-email-vikas.sajjan@samsung.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1408626457-3422-1-git-send-email-vikas.sajjan@samsung.com> References: <1408626457-3422-1-git-send-email-vikas.sajjan@samsung.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140821_060819_049151_6998A755 X-CRM114-Status: GOOD ( 10.74 ) X-Spam-Score: -0.7 (/) Cc: sajjan.linux@gmail.com, kgene.kim@samsung.com, tomasz.figa@gmail.com, dianders@chromium.org, olof@lixom.net, joshi@samsung.com 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.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham 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 Adds exynos5800-pmu compatible string entry in the pmu table. Signed-off-by: Vikas Sajjan --- arch/arm/mach-exynos/exynos.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c index 6a24e11..90377c9 100644 --- a/arch/arm/mach-exynos/exynos.c +++ b/arch/arm/mach-exynos/exynos.c @@ -255,6 +255,7 @@ static const struct of_device_id exynos_dt_pmu_match[] = { { .compatible = "samsung,exynos5260-pmu" }, { .compatible = "samsung,exynos5410-pmu" }, { .compatible = "samsung,exynos5420-pmu" }, + { .compatible = "samsung,exynos5800-pmu" }, { /*sentinel*/ }, };