From patchwork Wed Feb 6 19:39:22 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amit Kachhap X-Patchwork-Id: 2106281 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 28852DF2A1 for ; Wed, 6 Feb 2013 19:41:59 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1U3Aqb-0004uq-KH; Wed, 06 Feb 2013 19:39:57 +0000 Received: from mail-gh0-f178.google.com ([209.85.160.178]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1U3AqR-0004sZ-Al for linux-arm-kernel@lists.infradead.org; Wed, 06 Feb 2013 19:39:48 +0000 Received: by mail-gh0-f178.google.com with SMTP id g24so455681ghb.9 for ; Wed, 06 Feb 2013 11:39:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references; bh=EFxPGRzcdoOe0iAcMVZYFji5kxtN+LExPO6123hosmo=; b=aQP7VeCywMSML8q4PTZqDL7lrAm4tucDBKca6QXHVofH0PG909cWK9AYL3yJOd8Yht kjsTEHVCUpdIyvJgAsgsl10mkjHKBAMoZ/bbDn4V/9wWDMOeH2r1AN4Sw/aTJnwqUpm/ yxRHGkb+1UVHBBJ4L6aWJl9QzsxEPQ81g7HIHpVlVf08JQWknrWfedZvhezJ8lOPNoiH B9/0OfJCGwkS0sv11rEc48O00knotRrXYfn2eit8AZhYT4pKy3kB7ZCK1FH3z0aR0sCa SpEbC3OnCxYGioEV+KcIX64+VGlbhJN7bBsSybPSpMMKj+JnbIFDL8AFZ2371DzGJCfc zi6Q== X-Received: by 10.236.150.175 with SMTP id z35mr15988327yhj.4.1360179586152; Wed, 06 Feb 2013 11:39:46 -0800 (PST) Received: from localhost.localdomain (D32451F2.uspool.samsung.com. [211.36.81.242]) by mx.google.com with ESMTPS id d19sm23043770anm.18.2013.02.06.11.39.43 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 06 Feb 2013 11:39:45 -0800 (PST) From: Amit Daniel Kachhap To: linux-pm@vger.kernel.org Subject: [PATCH 3/3] dts: Add cpufreq controller node for Exynos5440 SoC Date: Wed, 6 Feb 2013 11:39:22 -0800 Message-Id: <1360179562-19950-3-git-send-email-amit.daniel@samsung.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1360179562-19950-1-git-send-email-amit.daniel@samsung.com> References: <1360179562-19950-1-git-send-email-amit.daniel@samsung.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130206_143947_470290_2003CB8C X-CRM114-Status: UNSURE ( 8.48 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.178 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (amitdanielk[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: kgene.kim@samsung.com, cpufreq@vger.kernel.org, "Rafael J. Wysocki" , linux-samsung-soc@vger.kernel.org, Thomas Abraham , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Add cpufreq controller device node for Exynos5440 SoC for passing parameters like controller base address, interrupt and cpufreq table. Signed-off-by: Amit Daniel Kachhap --- arch/arm/boot/dts/exynos5440.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi index 024269d..b20b517 100644 --- a/arch/arm/boot/dts/exynos5440.dtsi +++ b/arch/arm/boot/dts/exynos5440.dtsi @@ -63,6 +63,15 @@ }; + cpufreq@160000 { + compatible = "samsung,exynos5440-cpufreq"; + reg = <0x160000 0x1000>; + interrupts = <0 57 0>; + cpufreq_tbl = < 1200000 1025000 + 1000000 975000 + 800000 925000 >; + }; + serial@B0000 { compatible = "samsung,exynos4210-uart"; reg = <0xB0000 0x1000>;