mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 10:46:41 +00:00
apm821xx: remove broken PCIe MSI support
These never worked and upstream is in the process of removing them as well. Legacy PCI interrupt signaling is still working as before. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
parent
4e6ebdd7ce
commit
0e841fd4a2
@ -421,31 +421,6 @@
|
||||
#size-cells = <0>;
|
||||
};
|
||||
|
||||
MSI: ppc4xx-msi@c10000000 {
|
||||
compatible = "amcc,ppc4xx-msi", "ppc4xx-msi";
|
||||
reg = <0xc 0x10000000 0x100
|
||||
0xc 0x10000000 0x100>;
|
||||
sdr-base = <0x36C>;
|
||||
msi-data = <0x00004440>;
|
||||
msi-mask = <0x0000ffe0>;
|
||||
interrupts =<0 1 2 3 4 5 6 7>;
|
||||
interrupt-parent = <&MSI>;
|
||||
#interrupt-cells = <1>;
|
||||
#address-cells = <0>;
|
||||
#size-cells = <0>;
|
||||
msi-available-ranges = <0x0 0x100>;
|
||||
interrupt-map =
|
||||
<0 &UIC3 0x18 IRQ_TYPE_EDGE_RISING>,
|
||||
<1 &UIC3 0x19 IRQ_TYPE_EDGE_RISING>,
|
||||
<2 &UIC3 0x1a IRQ_TYPE_EDGE_RISING>,
|
||||
<3 &UIC3 0x1b IRQ_TYPE_EDGE_RISING>,
|
||||
<4 &UIC3 0x1c IRQ_TYPE_EDGE_RISING>,
|
||||
<5 &UIC3 0x1d IRQ_TYPE_EDGE_RISING>,
|
||||
<6 &UIC3 0x1e IRQ_TYPE_EDGE_RISING>,
|
||||
<7 &UIC3 0x1f IRQ_TYPE_EDGE_RISING>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
PCIE0: pciex@d00000000 {
|
||||
device_type = "pci"; /* see ppc4xx_pci_find_bridge */
|
||||
#interrupt-cells = <1>;
|
||||
|
@ -244,7 +244,3 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&MSI {
|
||||
status = "okay";
|
||||
};
|
||||
|
@ -205,7 +205,3 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&MSI {
|
||||
status = "okay";
|
||||
};
|
||||
|
@ -207,10 +207,6 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&MSI {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&IIC0 {
|
||||
status = "okay";
|
||||
|
||||
|
@ -514,7 +514,3 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&MSI {
|
||||
status = "okay";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user