mb/google/poppy: Update camera sensor
Update camera sensor detail to OV 13858 Also update i2c address of OV5670 BUG=None TEST= Build & boot to ChromeOS. Check for both the camera detection. Change-Id: I3b6192815201f605d3ebdb4bf54db26a8e837b35 Signed-off-by: Naresh G Solanki <naresh.solanki@intel.com> Reviewed-on: https://review.coreboot.org/20021 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
3de6d38642
commit
e7cb29493d
|
@ -233,9 +233,9 @@ chip soc/intel/skylake
|
||||||
device i2c 4d on end
|
device i2c 4d on end
|
||||||
end
|
end
|
||||||
chip drivers/intel/mipi_camera
|
chip drivers/intel/mipi_camera
|
||||||
register "acpi_hid" = ""OVTID850""
|
register "acpi_hid" = ""OVTID858""
|
||||||
register "acpi_name" = ""CAM0""
|
register "acpi_name" = ""CAM0""
|
||||||
register "chip_name" = ""OV 13850 Camera""
|
register "chip_name" = ""OV 13858 Camera""
|
||||||
register "device_type" = "INTEL_ACPI_CAMERA_SENSOR"
|
register "device_type" = "INTEL_ACPI_CAMERA_SENSOR"
|
||||||
|
|
||||||
# Camera SSDB buffer
|
# Camera SSDB buffer
|
||||||
|
@ -394,7 +394,7 @@ chip soc/intel/skylake
|
||||||
register "pwdb[5].entry_type" = "INTEL_ACPI_CAMERA_REGULATOR"
|
register "pwdb[5].entry_type" = "INTEL_ACPI_CAMERA_REGULATOR"
|
||||||
register "pwdb[5].delay_usec" = "3000"
|
register "pwdb[5].delay_usec" = "3000"
|
||||||
|
|
||||||
device i2c 10 on end
|
device i2c 36 on end
|
||||||
end
|
end
|
||||||
end # I2C #4
|
end # I2C #4
|
||||||
device pci 1c.0 on
|
device pci 1c.0 on
|
||||||
|
|
Loading…
Reference in New Issue