diff options
author | Kapil Porwal <kapilporwal@google.com> | 2022-11-03 04:46:49 +0000 |
---|---|---|
committer | Eric Lai <eric_lai@quanta.corp-partner.google.com> | 2022-11-04 03:01:54 +0000 |
commit | 0feb5ce0c8cbe3fb3ef119a7af285c8b8914251f (patch) | |
tree | 4717ed6ae2f6fbbefd5f2e16071e6b026481343d /src/mainboard | |
parent | 90e4f3dd4c451e5e288bcbe1638740dc5f0323df (diff) |
mb/google/rex: Fix fw_config probe for UFC and WFC
Fix fw_config probe for UFC and WFC.
BUG=b:255971791
TEST=Build Google Rex.
Signed-off-by: Kapil Porwal <kapilporwal@google.com>
Change-Id: I5103e7da04004414d96f42057c105cf9fbf51b25
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69152
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Reviewed-by: Tarun Tuli <taruntuli@google.com>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/rex/variants/rex0/overridetree.cb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mainboard/google/rex/variants/rex0/overridetree.cb b/src/mainboard/google/rex/variants/rex0/overridetree.cb index c14077b3cd..7cf950ebe5 100644 --- a/src/mainboard/google/rex/variants/rex0/overridetree.cb +++ b/src/mainboard/google/rex/variants/rex0/overridetree.cb @@ -307,7 +307,7 @@ chip soc/intel/meteorlake register "off_seq.ops[3]" = "SEQ_OPS_GPIO_DISABLE(0, 0)" device i2c 10 on - probe UFC UFC_MIPI + probe WFC WFC_MIPI end end chip drivers/intel/mipi_camera @@ -320,7 +320,7 @@ chip soc/intel/meteorlake register "vcm_compat" = ""dongwoon,dw9714"" device i2c 0C on - probe UFC UFC_MIPI + probe WFC WFC_MIPI end end chip drivers/intel/mipi_camera @@ -338,7 +338,7 @@ chip soc/intel/meteorlake register "nvm_width" = "0x0E" device i2c 50 on - probe UFC UFC_MIPI + probe WFC WFC_MIPI end end end #I2C0 @@ -414,7 +414,7 @@ chip soc/intel/meteorlake register "off_seq.ops[2]" = "SEQ_OPS_GPIO_DISABLE(0, 0)" device i2c 36 on - probe WFC WFC_MIPI + probe UFC UFC_MIPI end end chip drivers/intel/mipi_camera @@ -432,7 +432,7 @@ chip soc/intel/meteorlake register "nvm_compat" = ""atmel,24c64"" device i2c 50 on - probe WFC WFC_MIPI + probe UFC UFC_MIPI end end end #I2C5 |