mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
98e45c1675
commit
93970e67bd
|
@ -176,6 +176,7 @@ cpm_pcie0: pcie@f2600000 {
|
||||||
#interrupt-cells = <1>;
|
#interrupt-cells = <1>;
|
||||||
device_type = "pci";
|
device_type = "pci";
|
||||||
dma-coherent;
|
dma-coherent;
|
||||||
|
msi-parent = <&gic_v2m0>;
|
||||||
|
|
||||||
bus-range = <0 0xff>;
|
bus-range = <0 0xff>;
|
||||||
ranges =
|
ranges =
|
||||||
|
@ -201,6 +202,7 @@ cpm_pcie1: pcie@f2620000 {
|
||||||
#interrupt-cells = <1>;
|
#interrupt-cells = <1>;
|
||||||
device_type = "pci";
|
device_type = "pci";
|
||||||
dma-coherent;
|
dma-coherent;
|
||||||
|
msi-parent = <&gic_v2m0>;
|
||||||
|
|
||||||
bus-range = <0 0xff>;
|
bus-range = <0 0xff>;
|
||||||
ranges =
|
ranges =
|
||||||
|
@ -227,6 +229,7 @@ cpm_pcie2: pcie@f2640000 {
|
||||||
#interrupt-cells = <1>;
|
#interrupt-cells = <1>;
|
||||||
device_type = "pci";
|
device_type = "pci";
|
||||||
dma-coherent;
|
dma-coherent;
|
||||||
|
msi-parent = <&gic_v2m0>;
|
||||||
|
|
||||||
bus-range = <0 0xff>;
|
bus-range = <0 0xff>;
|
||||||
ranges =
|
ranges =
|
||||||
|
|
|
@ -176,6 +176,7 @@ cps_pcie0: pcie@f4600000 {
|
||||||
#interrupt-cells = <1>;
|
#interrupt-cells = <1>;
|
||||||
device_type = "pci";
|
device_type = "pci";
|
||||||
dma-coherent;
|
dma-coherent;
|
||||||
|
msi-parent = <&gic_v2m0>;
|
||||||
|
|
||||||
bus-range = <0 0xff>;
|
bus-range = <0 0xff>;
|
||||||
ranges =
|
ranges =
|
||||||
|
@ -201,6 +202,7 @@ cps_pcie1: pcie@f4620000 {
|
||||||
#interrupt-cells = <1>;
|
#interrupt-cells = <1>;
|
||||||
device_type = "pci";
|
device_type = "pci";
|
||||||
dma-coherent;
|
dma-coherent;
|
||||||
|
msi-parent = <&gic_v2m0>;
|
||||||
|
|
||||||
bus-range = <0 0xff>;
|
bus-range = <0 0xff>;
|
||||||
ranges =
|
ranges =
|
||||||
|
@ -227,6 +229,7 @@ cps_pcie2: pcie@f4640000 {
|
||||||
#interrupt-cells = <1>;
|
#interrupt-cells = <1>;
|
||||||
device_type = "pci";
|
device_type = "pci";
|
||||||
dma-coherent;
|
dma-coherent;
|
||||||
|
msi-parent = <&gic_v2m0>;
|
||||||
|
|
||||||
bus-range = <0 0xff>;
|
bus-range = <0 0xff>;
|
||||||
ranges =
|
ranges =
|
||||||
|
|
Loading…
Reference in New Issue