[coreboot-gerrit] Patch set updated for coreboot: 1fcb6c1 kontron/986lcd-m: Change COM3/COM4 IRQ to standard ones for better compatibility

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sun Nov 16 13:20:08 CET 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7477

-gerrit

commit 1fcb6c186ecfc635f7eccd660f3e5c45bda8d5ff
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Sat Nov 15 20:40:04 2014 +0100

    kontron/986lcd-m: Change COM3/COM4 IRQ to standard ones for better compatibility
    
    Change-Id: I3ac8c2f19195ef6b07f4ee7dde64dd038d024126
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/mainboard/kontron/986lcd-m/devicetree.cb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mainboard/kontron/986lcd-m/devicetree.cb b/src/mainboard/kontron/986lcd-m/devicetree.cb
index dee2fda..ad68afa 100644
--- a/src/mainboard/kontron/986lcd-m/devicetree.cb
+++ b/src/mainboard/kontron/986lcd-m/devicetree.cb
@@ -101,11 +101,11 @@ chip northbridge/intel/i945
 					end
                                         device pnp 4e.2 on		# COM3
                                                  io 0x60 = 0x3e8
-                                                irq 0x70 = 11
+                                                irq 0x70 = 4
                                         end
                                         device pnp 4e.3 on		# COM4
                                                  io 0x60 = 0x2e8
-                                                irq 0x70 = 10
+                                                irq 0x70 = 3
 						irq 0xf1 = 4 # set IRMODE 0 # XXX not an irq
                                         end
 					device pnp 4e.5 off		# Keyboard



More information about the coreboot-gerrit mailing list