drivers/intel/mipi_camera: Remove disable_ssdb_defaults option
Remove the (unused) disable_ssdb_defaults field and its usage. SSDB defaults should always be applied to ensure proper camera sensor configuration. This simplifies the code and ensures consistent behavior across all camera sensor configurations. TEST=tested with rest of patch train Change-Id: I3bc00cdd28ace925b44712a17dec07f7f2b8c97a Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90195 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sean Rhodes <sean@starlabs.systems>
This commit is contained in:
parent
c75236d436
commit
4c025191c7
2 changed files with 0 additions and 4 deletions
|
|
@ -284,9 +284,6 @@ static void camera_fill_ssdb_defaults(struct drivers_intel_mipi_camera_config *c
|
|||
struct device *cio2 = pcidev_on_root(CIO2_PCI_DEV, CIO2_PCI_FN);
|
||||
struct drivers_intel_mipi_camera_config *cio2_config;
|
||||
|
||||
if (config->disable_ssdb_defaults)
|
||||
return;
|
||||
|
||||
config->ssdb.version = 1;
|
||||
|
||||
if (!config->ssdb.sensor_card_sku.card_type)
|
||||
|
|
|
|||
|
|
@ -143,7 +143,6 @@ struct drivers_intel_mipi_camera_config {
|
|||
uint32_t cio2_prt[MAX_PORT_ENTRIES];
|
||||
|
||||
/* Settings specific to camera sensor */
|
||||
bool disable_ssdb_defaults;
|
||||
|
||||
uint8_t num_freq_entries; /* # of elements in link_freq */
|
||||
uint32_t link_freq[MAX_LINK_FREQ_ENTRIES];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue