devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
To: Andy Gross <andy.gross@linaro.org>, linux-arm-msm@vger.kernel.org
Cc: Rob Herring <robh+dt@kernel.org>,
	Russell King <linux@arm.linux.org.uk>,
	linux-soc@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Subject: [PATCH 03/12] ARM: dts: apq8064: add pci support in CM QS600
Date: Tue, 23 Feb 2016 14:14:14 +0000	[thread overview]
Message-ID: <1456236854-2511-1-git-send-email-srinivas.kandagatla@linaro.org> (raw)
In-Reply-To: <1456236639-1379-1-git-send-email-srinivas.kandagatla@linaro.org>

This patch adds PCIE support to APQ8064, tested with Ethernet on
Compulab QS600 board.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---
 arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts b/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts
index 21095da..35f1d46 100644
--- a/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts
+++ b/arch/arm/boot/dts/qcom-apq8064-cm-qs600.dts
@@ -37,6 +37,18 @@
 					bias-disable;
 				};
 			};
+
+			pcie_pins: pcie_pinmux {
+				mux {
+					pins = "gpio27";
+					function = "gpio";
+				};
+				conf {
+					pins = "gpio27";
+					drive-strength = <12>;
+					bias-disable;
+				};
+			};
 		};
 
 		rpm@108000 {
@@ -103,6 +115,11 @@
 					regulator-max-microvolt = <1900000>;
 					bias-pull-down;
 				};
+
+				pm8921_lvs6: lvs6 {
+					bias-pull-down;
+				};
+
 			};
 		};
 
@@ -195,6 +212,16 @@
 			};
 		};
 
+		pci@1b500000 {
+			status = "ok";
+			vdda-supply = <&pm8921_s3>;
+			vdda_phy-supply = <&pm8921_lvs6>;
+			vdda_refclk-supply = <&v3p3_fixed>;
+			pinctrl-0 = <&pcie_pins>;
+			pinctrl-names = "default";
+			perst-gpio = <&tlmm_pinmux 27 GPIO_ACTIVE_LOW>;
+		};
+
 		amba {
 			/* eMMC */
 			sdcc1: sdcc@12400000 {
-- 
1.9.1

  parent reply	other threads:[~2016-02-23 14:14 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-23 14:10 [PATCH 00/12] ARM: dts: apq8064: spi and i2c dt patches Srinivas Kandagatla
2016-02-23 14:11 ` [PATCH 01/12] ARM: dts: qcom: fix i2c lables to be inline with others Srinivas Kandagatla
2016-02-23 14:14 ` [PATCH 02/12] ARM: dts: apq8064: move pinctrls to dedicated dtsi Srinivas Kandagatla
2016-02-23 14:14 ` Srinivas Kandagatla [this message]
2016-02-23 14:14 ` [PATCH 04/12] ARM: dts: apq8064: add i2c sleep pinctrl states Srinivas Kandagatla
2016-02-23 14:14 ` [PATCH 05/12] ARM: dts: apq8064: add spi5 device node Srinivas Kandagatla
     [not found] ` <1456236639-1379-1-git-send-email-srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2016-02-23 14:14   ` [PATCH 06/12] ARM: dts: ifc6410: enable spi device on expansion Srinivas Kandagatla
2016-02-23 14:14   ` [PATCH 10/12] ARM: dts: ifc6410: enable cam i2c device Srinivas Kandagatla
2016-02-23 14:14 ` [PATCH 07/12] ARM: dts: apq8064: add missing i2c2 pinctrl info Srinivas Kandagatla
2016-02-23 14:14 ` [PATCH 09/12] ARM: dts: apq8064: add gsbi4 with i2c node Srinivas Kandagatla
2016-02-23 14:15 ` [PATCH 11/12] ARM: dts: apq8064: add i2c6 device node Srinivas Kandagatla
2016-02-23 14:15 ` [PATCH 12/12] ARM: dts: ifc6410: add correct aliases to the i2c and spi bus Srinivas Kandagatla

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1456236854-2511-1-git-send-email-srinivas.kandagatla@linaro.org \
    --to=srinivas.kandagatla@linaro.org \
    --cc=andy.gross@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-soc@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).