Skip to content

Commit

Permalink
x86: ce4100: Configure IOAPIC pins for USB and SATA to level type
Browse files Browse the repository at this point in the history
The USB and SATA ioapic interrrupt pins are configured as edge type,
but need to be level type interrupts to work correctly.

[ tglx: Split out from the combo patch ]

Cc: Torben Hohn <torbenh@linutronix.de>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Link: http://lkml.kernel.org/r/%3C20110427143052.GA15211%40linutronix.de%3E
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Sebastian Andrzej Siewior authored and Thomas Gleixner committed Apr 28, 2011
1 parent 2044359 commit 1ff42c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/x86/platform/ce4100/falconfalls.dts
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@
"pciclass0c03";

reg = <0x16800 0x0 0x0 0x0 0x0>;
interrupts = <22 3>;
interrupts = <22 1>;
};

usb@d,1 {
Expand All @@ -357,7 +357,7 @@
"pciclass0c03";

reg = <0x16900 0x0 0x0 0x0 0x0>;
interrupts = <22 3>;
interrupts = <22 1>;
};

sata@e,0 {
Expand All @@ -367,7 +367,7 @@
"pciclass0106";

reg = <0x17000 0x0 0x0 0x0 0x0>;
interrupts = <23 3>;
interrupts = <23 1>;
};

flash@f,0 {
Expand Down

0 comments on commit 1ff42c3

Please sign in to comment.