diff options
author | Kevin Cody-Little <kcodyjr@gmail.com> | 2018-12-01 16:25:02 -0500 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-12-03 13:20:51 +0000 |
commit | 142940de79f0073fbaa74dfae6068a1099c1c34f (patch) | |
tree | 49fc69cea3670fcb1c19651a252cdb16fafde11d /src/mainboard/asus | |
parent | 3384904d06e1fee1cb6ec6621e759e21e8fb832a (diff) | |
download | coreboot-142940de79f0073fbaa74dfae6068a1099c1c34f.tar.xz |
mb/asus/am1i-a: add missing GPIO IO ports
This makes the mainboard able to boot again.
Change-Id: Id96fbfd5c815431dba2f030fca62a5ea16b97393
Signed-off-by: Kevin Cody-Little <kcodyjr@gmail.com>
Reviewed-on: https://review.coreboot.org/c/29994
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/asus')
-rw-r--r-- | src/mainboard/asus/am1i-a/devicetree.cb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/asus/am1i-a/devicetree.cb b/src/mainboard/asus/am1i-a/devicetree.cb index 4fcd13eb14..3aeb5c729d 100644 --- a/src/mainboard/asus/am1i-a/devicetree.cb +++ b/src/mainboard/asus/am1i-a/devicetree.cb @@ -82,7 +82,9 @@ chip northbridge/amd/agesa/family16kb/root_complex irq 0x70 = 12 end device pnp 2e.7 on # GPIO + io 0x60 = 0x320 io 0x62 = 0x300 + io 0x64 = 0x321 end end #superio/ite/it8623e chip drivers/pc80/tpm |