From 607e6aff43c05e8f5f5cdaf07c8fa233ce479836 Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Fri, 7 Nov 2008 00:51:38 +0000 Subject: [PATCH] LPC serial IRQs were being left enabled when there is no LPC serial device. Signed-off-by: Marc Jones Acked-by: Ronald G. Minnich git-svn-id: svn://coreboot.org/repository/coreboot-v3@986 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- mainboard/pcengines/alix2c3/dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mainboard/pcengines/alix2c3/dts b/mainboard/pcengines/alix2c3/dts index 2fc2d00a59..c1b4d31aeb 100644 --- a/mainboard/pcengines/alix2c3/dts +++ b/mainboard/pcengines/alix2c3/dts @@ -34,9 +34,9 @@ /config/("southbridge/amd/cs5536/dts"); /* Interrupt enables for LPC bus. * Each bit is an IRQ 0-15. */ - lpc_serirq_enable = "0x0000105A"; + lpc_serirq_enable = "0x00001002"; /* LPC IRQ polarity. Each bit is an IRQ 0-15. */ - lpc_serirq_polarity = "0x0000EFA5"; + lpc_serirq_polarity = "0x0000EFFD"; /* 0:continuous 1:quiet */ lpc_serirq_mode = "1"; /* GPIO(0-0x20) for INT D:C:B:A, 0xFF=none.