From patchwork Thu Jan 17 05:48:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 14095 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id BFE3C24229 for ; Thu, 17 Jan 2013 05:56:52 +0000 (UTC) Received: from mail-vb0-f43.google.com (mail-vb0-f43.google.com [209.85.212.43]) by fiordland.canonical.com (Postfix) with ESMTP id 77401A18B1E for ; Thu, 17 Jan 2013 05:56:52 +0000 (UTC) Received: by mail-vb0-f43.google.com with SMTP id fs19so2151851vbb.2 for ; Wed, 16 Jan 2013 21:56:52 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state; bh=Nq4oU+IKQJpGjVNzPvpUozKqL4Xt1IbUqFSm57teVeU=; b=fcXwAJLqZR7cM9a6QQwZljTGshBrHc4ksMtCYqgBd1AGcOiP1y+L4N90KdKIXQowHE Ml+IzP10sB7BKP/iUbw2fEv4tDJMOsYCm8SLlm9TI1zL8TOYBY+OoK68cp/95n4PwMNf OjC4ircOX3nEAX0PeOhv6i6ludqSKknxvYUdOX7S94wbXk2aQFjZvePwdaN3po1pAsi9 Fl5eqga9K4vIOKBd5GE7ghtIDm9u2IJW+XI7RV3cWYvd2JvM7AgrFLZEcnP5fTm2gM0V gDz3Xck9OvLzLJ/fMlnl3vFJj07fnmEGXoyT+vvlQ5pRouxSJl6IrldR5UoPQAwR0AjX GNWg== X-Received: by 10.52.97.7 with SMTP id dw7mr3696474vdb.38.1358402211915; Wed, 16 Jan 2013 21:56:51 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.58.145.101 with SMTP id st5csp13895veb; Wed, 16 Jan 2013 21:56:51 -0800 (PST) X-Received: by 10.68.189.35 with SMTP id gf3mr10179400pbc.69.1358402211008; Wed, 16 Jan 2013 21:56:51 -0800 (PST) Received: from mail-pa0-f51.google.com (mail-pa0-f51.google.com [209.85.220.51]) by mx.google.com with ESMTPS id ac7si563873pbd.313.2013.01.16.21.56.50 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 16 Jan 2013 21:56:51 -0800 (PST) Received-SPF: neutral (google.com: 209.85.220.51 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.220.51; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.220.51 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by mail-pa0-f51.google.com with SMTP id fb11so1262954pad.10 for ; Wed, 16 Jan 2013 21:56:50 -0800 (PST) X-Received: by 10.68.253.137 with SMTP id aa9mr10166599pbd.102.1358402210648; Wed, 16 Jan 2013 21:56:50 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id hc4sm427245pbc.30.2013.01.16.21.56.48 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 16 Jan 2013 21:56:50 -0800 (PST) From: Sachin Kamat To: linux-samsung-soc@vger.kernel.org Cc: kgene.kim@samsung.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 2/2] ARM: dts: Add sdhci node for exynos4412-origen Date: Thu, 17 Jan 2013 11:18:13 +0530 Message-Id: <1358401693-3361-2-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1358401693-3361-1-git-send-email-sachin.kamat@linaro.org> References: <1358401693-3361-1-git-send-email-sachin.kamat@linaro.org> X-Gm-Message-State: ALoCoQkUyKY+91cmCJxcrhrJCyNmBU8+Eelpz1IfX06Mn3s3eKYE3fC2G3yY3lAPz7aHkjO6/VF4 Added sdhci node for exynos4412-origen. Signed-off-by: Sachin Kamat Reviewed-by: Tomasz Figa --- arch/arm/boot/dts/exynos4412-origen.dts | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412-origen.dts index fe70bc6..4eba374 100644 --- a/arch/arm/boot/dts/exynos4412-origen.dts +++ b/arch/arm/boot/dts/exynos4412-origen.dts @@ -36,6 +36,14 @@ enable-active-high; }; + sdhci@12530000 { + bus-width = <4>; + pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_bus4 &sd2_cd>; + pinctrl-names = "default"; + vmmc-supply = <&mmc_reg>; + status = "okay"; + }; + serial@13800000 { status = "okay"; };