Add support for Sensing AR0820 and ISX031 cameras #409
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
media: platform: intel: Add AR0820 sensor support to IPU ACPI device table
Register the AR0820 sensor in the supported_devices array when CONFIG_VIDEO_AR0820 is enabled.
Add the AR0820 ACPI HID to the ipu_acpi_match table for proper device detection.
Enables platform integration and detection of the SENSING AR0820 sensor via ACPI.
media: i2c: max9x: Add FSIN GPIO support for sensor synchronization
Introduce support for the FSIN (Frame Synchronization Input) GPIO in the MAX9x serdes driver.
Add a new GPIO lookup entry for FSIN (GPIO 7) with active low polarity.
Ensure the FSIN GPIO is registered with the correct chip label, similar to the reset GPIO.
This enables external frame synchronization for image sensors,
improving multi-sensor alignment and timing.