diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-03-21 22:18:28 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-03-23 09:43:08 +0000 |
commit | c91b93f22a1e43d066d201e1daeed2ee6067092a (patch) | |
tree | 21c2e0235f220a9b77cd90b4ff48605216ea8abe /src/mainboard/gigabyte/ga-h61m-s2pv | |
parent | 8d7afcca3691cda81cd5f21c05d3eb1c014f364c (diff) | |
download | coreboot-c91b93f22a1e43d066d201e1daeed2ee6067092a.tar.xz |
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>
Diffstat (limited to 'src/mainboard/gigabyte/ga-h61m-s2pv')
3 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/gigabyte/ga-h61m-s2pv/variants/ga-h61m-ds2v/devicetree.cb b/src/mainboard/gigabyte/ga-h61m-s2pv/variants/ga-h61m-ds2v/devicetree.cb index de9c2131c3..b25bba614a 100644 --- a/src/mainboard/gigabyte/ga-h61m-s2pv/variants/ga-h61m-ds2v/devicetree.cb +++ b/src/mainboard/gigabyte/ga-h61m-s2pv/variants/ga-h61m-ds2v/devicetree.cb @@ -76,6 +76,7 @@ chip northbridge/intel/sandybridge io 0x60 = 0x0000 io 0x62 = 0x0a00 io 0x64 = 0x0000 + irq 0x70 = 0x00 irq 0x73 = 0x00 irq 0xc1 = 0x37 irq 0xcb = 0x00 diff --git a/src/mainboard/gigabyte/ga-h61m-s2pv/variants/ga-h61m-s2pv/devicetree.cb b/src/mainboard/gigabyte/ga-h61m-s2pv/variants/ga-h61m-s2pv/devicetree.cb index c898fad228..08abc3e037 100644 --- a/src/mainboard/gigabyte/ga-h61m-s2pv/variants/ga-h61m-s2pv/devicetree.cb +++ b/src/mainboard/gigabyte/ga-h61m-s2pv/variants/ga-h61m-s2pv/devicetree.cb @@ -89,6 +89,7 @@ chip northbridge/intel/sandybridge io 0x60 = 0x0000 io 0x62 = 0x0a00 io 0x64 = 0x0000 + irq 0x70 = 0x00 irq 0xcb = 0x00 irq 0xf1 = 0x40 end diff --git a/src/mainboard/gigabyte/ga-h61m-s2pv/variants/ga-h61ma-d3v/devicetree.cb b/src/mainboard/gigabyte/ga-h61m-s2pv/variants/ga-h61ma-d3v/devicetree.cb index ad3a35cf45..cbd0ee653d 100644 --- a/src/mainboard/gigabyte/ga-h61m-s2pv/variants/ga-h61ma-d3v/devicetree.cb +++ b/src/mainboard/gigabyte/ga-h61m-s2pv/variants/ga-h61ma-d3v/devicetree.cb @@ -80,6 +80,7 @@ chip northbridge/intel/sandybridge io 0x60 = 0x0000 io 0x62 = 0x0a00 io 0x64 = 0x0000 + irq 0x70 = 0x00 irq 0x73 = 0x00 irq 0xcb = 0x00 irq 0xf0 = 0x10 |