From 6c82012e5eaa2ddcb7a84bec15ff9bf48d9c735c Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Wed, 17 Jun 2020 20:24:48 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/42482 Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/mainboard/asus/p8z77-v_lx2/devicetree.cb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/mainboard/asus') diff --git a/src/mainboard/asus/p8z77-v_lx2/devicetree.cb b/src/mainboard/asus/p8z77-v_lx2/devicetree.cb index 8f51e15a09..33ff961522 100644 --- a/src/mainboard/asus/p8z77-v_lx2/devicetree.cb +++ b/src/mainboard/asus/p8z77-v_lx2/devicetree.cb @@ -68,13 +68,15 @@ chip northbridge/intel/sandybridge device pnp 2e.6 off end # CIR device pnp 2e.7 off end # GPIO6-8 device pnp 2e.8 off end # WDT1, GPIO0, GPIO1 - device pnp 2e.108 on end # GPIO0 - device pnp 2e.9 off end # GPIO1-8 + device pnp 2e.108 off end # GPIO0 + device pnp 2e.9 off end # GPIO8 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.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.709 off end # GPIO7 device pnp 2e.a on end # ACPI -- cgit v1.2.3