mb/google/poppy/variants/nautilus: Disable DPTF

This change disables DPTF until the support is properly added in
dptf.asl

Change-Id: I68f2442e00718a4edbb34661d31d3a415d41c29f
Signed-off-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-on: https://review.coreboot.org/22560
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com>
This commit is contained in:
Furquan Shaikh 2017-11-21 22:50:08 -08:00 committed by Furquan Shaikh
parent 4195b10d52
commit f4c91e6613
2 changed files with 1 additions and 4 deletions

View File

@ -21,9 +21,6 @@ chip soc/intel/skylake
# EC memory map range is 0x900-0x9ff # EC memory map range is 0x900-0x9ff
register "gen3_dec" = "0x00fc0901" register "gen3_dec" = "0x00fc0901"
# Enable DPTF
register "dptf_enable" = "1"
# Enable S0ix # Enable S0ix
register "s0ix_enable" = "1" register "s0ix_enable" = "1"

View File

@ -13,4 +13,4 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include <baseboard/acpi/dptf.asl> /* Dummy file until DPTF support is added. */