mb/google/brya/acpi: Set polling timing for DL23 and LD23 to 2ms
Reducing the polling time from 16ms to 2ms. Experimentally we have determined that the link state normally takes approximately 3.5ms to update and therefore we were waiting longer than necessary. TEST=build and confirm we are not waiting the extended period. Signed-off-by: Tarun Tuli <taruntuli@google.com> Change-Id: I8fabb5ac46cae5c92d5b6f1dc0641a4d121c61dc Reviewed-on: https://review.coreboot.org/c/coreboot/+/76052 Reviewed-by: Nick Vaccaro <nvaccaro@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
This commit is contained in:
parent
11734053fb
commit
d7a354dab0
|
@ -35,7 +35,7 @@ Method (DL23, 0, Serialized)
|
|||
Break
|
||||
}
|
||||
|
||||
Sleep (16)
|
||||
Sleep (2)
|
||||
Local0--
|
||||
}
|
||||
NCB7 = 1
|
||||
|
@ -58,7 +58,7 @@ Method (LD23, 0, Serialized)
|
|||
Break
|
||||
}
|
||||
|
||||
Sleep (16)
|
||||
Sleep (2)
|
||||
Local0--
|
||||
}
|
||||
|
||||
|
@ -71,7 +71,7 @@ Method (LD23, 0, Serialized)
|
|||
Break
|
||||
}
|
||||
|
||||
Sleep (16)
|
||||
Sleep (2)
|
||||
Local0--
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue