diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-06-15 16:49:51 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-07-08 22:30:17 +0000 |
commit | fb767d8397f7fbaf2ca080279ebd441b396b370c (patch) | |
tree | 4a31aa193a4348c431a188515d33a00e8fdfd0b5 /src/mainboard/asrock | |
parent | e8393bd4821167ab8a9a7dca9c835aff47ac7f81 (diff) |
mb/asrock/b85m_pro4: Correct PS/2 keyboard IRQ
No wonder why the PS/2 keyboard was being detected as a mouse!
Change-Id: I7080c8210d96b079a5c08d98554ed154141086a6
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42398
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/asrock')
-rw-r--r-- | src/mainboard/asrock/b85m_pro4/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/asrock/b85m_pro4/devicetree.cb b/src/mainboard/asrock/b85m_pro4/devicetree.cb index 4bb538026b..98a2ee841c 100644 --- a/src/mainboard/asrock/b85m_pro4/devicetree.cb +++ b/src/mainboard/asrock/b85m_pro4/devicetree.cb @@ -70,7 +70,7 @@ chip northbridge/intel/haswell device pnp 2e.5 on # PS/2 KBC io 0x60 = 0x0060 io 0x62 = 0x0064 - irq 0x70 = 12 # + Keyboard + irq 0x70 = 1 # + Keyboard irq 0x72 = 12 # + Mouse end device pnp 2e.6 off end # CIR |