mb/gigabyte/ga-h61m-*/devicetree.cb: Add missing IRQ
IRQ 0x70 was not declared for device 2e.7, and coreboot whined about it. Change-Id: If40aa390722cf253169003129b31f20543fde5dd Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39739 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
8d7afcca36
commit
c91b93f22a
|
@ -76,6 +76,7 @@ chip northbridge/intel/sandybridge
|
||||||
io 0x60 = 0x0000
|
io 0x60 = 0x0000
|
||||||
io 0x62 = 0x0a00
|
io 0x62 = 0x0a00
|
||||||
io 0x64 = 0x0000
|
io 0x64 = 0x0000
|
||||||
|
irq 0x70 = 0x00
|
||||||
irq 0x73 = 0x00
|
irq 0x73 = 0x00
|
||||||
irq 0xc1 = 0x37
|
irq 0xc1 = 0x37
|
||||||
irq 0xcb = 0x00
|
irq 0xcb = 0x00
|
||||||
|
|
|
@ -89,6 +89,7 @@ chip northbridge/intel/sandybridge
|
||||||
io 0x60 = 0x0000
|
io 0x60 = 0x0000
|
||||||
io 0x62 = 0x0a00
|
io 0x62 = 0x0a00
|
||||||
io 0x64 = 0x0000
|
io 0x64 = 0x0000
|
||||||
|
irq 0x70 = 0x00
|
||||||
irq 0xcb = 0x00
|
irq 0xcb = 0x00
|
||||||
irq 0xf1 = 0x40
|
irq 0xf1 = 0x40
|
||||||
end
|
end
|
||||||
|
|
|
@ -80,6 +80,7 @@ chip northbridge/intel/sandybridge
|
||||||
io 0x60 = 0x0000
|
io 0x60 = 0x0000
|
||||||
io 0x62 = 0x0a00
|
io 0x62 = 0x0a00
|
||||||
io 0x64 = 0x0000
|
io 0x64 = 0x0000
|
||||||
|
irq 0x70 = 0x00
|
||||||
irq 0x73 = 0x00
|
irq 0x73 = 0x00
|
||||||
irq 0xcb = 0x00
|
irq 0xcb = 0x00
|
||||||
irq 0xf0 = 0x10
|
irq 0xf0 = 0x10
|
||||||
|
|
Loading…
Reference in New Issue