arm64: dts: apq8096-db820c: Enable on board 3 pcie root complex
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Mon, 14 Aug 2017 11:37:56 +0000 (13:37 +0200)
committerAndy Gross <andy.gross@linaro.org>
Wed, 11 Oct 2017 21:55:24 +0000 (16:55 -0500)
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>
arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi

index 789f3e87321e2d47e51d5af9346441addd385413..18c61693529e64104bcfb9d4bba7fd46f8e9940d 100644 (file)
                        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>;
+                       };
+               };
        };