w83627hf/acpi: Fix offset of logical device activation
The PnP's logical device activation normally resides at 0x30. This might have been overlooked as 0x29 looks very close to 0x30 in human eyes. Change-Id: Id5d5a92f2683ebe1808b943f686c062151d216da Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: http://review.coreboot.org/3592 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
0bd5dff58c
commit
f66dd6966a
|
@ -113,6 +113,7 @@ Device(SIO) {
|
||||||
LCKC, 1, /* Lock Configuration Registers */
|
LCKC, 1, /* Lock Configuration Registers */
|
||||||
Offset (0x29),
|
Offset (0x29),
|
||||||
IO3S, 8, /* GPIO3 pin selection register */
|
IO3S, 8, /* GPIO3 pin selection register */
|
||||||
|
Offset (0x30),
|
||||||
ACTR, 1, /* Logical device activation */
|
ACTR, 1, /* Logical device activation */
|
||||||
ACT1, 1, /* Logical part activation 1 (mostly unused) */
|
ACT1, 1, /* Logical part activation 1 (mostly unused) */
|
||||||
ACT2, 1, /* Logical part activation 2 (mostly unused) */
|
ACT2, 1, /* Logical part activation 2 (mostly unused) */
|
||||||
|
|
Loading…
Reference in New Issue