mb/asrock/b85m_pro4: Correct Super I/O GPIOs
GPIO2 is not used as such, GPIO7 is though. Also relocate GPIO1 settings under the correct PnP device. Confirmed findings against boardviews. Change-Id: I4a88ac82d640ca709e7875b4d34b9babb1f2e0a4 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42400 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
456852f437
commit
07e461f8eb
|
@ -80,20 +80,21 @@ chip northbridge/intel/haswell
|
||||||
device pnp 2e.108 on # GPIO0
|
device pnp 2e.108 on # GPIO0
|
||||||
irq 0xe0 = 0xf9 # + GPIO0 direction
|
irq 0xe0 = 0xf9 # + GPIO0 direction
|
||||||
irq 0xe1 = 0xfb # + GPIO0 value
|
irq 0xe1 = 0xfb # + GPIO0 value
|
||||||
irq 0xf0 = 0xf1 # + GPIO1 direction
|
|
||||||
irq 0xf1 = 0xf1 # + GPIO1 value
|
|
||||||
end
|
end
|
||||||
device pnp 2e.208 off end # GPIOA
|
device pnp 2e.208 off end # GPIOA
|
||||||
device pnp 2e.308 off end # GPIO base
|
device pnp 2e.308 off end # GPIO base
|
||||||
device pnp 2e.109 on end # GPIO1
|
device pnp 2e.109 on # GPIO1
|
||||||
device pnp 2e.209 on # GPIO2
|
irq 0xf0 = 0xf1 # + GPIO1 direction
|
||||||
irq 0xe0 = 0xff # + GPIO2 direction
|
irq 0xf1 = 0xf1 # + GPIO1 value
|
||||||
end
|
end
|
||||||
|
device pnp 2e.209 off end # GPIO2
|
||||||
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 off 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 on # GPIO7
|
||||||
|
irq 0xe0 = 0xff # + GPIO7 direction
|
||||||
|
end
|
||||||
device pnp 2e.a on # ACPI
|
device pnp 2e.a on # ACPI
|
||||||
irq 0xe0 = 0x41 # + Enable KBC wakeup
|
irq 0xe0 = 0x41 # + Enable KBC wakeup
|
||||||
irq 0xe4 = 0x10 # + Power RAM in S3
|
irq 0xe4 = 0x10 # + Power RAM in S3
|
||||||
|
|
Loading…
Reference in New Issue