Angel Pons submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Felix Held: Looks good to me, approved
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>
---
M src/mainboard/asus/p8z77-v_lx2/devicetree.cb
1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/mainboard/asus/p8z77-v_lx2/devicetree.cb b/src/mainboard/asus/p8z77-v_lx2/devicetree.cb
index 8f51e15..33ff961 100644
--- a/src/mainboard/asus/p8z77-v_lx2/devicetree.cb
+++ b/src/mainboard/asus/p8z77-v_lx2/devicetree.cb
@@ -68,13 +68,15 @@
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

To view, visit change 42482. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I49f36b2805e36695d7a53865e87dfafdb897594e
Gerrit-Change-Number: 42482
Gerrit-PatchSet: 8
Gerrit-Owner: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Felix Held <felix-coreboot@felixheld.de>
Gerrit-Reviewer: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: merged