[coreboot-gerrit] New patch to review for coreboot: Revert "mainboard/google/reef: Enable audio clock and power gate"

Aaron Durbin (adurbin@chromium.org) gerrit at coreboot.org
Wed Sep 7 18:45:57 CEST 2016


Aaron Durbin (adurbin at chromium.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16526

-gerrit

commit dc4b6120182d959208379f027da15cb218f88fac
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Wed Sep 7 11:43:50 2016 -0500

    Revert "mainboard/google/reef: Enable audio clock and power gate"
    
    This reverts commit e52592078e8e5b24b45197ab510236193656f68e.
    
    It breaks the build because its dependency patch wasn't commited.
    
    Change-Id: I1f135ca3fc8e8e45a79ce4437fb7ef1a140f2347
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
---
 src/mainboard/google/reef/devicetree.cb | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/mainboard/google/reef/devicetree.cb b/src/mainboard/google/reef/devicetree.cb
index 2ac20de..9a7c2d1 100644
--- a/src/mainboard/google/reef/devicetree.cb
+++ b/src/mainboard/google/reef/devicetree.cb
@@ -38,11 +38,6 @@ chip soc/intel/apollolake
 	# Enable DPTF
 	register "dptf_enable" = "1"
 
-	# Enable Audio Clock and Power gating
-	register "hdaudio_clk_gate_enable" = "1"
-	register "hdaudio_pwr_gate_enable" = "1"
-	register "hdaudio_bios_config_lockdown" = "1"
-
 	# GPE configuration
 	# Note that GPE events called out in ASL code rely on this
 	# route, i.e., if this route changes then the affected GPE



More information about the coreboot-gerrit mailing list