From patchwork Fri Jan 25 11:51:26 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 14289 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 5CC6B23F96 for ; Fri, 25 Jan 2013 12:00:22 +0000 (UTC) Received: from mail-vb0-f52.google.com (mail-vb0-f52.google.com [209.85.212.52]) by fiordland.canonical.com (Postfix) with ESMTP id 04944A19255 for ; Fri, 25 Jan 2013 12:00:21 +0000 (UTC) Received: by mail-vb0-f52.google.com with SMTP id fa15so188847vbb.39 for ; Fri, 25 Jan 2013 04:00:21 -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 :x-gm-message-state; bh=fNyDlt1QAp0W0FaAcQs8PJlcn5uiJu/rq5hOhXJQAKQ=; b=TTP52dWyC/u28dMfWwJ9V3xvf9fSzECUdahGg2TS430EP3c8k1B62f9NmTXrcrcV1T dcTPm3K8rG7DEol3w4nqHwVWA0iDk64O/U3+8x4iVoeSvVMgP4cHKDpULAGhUcsz9OVS 3UIe51QFNkgs3r8wPvQe76nj9MltEwD/0ToaNPKaoh47VO5otQR9x9eBGCwEQFNJzu/h iTbnr3jOzA97zJVDmK7mnHj6h0wNVI8r5KmwZ0X7epQhrWs1KsmBEM/7QFYXarTgaAu4 0OtCWp4k2heXhM9i9appN3id6Ll1WzoT7ncfyzRoeZYwPz9/2zIqpJhYxBFwskfmf42D SYmw== X-Received: by 10.52.70.205 with SMTP id o13mr4897488vdu.75.1359115221482; Fri, 25 Jan 2013 04:00:21 -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 st5csp112519veb; Fri, 25 Jan 2013 04:00:20 -0800 (PST) X-Received: by 10.68.219.36 with SMTP id pl4mr13720740pbc.124.1359115220514; Fri, 25 Jan 2013 04:00:20 -0800 (PST) Received: from mail-da0-f49.google.com (mail-da0-f49.google.com [209.85.210.49]) by mx.google.com with ESMTPS id n8si967532paw.1.2013.01.25.04.00.20 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 25 Jan 2013 04:00:20 -0800 (PST) Received-SPF: neutral (google.com: 209.85.210.49 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.210.49; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.49 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-da0-f49.google.com with SMTP id v40so143202dad.22 for ; Fri, 25 Jan 2013 04:00:20 -0800 (PST) X-Received: by 10.68.83.68 with SMTP id o4mr13889915pby.25.1359115219983; Fri, 25 Jan 2013 04:00:19 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id x6sm769052paw.0.2013.01.25.04.00.17 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 25 Jan 2013 04:00:19 -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 1/1] ARM: dts: Add sdhci node for exynos4412-smdk4412 Date: Fri, 25 Jan 2013 17:21:26 +0530 Message-Id: <1359114686-7871-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQn7iH0YeTcXxO02i8zP87ZUfImdk9PtxtEQTKJHMye2RYmx2uLgzcH88idSJ7W3Krc7RnUa Added sdhci node for exynos4412-smdk4412. Signed-off-by: Sachin Kamat --- arch/arm/boot/dts/exynos4412-smdk4412.dts | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/exynos4412-smdk4412.dts b/arch/arm/boot/dts/exynos4412-smdk4412.dts index f05bf57..e885971 100644 --- a/arch/arm/boot/dts/exynos4412-smdk4412.dts +++ b/arch/arm/boot/dts/exynos4412-smdk4412.dts @@ -27,6 +27,13 @@ bootargs ="root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M console=ttySAC1,115200 init=/linuxrc"; }; + sdhci@12530000 { + bus-width = <4>; + pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_bus4 &sd2_cd>; + pinctrl-names = "default"; + status = "okay"; + }; + serial@13800000 { status = "okay"; };