963989cf5d8ccd2d08206238c7c53a43f985c9a8
[AGL/meta-agl-devel.git] /
1 From 764a3a5da899b596474edf916b44dfc034443445 Mon Sep 17 00:00:00 2001
2 From: Jan Kiszka <jan.kiszka@siemens.com>
3 Date: Mon, 17 Sep 2018 08:08:08 +0200
4 Subject: [PATCH 08/32] arm64: dts: marvell: armada-37xx: Set pci-domain
5
6 This is a nop for normal operation but allows the device tree overlay
7 that the Jailhouse hypervisor injects to use pci-domain as well
8 (linux,pci-domain has to be applied consistently in a system). That will
9 assign a stable PCI domain to the secondary, virtual host controller of
10 Jailhouse.
11
12 Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
13 ---
14  arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 1 +
15  1 file changed, 1 insertion(+)
16
17 diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
18 index 000c135e39b7..d839cea9d361 100644
19 --- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
20 +++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
21 @@ -482,6 +482,7 @@
22                         #address-cells = <3>;
23                         #size-cells = <2>;
24                         bus-range = <0x00 0xff>;
25 +                       linux,pci-domain = <0>;
26                         interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
27                         #interrupt-cells = <1>;
28                         msi-parent = <&pcie0>;
29 -- 
30 2.11.0
31