Eric Lai has submitted this change. ( https://review.coreboot.org/c/coreboot/+/69152 )
Change subject: mb/google/rex: Fix fw_config probe for UFC and WFC ......................................................................
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 --- M src/mainboard/google/rex/variants/rex0/overridetree.cb 1 file changed, 25 insertions(+), 5 deletions(-)
Approvals: build bot (Jenkins): Verified Subrata Banik: Looks good to me, approved Eric Lai: Looks good to me, approved Tarun Tuli: Looks good to me, approved
diff --git a/src/mainboard/google/rex/variants/rex0/overridetree.cb b/src/mainboard/google/rex/variants/rex0/overridetree.cb index c14077b..7cf950e 100644 --- a/src/mainboard/google/rex/variants/rex0/overridetree.cb +++ b/src/mainboard/google/rex/variants/rex0/overridetree.cb @@ -307,7 +307,7 @@ 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 @@ 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 @@ register "nvm_width" = "0x0E"
device i2c 50 on - probe UFC UFC_MIPI + probe WFC WFC_MIPI end end end #I2C0 @@ -414,7 +414,7 @@ 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 @@ register "nvm_compat" = ""atmel,24c64""
device i2c 50 on - probe WFC WFC_MIPI + probe UFC UFC_MIPI end end end #I2C5