summaryrefslogtreecommitdiff
path: root/src/mainboard/google/brya/variants/crota/overridetree.cb
diff options
context:
space:
mode:
authorScott Chao <scott_chao@wistron.corp-partner.google.com>2022-04-20 15:16:06 +0800
committerFelix Held <felix-coreboot@felixheld.de>2022-04-27 12:28:17 +0000
commitab638c17e2178308e6aa497edcee8067ac798730 (patch)
treef21106f3bfcb6ceb0b86c857a764133e6ec359a4 /src/mainboard/google/brya/variants/crota/overridetree.cb
parent0ed3dfc92aac24eeca26081c4ac49c3df9d5907b (diff)
soc/intel/adl/chip.h: Rename max_dram_speed to include units
The unit of dram speed is MT/s so append it on variable name. BUG=b:229549930 BRANCH=none TEST=build coreboot without error Signed-off-by: Scott Chao <scott_chao@wistron.corp-partner.google.com> Change-Id: I83c780440613050c0202f95d5f64991b61d9c280 Reviewed-on: https://review.coreboot.org/c/coreboot/+/63735 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Diffstat (limited to 'src/mainboard/google/brya/variants/crota/overridetree.cb')
-rw-r--r--src/mainboard/google/brya/variants/crota/overridetree.cb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/brya/variants/crota/overridetree.cb b/src/mainboard/google/brya/variants/crota/overridetree.cb
index 5a48a5edc6..040075e74b 100644
--- a/src/mainboard/google/brya/variants/crota/overridetree.cb
+++ b/src/mainboard/google/brya/variants/crota/overridetree.cb
@@ -19,7 +19,7 @@ end
chip soc/intel/alderlake
- register "max_dram_speed" = "4800"
+ register "max_dram_speed_mts" = "4800"
# Acoustic settings
register "acoustic_noise_mitigation" = "1"