From mboxrd@z Thu Jan 1 00:00:00 1970 From: Srinivas Kandagatla Subject: Re: [PATCH v1 2/7] ARM: dts: ifc6410: add real regulators for sdcc nodes. Date: Tue, 28 Jul 2015 09:07:17 +0100 Message-ID: <55B73835.3020304@linaro.org> References: <1438004945-16175-1-git-send-email-srinivas.kandagatla@linaro.org> <1438005012-16263-1-git-send-email-srinivas.kandagatla@linaro.org> <20150727203254.GB12739@qualcomm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-wi0-f179.google.com ([209.85.212.179]:35403 "EHLO mail-wi0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751865AbbG1IHV (ORCPT ); Tue, 28 Jul 2015 04:07:21 -0400 Received: by wibxm9 with SMTP id xm9so145058831wib.0 for ; Tue, 28 Jul 2015 01:07:20 -0700 (PDT) In-Reply-To: <20150727203254.GB12739@qualcomm.com> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Andy Gross Cc: linux-arm-msm@vger.kernel.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org On 27/07/15 21:32, Andy Gross wrote: > On Mon, Jul 27, 2015 at 02:50:12PM +0100, Srinivas Kandagatla wrote: > > > >> sdcc3: sdcc@12180000 { >> status = "okay"; >> + vmmc-supply = <&pm8921_l6>; >> pinctrl-names = "default"; >> pinctrl-0 = <&card_detect>; >> cd-gpios = <&tlmm_pinmux 26 GPIO_ACTIVE_LOW>; >> @@ -187,6 +200,8 @@ >> /* WLAN */ >> sdcc4: sdcc@121c0000 { >> status = "okay"; >> + vmmc-supply = <&ext_3p3v>; > > Where is ext_3p3v defined? Oops, This is missing in this patch, I think re-ordering few other patches introduced this. I will send a these 3 patches as we discussed. --srini > >> + vqmmc-supply = <&pm8921_lvs1>; >