Commit 9b952a39 authored by Malcolm Crossley's avatar Malcolm Crossley Committed by Kumar Gala

powerpc/86xx: Fix GE SBC310 XMC site support

Correction to interrupt map mask for GE SBC310 XMC site and addition of
alias.
Signed-off-by: default avatarMalcolm Crossley <malcolm.crossley2@gefanuc.com>
Signed-off-by: default avatarMartyn Welch <martyn.welch@gefanuc.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent f5d570d3
......@@ -32,6 +32,7 @@ aliases {
serial0 = &serial0;
serial1 = &serial1;
pci0 = &pci0;
pci1 = &pci1;
};
cpus {
......@@ -374,7 +375,7 @@ pci0: pcie@fef08000 {
clock-frequency = <33333333>;
interrupt-parent = <&mpic>;
interrupts = <0x18 0x2>;
interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
interrupt-map-mask = <0xff00 0x0 0x0 0x7>;
interrupt-map = <
0x0000 0x0 0x0 0x1 &mpic 0x0 0x2
0x0000 0x0 0x0 0x2 &mpic 0x1 0x2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment