drivers/intel/mipi_camera: Fix size of SSDB struct
Drop duplicate/unused `mclk` field, which corrects the size of the SSDB struct to 108 bytes. Size/fields confirmed by comparing to DSDT dumps of UEFI firmware and SSDB struct in linux MIPI driver (ref: /include/media/ipu-bridge.h). Change-Id: Iea5b2138d2396e32bcecb3a48ab2b159a9b33345 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86795 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
This commit is contained in:
parent
07d5f56db9
commit
f50be824a2
1 changed files with 0 additions and 1 deletions
|
|
@ -190,7 +190,6 @@ struct intel_ssdb {
|
|||
uint8_t mipi_define; /* MIPI info defined in ACPI or
|
||||
sensor driver */
|
||||
uint32_t mclk_speed; /* Clock info for sensor */
|
||||
uint32_t mclk; /* Clock info for sensor */
|
||||
uint8_t control_logic_id; /* PMIC device node used for
|
||||
the camera sensor */
|
||||
uint8_t mipi_data_format; /* MIPI data format */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue