diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2017-08-14 13:37:56 +0200 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2017-10-11 23:55:24 +0200 |
commit | 2ea93babf6da52989fd1328da7167d31147d7a65 (patch) | |
tree | bbcf4cc9130fc7ab01cbec9566750924b55be259 /arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi | |
parent | arm64: dts: qcom: msm8996: add support to pcie (diff) | |
download | linux-2ea93babf6da52989fd1328da7167d31147d7a65.tar.xz linux-2ea93babf6da52989fd1328da7167d31147d7a65.zip |
arm64: dts: apq8096-db820c: Enable on board 3 pcie root complex
This patch adds enables 3 instances of root complexes which are
exposed on DB820c board. 3 Instances are terminted as below
PCIE0 => QCA6174
PCIE1 => MINI PCIE CARD
PCIE2 => GBE ETHERNET
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi b/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi index 789f3e87321e..18c61693529e 100644 --- a/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi +++ b/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi @@ -138,6 +138,22 @@ pinctrl-names = "default"; pinctrl-0 = <&usb2_vbus_det_gpio>; }; + + agnoc@0 { + qcom,pcie@00600000 { + perst-gpio = <&msmgpio 35 GPIO_ACTIVE_LOW>; + }; + + qcom,pcie@00608000 { + status = "okay"; + perst-gpio = <&msmgpio 130 GPIO_ACTIVE_LOW>; + }; + + qcom,pcie@00610000 { + status = "okay"; + perst-gpio = <&msmgpio 114 GPIO_ACTIVE_LOW>; + }; + }; }; |