summaryrefslogtreecommitdiff
path: root/src/mainboard/google/fizz
diff options
context:
space:
mode:
authorKane Chen <kane.chen@intel.com>2017-12-27 13:55:45 +0800
committerFurquan Shaikh <furquan@google.com>2018-01-02 07:39:26 +0000
commitf3122cedf5a3428c1986dc04d16da432624b519a (patch)
tree3052c460cb1d4c078e63f7671d5196bba8b847c1 /src/mainboard/google/fizz
parent14e0fa5ee0fe4bcc47e4249cd9f2be20c4e97b61 (diff)
downloadcoreboot-f3122cedf5a3428c1986dc04d16da432624b519a.tar.xz
google/fizz: Enable SataPwrOptEnable FSP UPD
This change is to enable SataPwrOptEnable. With this change, we no longer see SError message in kernel during suspend_stress_test. BUG=b:70491485 Change-Id: Ieb991f6889c5ff3181a670bc7702314049fa983c Signed-off-by: Kane Chen <kane.chen@intel.com> Reviewed-on: https://review.coreboot.org/23019 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/fizz')
-rw-r--r--src/mainboard/google/fizz/devicetree.cb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/fizz/devicetree.cb b/src/mainboard/google/fizz/devicetree.cb
index e94dd268d3..c000a5430c 100644
--- a/src/mainboard/google/fizz/devicetree.cb
+++ b/src/mainboard/google/fizz/devicetree.cb
@@ -62,6 +62,7 @@ chip soc/intel/skylake
register "SataPortsEnable[0]" = "1"
register "SataPortsEnable[1]" = "1"
register "SataPortsDevSlp[1]" = "1"
+ register "SataPwrOptEnable" = "1"
register "EnableAzalia" = "1"
register "DspEnable" = "1"
register "IoBufferOwnership" = "3"