Attention is currently required from: Tarun Tuli, Kapil Porwal.
Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/70226 )
Change subject: mb/google/rex: Use OV13B10 sensor for Proto 1 SKUs ......................................................................
mb/google/rex: Use OV13B10 sensor for Proto 1 SKUs
This patch drops the WFC sensor OV8856 (reused from the Brya chassis) support for Rex and added support for Rex specific UFC sensor OV13B10.
BUG=none TEST=Hardware awaited to test the code change.
Signed-off-by: Subrata Banik subratabanik@google.com Change-Id: Ic785b82db4368f40d91921f29c218cf417938541 --- M src/mainboard/google/rex/variants/rex0/overridetree.cb 1 file changed, 18 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/70226/1
diff --git a/src/mainboard/google/rex/variants/rex0/overridetree.cb b/src/mainboard/google/rex/variants/rex0/overridetree.cb index 8382239..ff38a3f 100644 --- a/src/mainboard/google/rex/variants/rex0/overridetree.cb +++ b/src/mainboard/google/rex/variants/rex0/overridetree.cb @@ -259,10 +259,10 @@ end end chip drivers/intel/mipi_camera - register "acpi_hid" = ""OVTI8856"" + register "acpi_hid" = ""OVTIDB10"" register "acpi_uid" = "0" register "acpi_name" = ""CAM0"" - register "chip_name" = ""Ov 8856 Camera"" + register "chip_name" = ""Ov 13b10 Camera"" register "device_type" = "INTEL_ACPI_CAMERA_SENSOR"
register "ssdb.lanes_used" = "2"