Vaibhav Shankar has uploaded this change for review. ( https://review.coreboot.org/25312
Change subject: mainboard/google/meowth: Disable debug consent ......................................................................
mainboard/google/meowth: Disable debug consent
This patch disables debug consent in the devicetree. When debug conset is set to DBC by default, it prevents some clocks from turning off during S0ix. This blocks S0ix entry.
BUG=None TEST=enter S0ix and check if slp_s0 is asserted
Change-Id: I05001a41b13e7784c34fa8f1f773fb94bbdcd01f Signed-off-by: Vaibhav Shankar vaibhav.shankar@intel.com --- M src/mainboard/google/zoombini/variants/meowth/devicetree.cb 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/25312/1
diff --git a/src/mainboard/google/zoombini/variants/meowth/devicetree.cb b/src/mainboard/google/zoombini/variants/meowth/devicetree.cb index 062c6ec..9e6d95d 100644 --- a/src/mainboard/google/zoombini/variants/meowth/devicetree.cb +++ b/src/mainboard/google/zoombini/variants/meowth/devicetree.cb @@ -7,7 +7,7 @@ register "deep_s5_enable_dc" = "1"
# Debug Option, set to DBC over USB 3.0 port only - register "DebugConsent" = "DebugConsent_USB3_DBC" + register "DebugConsent" = "DebugConsent_Disabled"
# GPE configuration # Note that GPE events called out in ASL code rely on this