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: 4757571 Return-Path: X-Original-To: patchwork-linux-samsung-soc@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 238739F37E for ; Thu, 21 Aug 2014 13:08:18 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id ED4DD2017A for ; Thu, 21 Aug 2014 13:08:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0ED2D20172 for ; Thu, 21 Aug 2014 13:08:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754610AbaHUNIA (ORCPT ); Thu, 21 Aug 2014 09:08:00 -0400 Received: from mail-pd0-f179.google.com ([209.85.192.179]:52500 "EHLO mail-pd0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755199AbaHUNH5 (ORCPT ); Thu, 21 Aug 2014 09:07:57 -0400 Received: by mail-pd0-f179.google.com with SMTP id v10so13984050pde.24 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 Cc: kgene.kim@samsung.com, tomasz.figa@gmail.com, joshi@samsung.com, sajjan.linux@gmail.com, dianders@chromium.org, olof@lixom.net 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> Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,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*/ }, };