Kunimitsu: enable deep S5
This patche enables the deep S5 and disables Deep S3. Kunimitsu does not resume from deep S3. This change will unblock the S3 resume path on kunimitsu board. BRANCH=None BUG=chrome-os-partner:42331 TEST=Built and booted on kunimitsu; check s3 works. Original-Change-Id: Ia828a39bceef615fd194bb3614ba2de87c3af805 Original-Signed-off-by: Naveen Krishna Chatradhi <naveenkrishna.ch@intel.com> Original-Reviewed-on: https://chromium-review.googlesource.com/291250 Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org> Change-Id: I07b95a324a27ab658e80674686b47b86412ea097 Signed-off-by: Naveen Krishna Chatradhi <naveenkrishna.ch@intel.com> Reviewed-on: http://review.coreboot.org/11274 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
31f0521a99
commit
133dcd386f
|
@ -82,6 +82,13 @@ chip soc/intel/skylake
|
|||
# Integrated Sensor
|
||||
register "IshEnable" = "0"
|
||||
|
||||
# Enable deep Sx states
|
||||
register "deep_s3_enable" = "0"
|
||||
register "deep_s5_enable" = "1"
|
||||
|
||||
# CPU Thermal participant device
|
||||
register "Device4Enable" = "1"
|
||||
|
||||
# XDCI controller
|
||||
register "XdciEnable" = "0"
|
||||
|
||||
|
@ -131,6 +138,7 @@ chip soc/intel/skylake
|
|||
device pnp 0c09.0 on end
|
||||
end
|
||||
end # LPC Interface
|
||||
device pci 1f.2 on end # Power Management Controller
|
||||
device pci 1f.3 on end # Intel High Definition Audio (Intel HD Audio) (Audio, Voice, Speech)
|
||||
device pci 1f.4 off end # SMBus Controller
|
||||
device pci 1f.5 on end # SPI
|
||||
|
|
Loading…
Reference in New Issue