Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752545AbbBWMCD (ORCPT ); Mon, 23 Feb 2015 07:02:03 -0500 Received: from softlayer.compulab.co.il ([50.23.254.55]:56125 "EHLO compulab.co.il" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752131AbbBWMCA (ORCPT ); Mon, 23 Feb 2015 07:02:00 -0500 X-Greylist: delayed 1843 seconds by postgrey-1.27 at vger.kernel.org; Mon, 23 Feb 2015 07:01:59 EST Message-ID: <54EB0F7F.1050307@compulab.co.il> Date: Mon, 23 Feb 2015 13:31:11 +0200 From: Igor Grinberg Organization: CompuLab Ltd. User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Srinivas Kandagatla , Kumar Gala , linux-arm-msm@vger.kernel.org CC: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Russell King , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Nicolas Dechesne Subject: Re: [PATCH 06/12] ARM: DT: apq8064: add pci support in CM QS600 References: <424678035-12862-1-git-send-email-srinivas.kandagatla@linaro.org> <1424678135-13178-1-git-send-email-srinivas.kandagatla@linaro.org> In-Reply-To: <1424678135-13178-1-git-send-email-srinivas.kandagatla@linaro.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - softlayer.compulab.co.il X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - compulab.co.il X-Get-Message-Sender-Via: softlayer.compulab.co.il: acl_c_relayhosts_text_entry: grinberg@compulab.co.il|compulab.co.il Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1788 Lines: 63 Hi Srini, On 02/23/15 09:55, Srinivas Kandagatla wrote: > From: Nicolas Dechesne > > This patch adds PCIE support to APQ8064, tested with Ethernet on Compulab QS600 board. > > Signed-off-by: Nicolas Dechesne Thanks for submitting these! I currently have a hard time submitting anything... Acked-by: Igor Grinberg > --- > arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) > > diff --git a/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts b/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts > index 5d75666..6e62f24 100644 > --- a/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts > +++ b/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts > @@ -1,4 +1,5 @@ > #include "qcom-apq8064-v2.0.dtsi" > +#include > > / { > model = "CompuLab CM-QS600"; > @@ -40,6 +41,24 @@ > }; > }; > > + /* on board fixed 3.3v supply */ > + v3p3_pcieclk: v3p3-pcieclk { > + compatible = "regulator-fixed"; > + regulator-name = "PCIE V3P3"; > + regulator-min-microvolt = <3300000>; > + regulator-max-microvolt = <3300000>; > + regulator-always-on; > + }; > + > + pci@1b500000 { > + status = "ok"; > + pcie-clk-supply = <&v3p3_pcieclk>; > + avdd-supply = <&pm8921_s3>; > + vdd-supply = <&pm8921_lvs6>; > + qcom,external-phy-refclk; > + reset-gpio = <&tlmm_pinmux 27 GPIO_ACTIVE_LOW>; > + }; > + > amba { > /* eMMC */ > sdcc1: sdcc@12400000 { > -- Regards, Igor. -- 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/