drivers/intel/mipi_camera: Adopt SSDB sensor SKU bitfield
Switch the `sensor_card_sku` field in `struct intel_ssdb` from a raw byte to the new `sensor_sku_info` bitfield wrapper so callers can access the vendor/card type flags symbolically. Field size stays the same, so layout and behavior are unchanged. Change-Id: I85ecbbec1a749c07e4d83d953d47d76854447cb1 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90188 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jérémy Compostella <jeremy.compostella@intel.com> Reviewed-by: Sean Rhodes <sean@starlabs.systems>
This commit is contained in:
parent
aa18a6fe8d
commit
423fbcd06b
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ struct sensor_sku_info {
|
|||
|
||||
struct intel_ssdb {
|
||||
uint8_t version; /* Current version */
|
||||
uint8_t sensor_card_sku; /* CRD Board type */
|
||||
struct sensor_sku_info sensor_card_sku; /* CRD Board type */
|
||||
guid_t csi2_data_stream_interface; /* CSI2 data stream GUID */
|
||||
uint16_t bdf_value; /* Bus number of the host controller */
|
||||
uint32_t dphy_link_en_fuses; /* Host controller's fuses information used to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue