mb/google/brya: Change HID for Ov 13b10 MIPI camera sensor
Change the HID used from OVTIDB10 to OVTI13B1 for proper attachment under Windows. Linux/ChromeOS don't use the HID, and so are unaffected by the change. TEST=build/boot Win11 on Teliks, verify MIPI camera driver loads properly. Change-Id: Ia81bd8cfaf6bb160f4f18214edccdf425d22cf6f Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/91108 Reviewed-by: Eric Lai <ericllai@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
582d86777a
commit
a8c7ee0235
3 changed files with 3 additions and 3 deletions
|
|
@ -263,7 +263,7 @@ chip soc/intel/alderlake
|
|||
end
|
||||
device ref i2c2 on
|
||||
chip drivers/intel/mipi_camera
|
||||
register "acpi_hid" = ""OVTIDB10""
|
||||
register "acpi_hid" = ""OVTI13B1""
|
||||
register "acpi_uid" = "0"
|
||||
register "acpi_name" = ""CAM0""
|
||||
register "chip_name" = ""Ov 13b10 Camera""
|
||||
|
|
|
|||
|
|
@ -280,7 +280,7 @@ chip soc/intel/alderlake
|
|||
end
|
||||
device ref i2c2 on
|
||||
chip drivers/intel/mipi_camera
|
||||
register "acpi_hid" = ""OVTIDB10""
|
||||
register "acpi_hid" = ""OVTI13B1""
|
||||
register "acpi_uid" = "0"
|
||||
register "acpi_name" = ""CAM0""
|
||||
register "chip_name" = ""Ov 13b10 Camera""
|
||||
|
|
|
|||
|
|
@ -406,7 +406,7 @@ chip soc/intel/alderlake
|
|||
end
|
||||
device ref i2c2 on
|
||||
chip drivers/intel/mipi_camera
|
||||
register "acpi_hid" = ""OVTIDB10""
|
||||
register "acpi_hid" = ""OVTI13B1""
|
||||
register "acpi_uid" = "0"
|
||||
register "acpi_name" = ""CAM0""
|
||||
register "chip_name" = ""Ov 13b10 Camera""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue