From patchwork Mon Apr 20 14:02:32 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulf Hansson X-Patchwork-Id: 47361 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-lb0-f200.google.com (mail-lb0-f200.google.com [209.85.217.200]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 37BAD20553 for ; Mon, 20 Apr 2015 14:02:55 +0000 (UTC) Received: by lbcne10 with SMTP id ne10sf37763917lbc.1 for ; Mon, 20 Apr 2015 07:02:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:in-reply-to:references:x-original-sender :x-original-authentication-results:precedence:mailing-list:list-id :list-post:list-help:list-archive:list-unsubscribe; bh=EeEZrNA8twAVwdCcR84K1PM4OdD03tc/s5TbX2Ave6I=; b=cz3Ym+tULgGoXIlT/6pm4C9UmtdLVKYOVT74Msi+eueJ/erzf/Th7WOF5BoeSxPVAi FqtJS08LjmLGeO8RYu4fO1s9nXdXO4YIyJHDHtcM5YFA7dCM659gBywyLQnyP+KFEt2h ARC/Dgw6LryhQw4GbiSwCgEFfW75NdfbroiFUhJXAu03zsgXPhVUbYzZe0jTqEtF4GzG O7M5SYb/bWgOki9we51mjHrQwu0F8UEi0+dDazR812sYRX8S3UUXFONgzZuP5Fqap9ip N97n7TbW3DsLVAxDcm5CTMT0TOJ9NAwWDG8t3Pm00rMY7nTuqiHZC5gaFTVNuRiVMvkW 0miQ== X-Gm-Message-State: ALoCoQnGGkubxAcYb8Xm4P6PKocTp0F05KRhyc0eDs0FCP6OiDaLIk1UoqDEGtIXutRE8BLz+XLv X-Received: by 10.194.7.233 with SMTP id m9mr7246081wja.1.1429538574181; Mon, 20 Apr 2015 07:02:54 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.152.36.163 with SMTP id r3ls824216laj.70.gmail; Mon, 20 Apr 2015 07:02:54 -0700 (PDT) X-Received: by 10.152.116.49 with SMTP id jt17mr7477377lab.82.1429538574028; Mon, 20 Apr 2015 07:02:54 -0700 (PDT) Received: from mail-la0-f52.google.com (mail-la0-f52.google.com. [209.85.215.52]) by mx.google.com with ESMTPS id xt8si15060720lab.136.2015.04.20.07.02.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 20 Apr 2015 07:02:54 -0700 (PDT) Received-SPF: pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.215.52 as permitted sender) client-ip=209.85.215.52; Received: by labbd9 with SMTP id bd9so127625768lab.2 for ; Mon, 20 Apr 2015 07:02:54 -0700 (PDT) X-Received: by 10.152.5.72 with SMTP id q8mr15637172laq.73.1429538573948; Mon, 20 Apr 2015 07:02:53 -0700 (PDT) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.112.67.65 with SMTP id l1csp40604lbt; Mon, 20 Apr 2015 07:02:53 -0700 (PDT) X-Received: by 10.112.146.41 with SMTP id sz9mr16084234lbb.77.1429538573629; Mon, 20 Apr 2015 07:02:53 -0700 (PDT) Received: from mail-lb0-f175.google.com (mail-lb0-f175.google.com. [209.85.217.175]) by mx.google.com with ESMTPS id k7si9345209lbj.50.2015.04.20.07.02.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 20 Apr 2015 07:02:53 -0700 (PDT) Received-SPF: pass (google.com: domain of ulf.hansson@linaro.org designates 209.85.217.175 as permitted sender) client-ip=209.85.217.175; Received: by lbcga7 with SMTP id ga7so131461113lbc.1 for ; Mon, 20 Apr 2015 07:02:53 -0700 (PDT) X-Received: by 10.112.16.196 with SMTP id i4mr15565605lbd.72.1429538573536; Mon, 20 Apr 2015 07:02:53 -0700 (PDT) Received: from localhost.localdomain ([85.235.11.236]) by mx.google.com with ESMTPSA id ml10sm4341511lbc.29.2015.04.20.07.02.51 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 20 Apr 2015 07:02:52 -0700 (PDT) From: Ulf Hansson To: Linus Walleij Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Lee Jones , Bjorn Andersson , Ulf Hansson Subject: [PATCH 2/3] ARM: ux500: Enable GPIO regulator for SD-card for HREF boards Date: Mon, 20 Apr 2015 16:02:32 +0200 Message-Id: <1429538553-17366-3-git-send-email-ulf.hansson@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1429538553-17366-1-git-send-email-ulf.hansson@linaro.org> References: <1429538553-17366-1-git-send-email-ulf.hansson@linaro.org> X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: ulf.hansson@linaro.org X-Original-Authentication-Results: mx.google.com; spf=pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.215.52 as permitted sender) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , Fixes: c94a4ab7af3f ("ARM: ux500: Disable the MMCI gpio-regulator by default") Signed-off-by: Ulf Hansson --- arch/arm/boot/dts/ste-href.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/boot/dts/ste-href.dtsi b/arch/arm/boot/dts/ste-href.dtsi index 8cf499a..744c1e3 100644 --- a/arch/arm/boot/dts/ste-href.dtsi +++ b/arch/arm/boot/dts/ste-href.dtsi @@ -124,8 +124,6 @@ states = <1800000 0x1 2900000 0x0>; - - status = "disabled"; }; // External Micro SD slot