mb/asus/p8z77-v_lx2: Correct Super I/O GPIO settings
Compared against superiotool dumps with vendor firmware. Still boots. Change-Id: I49f36b2805e36695d7a53865e87dfafdb897594e Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42482 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
279ace6669
commit
6c82012e5e
|
@ -68,13 +68,15 @@ chip northbridge/intel/sandybridge
|
||||||
device pnp 2e.6 off end # CIR
|
device pnp 2e.6 off end # CIR
|
||||||
device pnp 2e.7 off end # GPIO6-8
|
device pnp 2e.7 off end # GPIO6-8
|
||||||
device pnp 2e.8 off end # WDT1, GPIO0, GPIO1
|
device pnp 2e.8 off end # WDT1, GPIO0, GPIO1
|
||||||
device pnp 2e.108 on end # GPIO0
|
device pnp 2e.108 off end # GPIO0
|
||||||
device pnp 2e.9 off end # GPIO1-8
|
device pnp 2e.9 off end # GPIO8
|
||||||
device pnp 2e.109 off end # GPIO1
|
device pnp 2e.109 off end # GPIO1
|
||||||
device pnp 2e.209 off end # GPIO2
|
device pnp 2e.209 on # GPIO2
|
||||||
|
irq 0xe0 = 0xff
|
||||||
|
end
|
||||||
device pnp 2e.309 off end # GPIO3
|
device pnp 2e.309 off end # GPIO3
|
||||||
device pnp 2e.409 off end # GPIO4
|
device pnp 2e.409 off end # GPIO4
|
||||||
device pnp 2e.509 on end # GPIO5
|
device pnp 2e.509 off end # GPIO5
|
||||||
device pnp 2e.609 off end # GPIO6
|
device pnp 2e.609 off end # GPIO6
|
||||||
device pnp 2e.709 off end # GPIO7
|
device pnp 2e.709 off end # GPIO7
|
||||||
device pnp 2e.a on end # ACPI
|
device pnp 2e.a on end # ACPI
|
||||||
|
|
Loading…
Reference in New Issue