Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754231AbbG3ANC (ORCPT ); Wed, 29 Jul 2015 20:13:02 -0400 Received: from seldrel01.sonyericsson.com ([37.139.156.2]:15735 "EHLO seldrel01.sonyericsson.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751985AbbG3ANA (ORCPT ); Wed, 29 Jul 2015 20:13:00 -0400 Date: Wed, 29 Jul 2015 17:12:30 -0700 From: Bjorn Andersson To: Srinivas Kandagatla CC: , , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , , , Subject: Re: [PATCH v1 1/7] ARM: dts: ifc6410: Add pwrseq support for WLAN Message-ID: <20150730001230.GD6519@usrtlx11787.corpusers.net> References: <1438087956-17307-1-git-send-email-srinivas.kandagatla@linaro.org> <1438088022-17350-1-git-send-email-srinivas.kandagatla@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1438088022-17350-1-git-send-email-srinivas.kandagatla@linaro.org> User-Agent: Mutt/1.5.22 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1708 Lines: 59 On Tue 28 Jul 05:53 PDT 2015, Srinivas Kandagatla wrote: > This patch adds pwrseq for WLAN which resets the WLAN just before the > SDIO bus is up. > Does this mean that we have the !power-of-2 patch in mmc on the way? > Signed-off-by: Srinivas Kandagatla > --- > arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) > > diff --git a/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts b/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts > index 88d6655..df560cf 100644 > --- a/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts > +++ b/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts > @@ -1,5 +1,6 @@ > #include "qcom-apq8064-v2.0.dtsi" > #include > +#include > > / { > model = "Qualcomm APQ8064/IFC6410"; > @@ -206,6 +207,28 @@ > status = "okay"; > }; > > + qcom,ssbi@500000 { > + pmicintc: pmic@0 { > + pm8921_gpio: gpio@150 { These should already be labeled in the apq8064 dtsi (or in a qcom-pm8921.dtsi). > + pinctrl-names = "default"; > + pinctrl-0 = <&wlan_default_gpios>; Please move these to the pwrseq node, as that's the consumer of this. > + wlan_default_gpios: wlan-gpios { > + pios { > + pins = "gpio43"; > + function = "normal"; > + bias-disable; > + power-source = ; > + }; > + }; > + }; > + }; > + }; Regards, Bjorn -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/