From patchwork Tue Apr 2 08:15:02 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tushar Behera X-Patchwork-Id: 15802 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 C0FDF23E00 for ; Tue, 2 Apr 2013 08:26:57 +0000 (UTC) Received: from mail-vc0-f181.google.com (mail-vc0-f181.google.com [209.85.220.181]) by fiordland.canonical.com (Postfix) with ESMTP id 6CE42A1A33E for ; Tue, 2 Apr 2013 08:26:57 +0000 (UTC) Received: by mail-vc0-f181.google.com with SMTP id hv10so147703vcb.40 for ; Tue, 02 Apr 2013 01:26:57 -0700 (PDT) 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=eT3Crw9Mb41E9dIKy2JJdPJMzf0S82vlXKVt9tfN6TA=; b=CkbiAmdU+xW/QSSC3CLsE0Vx1HJ3yE++4EBkUyOVKHOXFp5lZEgjXgckaaksi7AT+V uRNx9NVuHUN0Hf7bVj1XQkTA3Bt4RyErVvQxxES+ROpi36bUEYA6Eo6oNn2Nr2w2J6Og DlDvb1urgfiv2qTDIEfeqSjvq+6ZneJG9f0wFuGewtpUbFbLxxEqu/usMonvZ45UWQy8 H/2e1V2LrfZlAzaXY9R8jS9pJleq1Ju4QwhfpqQJC+ZyZFUPuKZTLYGt2DGEI3wB24ak egmXvJmV5mwq5Sc1Vx5E9lqv4fTMvN9Qeuvnj/RMdAiEMAFvq0OmE7UnoEZcxkcQEN7o ZLyw== X-Received: by 10.220.106.14 with SMTP id v14mr11808676vco.2.1364891216959; Tue, 02 Apr 2013 01:26:56 -0700 (PDT) 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.59.4.204 with SMTP id cg12csp114972ved; Tue, 2 Apr 2013 01:26:56 -0700 (PDT) X-Received: by 10.68.197.164 with SMTP id iv4mr7543621pbc.203.1364891215970; Tue, 02 Apr 2013 01:26:55 -0700 (PDT) Received: from mail-pa0-f45.google.com (mail-pa0-f45.google.com [209.85.220.45]) by mx.google.com with ESMTPS id zz9si706788pbc.239.2013.04.02.01.26.55 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 02 Apr 2013 01:26:55 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.220.45 is neither permitted nor denied by best guess record for domain of tushar.behera@linaro.org) client-ip=209.85.220.45; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.220.45 is neither permitted nor denied by best guess record for domain of tushar.behera@linaro.org) smtp.mail=tushar.behera@linaro.org Received: by mail-pa0-f45.google.com with SMTP id kl13so170809pab.4 for ; Tue, 02 Apr 2013 01:26:55 -0700 (PDT) X-Received: by 10.68.25.231 with SMTP id f7mr23486374pbg.35.1364891215596; Tue, 02 Apr 2013 01:26:55 -0700 (PDT) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPS id qh4sm1448781pac.8.2013.04.02.01.26.51 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 02 Apr 2013 01:26:54 -0700 (PDT) From: Tushar Behera To: linux-samsung-soc@vger.kernel.org, devicetree-discuss@lists.ozlabs.org Cc: kgene.kim@samsung.com, patches@linaro.org, Sachin Kamat Subject: [PATCH V3 2/7] ARM: dts: Add disable-wp for card slot on exynos5250-arndale Date: Tue, 2 Apr 2013 13:45:02 +0530 Message-Id: <1364890507-19261-3-git-send-email-tushar.behera@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1364890507-19261-1-git-send-email-tushar.behera@linaro.org> References: <1364890507-19261-1-git-send-email-tushar.behera@linaro.org> X-Gm-Message-State: ALoCoQk6O5g0cmObh0jUkiluLLF4SoZCQk/Sk8lmPhn+zKV4Htvt2wI0kY8uwGTwQFNzpP/22ByJ From: Sachin Kamat This is required to keep the existing functionality of having no write protect pin on Arndale board. Signed-off-by: Sachin Kamat Signed-off-by: Tushar Behera --- This is a new patch in the patchset. arch/arm/boot/dts/exynos5250-arndale.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts index 7e7a61e..d07a21f 100644 --- a/arch/arm/boot/dts/exynos5250-arndale.dts +++ b/arch/arm/boot/dts/exynos5250-arndale.dts @@ -96,6 +96,7 @@ slot@0 { reg = <0>; bus-width = <4>; + disable-wp; }; };