summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorBharat Kumar Gogada <bharat.kumar.gogada@xilinx.com>2016-07-19 20:49:29 +0530
committerMichal Simek <michal.simek@xilinx.com>2016-11-15 15:30:39 +0100
commit7d6ca73ab986951e7b13a0329993aca35f4cc1f6 (patch)
tree8f0828cc624e4c8081a372efff2504f1b4dba604 /arch/arm
parenta4d7d5603726af63643a85b28a3aede6088e0260 (diff)
downloadu-boot-imx-7d6ca73ab986951e7b13a0329993aca35f4cc1f6.zip
u-boot-imx-7d6ca73ab986951e7b13a0329993aca35f4cc1f6.tar.gz
u-boot-imx-7d6ca73ab986951e7b13a0329993aca35f4cc1f6.tar.bz2
ARM64: zynqmp: pci: Updating device tree as per upstream
Updating required device tree changes as per mainlined driver from 4.6 kernel. Signed-off-by: Bharat Kumar Gogada <bharatku@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/dts/zynqmp.dtsi5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index 172ba8c..8abaf1f 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -605,13 +605,16 @@
#address-cells = <3>;
#size-cells = <2>;
#interrupt-cells = <1>;
+ msi-controller;
device_type = "pci";
interrupt-parent = <&gic>;
interrupts = <0 118 4>,
+ <0 117 4>,
<0 116 4>,
<0 115 4>, /* MSI_1 [63...32] */
<0 114 4>; /* MSI_0 [31...0] */
- interrupt-names = "misc", "intx", "msi_1", "msi_0";
+ interrupt-names = "misc","dummy","intx", "msi1", "msi0";
+ msi-parent = <&pcie>;
reg = <0x0 0xfd0e0000 0x1000>,
<0x0 0xfd480000 0x1000>,
<0x0 0xe0000000 0x1000000>;