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>
This commit is contained in:
parent
90e4f3dd4c
commit
0feb5ce0c8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue