aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-01 11:41:24 -0400
committerGregory CLEMENT <gregory.clement@free-electrons.com>2016-09-14 10:21:09 -0400
commit93970e67bdaec174ba8dad93e5ebb55be98f8d61 (patch)
tree35a4b56acbaeac5940409c0db2e92f23f0498c98
parent98e45c1675a018e1121c1244985cf80b790fb6c4 (diff)
arm64: dts: marvell: enable MSI for PCIe on Armada 7K/8K
This commit adds a reference to the appropriate MSI controller in the description of the PCIe controllers on Marvel Armada 7K and 8K platforms. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
-rw-r--r--arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi3
-rw-r--r--arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi3
2 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi b/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi
index da31bbbbb59e..e5e3ed678b6f 100644
--- a/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi
@@ -176,6 +176,7 @@
176 #interrupt-cells = <1>; 176 #interrupt-cells = <1>;
177 device_type = "pci"; 177 device_type = "pci";
178 dma-coherent; 178 dma-coherent;
179 msi-parent = <&gic_v2m0>;
179 180
180 bus-range = <0 0xff>; 181 bus-range = <0 0xff>;
181 ranges = 182 ranges =
@@ -201,6 +202,7 @@
201 #interrupt-cells = <1>; 202 #interrupt-cells = <1>;
202 device_type = "pci"; 203 device_type = "pci";
203 dma-coherent; 204 dma-coherent;
205 msi-parent = <&gic_v2m0>;
204 206
205 bus-range = <0 0xff>; 207 bus-range = <0 0xff>;
206 ranges = 208 ranges =
@@ -227,6 +229,7 @@
227 #interrupt-cells = <1>; 229 #interrupt-cells = <1>;
228 device_type = "pci"; 230 device_type = "pci";
229 dma-coherent; 231 dma-coherent;
232 msi-parent = <&gic_v2m0>;
230 233
231 bus-range = <0 0xff>; 234 bus-range = <0 0xff>;
232 ranges = 235 ranges =
diff --git a/arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi b/arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi
index 6ff12016327e..842fb333285c 100644
--- a/arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi
@@ -176,6 +176,7 @@
176 #interrupt-cells = <1>; 176 #interrupt-cells = <1>;
177 device_type = "pci"; 177 device_type = "pci";
178 dma-coherent; 178 dma-coherent;
179 msi-parent = <&gic_v2m0>;
179 180
180 bus-range = <0 0xff>; 181 bus-range = <0 0xff>;
181 ranges = 182 ranges =
@@ -201,6 +202,7 @@
201 #interrupt-cells = <1>; 202 #interrupt-cells = <1>;
202 device_type = "pci"; 203 device_type = "pci";
203 dma-coherent; 204 dma-coherent;
205 msi-parent = <&gic_v2m0>;
204 206
205 bus-range = <0 0xff>; 207 bus-range = <0 0xff>;
206 ranges = 208 ranges =
@@ -227,6 +229,7 @@
227 #interrupt-cells = <1>; 229 #interrupt-cells = <1>;
228 device_type = "pci"; 230 device_type = "pci";
229 dma-coherent; 231 dma-coherent;
232 msi-parent = <&gic_v2m0>;
230 233
231 bus-range = <0 0xff>; 234 bus-range = <0 0xff>;
232 ranges = 235 ranges =