diff options
author | Chris Wang <chris.wang@amd.corp-partner.google.com> | 2023-02-20 10:27:50 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-03-04 02:28:45 +0000 |
commit | 50aa3d99215b558f959fceed891ed04db648739e (patch) | |
tree | c904632687ea8be392c2ee059789e5561902916f /src/mainboard/google/skyrim/variants/frostflow | |
parent | 12bfe6bc95494f2a993c4222812d8960a66282ba (diff) |
soc/amd/mendocino: Remove the SPL DPTC parameter
The SPL parameter for DPTC settings is not available for STT-enabled
platforms. It needs to be removed to avoid confusing STT calculations.
BUG=b:265267957
BRANCH=none
TEST=Run the WebGL aquarium with 5000 fish and verify that
there are no power drop peaks.
Change-Id: I8e6dad7d24883f8aadce83ebac401ecd4137d61a
Signed-off-by: Chris Wang <chris.wang@amd.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73124
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Van Patten <timvp@google.com>
Diffstat (limited to 'src/mainboard/google/skyrim/variants/frostflow')
-rw-r--r-- | src/mainboard/google/skyrim/variants/frostflow/overridetree.cb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/skyrim/variants/frostflow/overridetree.cb b/src/mainboard/google/skyrim/variants/frostflow/overridetree.cb index 00c143b008..b34e2e35a9 100644 --- a/src/mainboard/google/skyrim/variants/frostflow/overridetree.cb +++ b/src/mainboard/google/skyrim/variants/frostflow/overridetree.cb @@ -11,8 +11,6 @@ fw_config end chip soc/amd/mendocino - # Power table for tablet mode - register "sustained_power_limit_mW_tablet" = "12000" register "i2c[0]" = "{ .speed = I2C_SPEED_FAST, |