[POWERPC] Fix incorrect interrupt map on FSL reference boards
The ULI based boards had the interrupt maps for USB on the ULI incorrectly set. Also, the MPC8572DS was missing the interrupt-map-mask for the 3rd PCIe controller. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
Родитель
3e6f4394ab
Коммит
93967ae20a
|
@ -304,9 +304,9 @@
|
||||||
interrupt-map = <
|
interrupt-map = <
|
||||||
// IDSEL 0x1c USB
|
// IDSEL 0x1c USB
|
||||||
e000 0 0 1 &i8259 c 2
|
e000 0 0 1 &i8259 c 2
|
||||||
e100 0 0 1 &i8259 9 2
|
e100 0 0 2 &i8259 9 2
|
||||||
e200 0 0 1 &i8259 a 2
|
e200 0 0 3 &i8259 a 2
|
||||||
e300 0 0 1 &i8259 b 2
|
e300 0 0 4 &i8259 b 2
|
||||||
|
|
||||||
// IDSEL 0x1d Audio
|
// IDSEL 0x1d Audio
|
||||||
e800 0 0 1 &i8259 6 2
|
e800 0 0 1 &i8259 6 2
|
||||||
|
|
|
@ -334,9 +334,9 @@
|
||||||
|
|
||||||
// IDSEL 0x1c USB
|
// IDSEL 0x1c USB
|
||||||
e000 0 0 1 &i8259 c 2
|
e000 0 0 1 &i8259 c 2
|
||||||
e100 0 0 1 &i8259 9 2
|
e100 0 0 2 &i8259 9 2
|
||||||
e200 0 0 1 &i8259 a 2
|
e200 0 0 3 &i8259 a 2
|
||||||
e300 0 0 1 &i8259 b 2
|
e300 0 0 4 &i8259 b 2
|
||||||
|
|
||||||
// IDSEL 0x1d Audio
|
// IDSEL 0x1d Audio
|
||||||
e800 0 0 1 &i8259 6 2
|
e800 0 0 1 &i8259 6 2
|
||||||
|
@ -481,6 +481,7 @@
|
||||||
clock-frequency = <1fca055>;
|
clock-frequency = <1fca055>;
|
||||||
interrupt-parent = <&mpic>;
|
interrupt-parent = <&mpic>;
|
||||||
interrupts = <1b 2>;
|
interrupts = <1b 2>;
|
||||||
|
interrupt-map-mask = <f800 0 0 7>;
|
||||||
interrupt-map = <
|
interrupt-map = <
|
||||||
/* IDSEL 0x0 */
|
/* IDSEL 0x0 */
|
||||||
0000 0 0 1 &mpic 0 1
|
0000 0 0 1 &mpic 0 1
|
||||||
|
|
|
@ -326,9 +326,9 @@
|
||||||
|
|
||||||
// IDSEL 0x1c USB
|
// IDSEL 0x1c USB
|
||||||
e000 0 0 1 &i8259 c 2
|
e000 0 0 1 &i8259 c 2
|
||||||
e100 0 0 1 &i8259 9 2
|
e100 0 0 2 &i8259 9 2
|
||||||
e200 0 0 1 &i8259 a 2
|
e200 0 0 3 &i8259 a 2
|
||||||
e300 0 0 1 &i8259 b 2
|
e300 0 0 4 &i8259 b 2
|
||||||
|
|
||||||
// IDSEL 0x1d Audio
|
// IDSEL 0x1d Audio
|
||||||
e800 0 0 1 &i8259 6 2
|
e800 0 0 1 &i8259 6 2
|
||||||
|
|
Загрузка…
Ссылка в новой задаче