From patchwork Tue Apr 16 08:58:53 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: girishks2000@gmail.com X-Patchwork-Id: 2448411 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork1.kernel.org (Postfix) with ESMTP id 9DFDE3FD8C for ; Tue, 16 Apr 2013 08:59:44 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1US1jb-0004u9-Qi; Tue, 16 Apr 2013 08:59:28 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1US1jV-0000PE-MO; Tue, 16 Apr 2013 08:59:21 +0000 Received: from mail-da0-x232.google.com ([2607:f8b0:400e:c00::232]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1US1jM-0000OG-6V for linux-arm-kernel@lists.infradead.org; Tue, 16 Apr 2013 08:59:13 +0000 Received: by mail-da0-f50.google.com with SMTP id t1so155424dae.9 for ; Tue, 16 Apr 2013 01:59:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=jHk0uJZDLd1O13puVKL60SHKeyFeImqKmK8x++tC9nk=; b=sxRbV4HnejWPK/Xl7D+ZyLwLCu7r81kHt6eQYQczSkpTjb0ZmGbP1ZZiJqjeQCZF/8 44ntbqnJBSVdZ8mviB70zt1IVL6dWjBPeMOe2IF67DjqzkTY21M17gLaj3t1p5WgoKnD pSwo3uw2wYhck2tPw7MVLTE8KOV9ueLZshT4sQmjFU7+XalqcuA3/eOdW6/H58yDVyx3 BuRTp3/2uBMCiYYjYKUxGt9oS+1BGdEI6tg8E+oQ2HslmrwXuQzkBymLSCSTIhBf6/UM SS3CjFwBys16pKWM1x3+Zt3SBpHXUD28vEdEyOJ7ZKLAykpTxLHnncq/t8CVScs8O70B sy6w== X-Received: by 10.68.88.194 with SMTP id bi2mr1962065pbb.12.1366102749623; Tue, 16 Apr 2013 01:59:09 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id ce16sm1883900pac.5.2013.04.16.01.59.06 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 16 Apr 2013 01:59:08 -0700 (PDT) From: Girish K S To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org Subject: [PATCH 2/2] ARM: dts: add dts node for the ahci sata exynos5440 Date: Tue, 16 Apr 2013 14:28:53 +0530 Message-Id: <1366102733-3570-2-git-send-email-ks.giri@samsung.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1366102733-3570-1-git-send-email-ks.giri@samsung.com> References: <1366102733-3570-1-git-send-email-ks.giri@samsung.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130416_045912_393679_D3489196 X-CRM114-Status: GOOD ( 12.19 ) X-Spam-Score: -1.8 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.8 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (girishks2000[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 0.2 FREEMAIL_ENVFROM_END_DIGIT Envelope-from freemail username ends in digit (girishks2000[at]gmail.com) -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 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 X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 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 This patch adds dts support for the sata controller Signed-off-by: Girish K S --- arch/arm/boot/dts/exynos5440.dtsi | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi index 7c5dc38..2dc4ffa 100644 --- a/arch/arm/boot/dts/exynos5440.dtsi +++ b/arch/arm/boot/dts/exynos5440.dtsi @@ -220,4 +220,13 @@ clock-names = "rtc"; status = "disabled"; }; + + sata@210000 { + compatible = "samsung,exynos5440-ahci"; + reg = <0x210000 0x10000>; + interrupts = <0 30 0>; + clocks = <&clock 10>; + clock-names = "sata"; + }; + };