From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Andersson Subject: Re: [PATCH v4 5/5] ARM: dts: ifc6410: enable pcie dt node for this board Date: Thu, 17 Dec 2015 13:55:53 -0800 Message-ID: <20151217215553.GA4000@usrtlx11787.corpusers.net> References: <1449149725-27607-1-git-send-email-stanimir.varbanov@linaro.org> <1449149725-27607-6-git-send-email-stanimir.varbanov@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Content-Disposition: inline In-Reply-To: <1449149725-27607-6-git-send-email-stanimir.varbanov-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stanimir Varbanov Cc: "linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Bjorn Helgaas , Srinivas Kandagatla , Rob Herring , Rob Herring , Mark Rutland , Pawel Moll , Ian Campbell , Arnd Bergmann , Jingoo Han , Pratyush Anand List-Id: devicetree@vger.kernel.org On Thu 03 Dec 05:35 PST 2015, Stanimir Varbanov wrote: > Enable pcie dt node and fill pcie dt node with regulator, pinctrl > and reset gpio, to use the pcie on the ifc6410 board. > > Signed-off-by: Stanimir Varbanov > --- > arch/arm/boot/dts/qcom-apq8064-ifc6410.dts | 26 ++++++++++++++++++++++++++ > 1 file changed, 26 insertions(+) > > diff --git a/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts b/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts > index 11ac608b6d50..f203b94ee460 100644 > --- a/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts > +++ b/arch/arm/boot/dts/qcom-apq8064-ifc6410.dts > @@ -47,6 +47,18 @@ > bias-disable; > }; > }; > + > + pcie_pins: pcie_pinmux { > + mux { > + pins = "gpio27"; > + function = "gpio"; > + }; > + conf { > + pins = "gpio27"; > + drive-strength = <12>; > + bias-disable; > + }; > + }; > }; > > rpm@108000 { > @@ -123,6 +135,10 @@ > pm8921_lvs1: lvs1 { > bias-pull-down; > }; > + > + pm8921_lvs6: lvs6 { > + bias-pull-down; > + }; Please don't duplicate the labels in the dts files. > }; > }; > Regards, Bjorn -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html