mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ Device(SIO) {
|
|||
LCKC, 1, /* Lock Configuration Registers */
|
||||
Offset (0x29),
|
||||
IO3S, 8, /* GPIO3 pin selection register */
|
||||
Offset (0x30),
|
||||
ACTR, 1, /* Logical device activation */
|
||||
ACT1, 1, /* Logical part activation 1 (mostly unused) */
|
||||
ACT2, 1, /* Logical part activation 2 (mostly unused) */
|
||||
|
|
Loading…
Add table
Reference in a new issue