diff options
author | Aaron Durbin <adurbin@chromium.org> | 2016-08-25 15:44:39 -0500 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2016-08-30 03:15:44 +0200 |
commit | c3d74273a748c0cfc78b258369451c35c122372b (patch) | |
tree | 736a85160a52b28448215fec30984376240dab73 /src/mainboard/google | |
parent | 41a3fa66a0d8a6b134ceb17b8f34520cad7643a4 (diff) |
mainboard/google/reef: set SLP_S3_L assertion width to 28ms
The reef board needs at least ~28ms for its S0 rails to discharge
when S3 is entered. Because of the granularity in the chipset the
effective SLP_S3_L assertion width is 50ms.
BUG=chrome-os-partner:56581
Change-Id: I20514eb0825cd4bc2ee9276b648204b7bfd6a7b0
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/16327
Tested-by: build bot (Jenkins)
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/reef/devicetree.cb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/reef/devicetree.cb b/src/mainboard/google/reef/devicetree.cb index a877e863bf..4d08fae834 100644 --- a/src/mainboard/google/reef/devicetree.cb +++ b/src/mainboard/google/reef/devicetree.cb @@ -50,6 +50,9 @@ chip soc/intel/apollolake # Enable I2C2 bus early for TPM access register "i2c[2].early_init" = "1" + # Minimum SLP S3 assertion width 28ms. + register "slp_s3_assertion_width_usecs" = "28000" + device domain 0 on device pci 00.0 on end # - Host Bridge device pci 00.1 on end # - DPTF |