From patchwork Thu Jan 17 05:48:12 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 14094 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 2EF2924229 for ; Thu, 17 Jan 2013 05:56:51 +0000 (UTC) Received: from mail-vc0-f174.google.com (mail-vc0-f174.google.com [209.85.220.174]) by fiordland.canonical.com (Postfix) with ESMTP id C34BBA18B1E for ; Thu, 17 Jan 2013 05:56:50 +0000 (UTC) Received: by mail-vc0-f174.google.com with SMTP id n11so187507vch.19 for ; Wed, 16 Jan 2013 21:56:50 -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=p5TRUJhvcXvRBVjXuECZwbEnLO8xczI5G56YJ3/vChs=; b=gk5X/o+rO1+R7StvHe9B8uSkFzXwfKj9JU4zoUs4QnX0VUyt/u+MwftUFxKyQtOmEt D7f2xfOAE33W+70UwpMlrO7h1PzUBgQt47G44/q1KpB4DP4wm/r2C7S+kgDf99iYAk4N JtbN0JFyjZ2gQPdRp4sNlmJbemGDjTn9TbdEd/qQh5eqtH1X45OYckDHUJAo3iUcsJ2f F1UUt8JytNWT7epsvMyDhXH8ejrUiB9BF+X24Od1Mwd1YdMSO8cDnQpJC/ZhAya2Lhzx zhqo1vPPWC99UNwHGrCK82PyfmkcpTqzcye1de76ptXFXVl9tz59xVm8qkPHEMQivMkN H3hg== X-Received: by 10.220.209.74 with SMTP id gf10mr4160460vcb.10.1358402210252; Wed, 16 Jan 2013 21:56:50 -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 st5csp13893veb; Wed, 16 Jan 2013 21:56:49 -0800 (PST) X-Received: by 10.68.233.197 with SMTP id ty5mr10491032pbc.9.1358402208986; Wed, 16 Jan 2013 21:56:48 -0800 (PST) Received: from mail-da0-f48.google.com (mail-da0-f48.google.com [209.85.210.48]) by mx.google.com with ESMTPS id n8si971444paw.59.2013.01.16.21.56.48 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 16 Jan 2013 21:56:48 -0800 (PST) Received-SPF: neutral (google.com: 209.85.210.48 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.210.48; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.48 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-f48.google.com with SMTP id k18so940008dae.35 for ; Wed, 16 Jan 2013 21:56:48 -0800 (PST) X-Received: by 10.68.134.130 with SMTP id pk2mr10168255pbb.125.1358402208354; Wed, 16 Jan 2013 21:56:48 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id hc4sm427245pbc.30.2013.01.16.21.56.46 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 16 Jan 2013 21:56:47 -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/2] ARM: dts: Add vmmc regulator node in exynos4412-origen.dts Date: Thu, 17 Jan 2013 11:18:12 +0530 Message-Id: <1358401693-3361-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQkAxde8e0fzC7xIq8OTwWC2YZbGH+JSY3YKK+FoiVux34ocbrXaxuTloBIHEZ1mI483KZfu Added vmmc regulator node in exynos4412-origen.dts file. Signed-off-by: Sachin Kamat Reviewed-by: Tomasz Figa --- arch/arm/boot/dts/exynos4412-origen.dts | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412-origen.dts index df880c4..fe70bc6 100644 --- a/arch/arm/boot/dts/exynos4412-origen.dts +++ b/arch/arm/boot/dts/exynos4412-origen.dts @@ -27,6 +27,15 @@ bootargs ="console=ttySAC2,115200"; }; + mmc_reg: voltage-regulator { + compatible = "regulator-fixed"; + regulator-name = "VMEM_VDD_2.8V"; + regulator-min-microvolt = <2800000>; + regulator-max-microvolt = <2800000>; + gpio = <&gpx1 1 0>; + enable-active-high; + }; + serial@13800000 { status = "okay"; };