diff options
author | Joey Peng <joey.peng@lcfc.corp-partner.google.com> | 2021-12-28 11:10:41 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-05 20:26:44 +0000 |
commit | a265c49eaad2a552ee5b2930573600ecd7accbfa (patch) | |
tree | 15865a4ab06aa62fd1378b4cf07df143b63df0e1 /src/mainboard | |
parent | 6f1435e0a9d27cda06e694bd2d40993b0f2a116b (diff) |
mb/google/brya/var/taeko:Remove duplicate DB_SD fw_config fields.
Since fw config fields for DB_SD can share the same driver, we will
remove the duplicate fields DB_SD_GL9750 and DB_SD_RTS5232S.
BUG=b:212240358
TEST=emerge-brya coreboot and can boot to OS.
Signed-off-by: Joey Peng <joey.peng@lcfc.corp-partner.google.com>
Change-Id: If7814c35f63fd6fa27195d448c4d51fc980aaa9c
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60409
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/brya/variants/taeko/overridetree.cb | 4 | ||||
-rw-r--r-- | src/mainboard/google/brya/variants/taeko4es/overridetree.cb | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/src/mainboard/google/brya/variants/taeko/overridetree.cb b/src/mainboard/google/brya/variants/taeko/overridetree.cb index 44b9503542..5cdc066dbf 100644 --- a/src/mainboard/google/brya/variants/taeko/overridetree.cb +++ b/src/mainboard/google/brya/variants/taeko/overridetree.cb @@ -6,8 +6,6 @@ fw_config field DB_SD 2 3 option DB_SD_ABSENT 0 option DB_SD_OZ711LV2LN 1 - option DB_SD_GL9750 2 - option DB_SD_RTS5232S 3 end field KB_BL 4 option KB_BL_ABSENT 0 @@ -391,8 +389,6 @@ chip soc/intel/alderlake register "srcclk_pin" = "3" device generic 0 on probe DB_SD DB_SD_OZ711LV2LN - probe DB_SD DB_SD_GL9750 - probe DB_SD DB_SD_RTS5232S end end end diff --git a/src/mainboard/google/brya/variants/taeko4es/overridetree.cb b/src/mainboard/google/brya/variants/taeko4es/overridetree.cb index 63566619f1..8aaeab7b71 100644 --- a/src/mainboard/google/brya/variants/taeko4es/overridetree.cb +++ b/src/mainboard/google/brya/variants/taeko4es/overridetree.cb @@ -6,8 +6,6 @@ fw_config field DB_SD 2 3 option DB_SD_ABSENT 0 option DB_SD_OZ711LV2LN 1 - option DB_SD_GL9750 2 - option DB_SD_RTS5232S 3 end field KB_BL 4 option KB_BL_ABSENT 0 @@ -386,8 +384,6 @@ chip soc/intel/alderlake register "srcclk_pin" = "3" device generic 0 on probe DB_SD DB_SD_OZ711LV2LN - probe DB_SD DB_SD_GL9750 - probe DB_SD DB_SD_RTS5232S end end end |