Revert "mainboard/google/meowth: enable PCH iSCLK"
This reverts commit 2e81f394cf
, as it will
have side effect that will make system shutdown failure. System will not
enter S5 sleep state, instead a global reset will be generated.
Once camera driver ACPI framework ready, isclk programing will be moved
into APCI method, in _PS3, isclk will be turned off to save power.
BUG=b.72532565
BRANH=master
TEST=Apply the changes and flash coreboot, on meowth devices, issue
"halt" in OS stage, system can shutdown successfully.
Change-Id: If35697911f97c524d9b52bdf4dae5c9ef1cc8618
Signed-off-by: Lijian Zhao <lijian.zhao@intel.com>
Reviewed-on: https://review.coreboot.org/25006
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
4132893808
commit
345d1e3962
|
@ -56,9 +56,6 @@ chip soc/intel/cannonlake
|
|||
register "usb3_ports[0]" = "USB3_PORT_DEFAULT(OC2)"
|
||||
register "usb3_ports[1]" = "USB3_PORT_DEFAULT(OC3)"
|
||||
|
||||
# Enable Pch iSCLK
|
||||
register "pch_isclk" = "1"
|
||||
|
||||
# Touchscreen Digitizer
|
||||
register "i2c[0]" = "{
|
||||
.speed = I2C_SPEED_FAST_PLUS,
|
||||
|
|
Loading…
Reference in New Issue