Add support for Sensing AR0820 and ISX031 cameras#409
Open
ijulipan wants to merge 3 commits intointel:iotg_ipu6from
Open
Add support for Sensing AR0820 and ISX031 cameras#409ijulipan wants to merge 3 commits intointel:iotg_ipu6from
ijulipan wants to merge 3 commits intointel:iotg_ipu6from
Conversation
123456987789
reviewed
Jan 6, 2026
patch/6.12.15/0041-media-i2c-max9x-Add-FSIN-GPIO-support-for-sensor-syn.patch
Outdated
Show resolved
Hide resolved
db6486b to
26d4e4c
Compare
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. Signed-off-by: Izzul Irfan <muhammadx.izzul.irfan.bin.che.iswanizam@intel.com>
26d4e4c to
92a9a57
Compare
hao-yao
approved these changes
Jan 9, 2026
…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. Signed-off-by: Tay, Boon Wooi <boonx.wooi.tay@intel.com> Signed-off-by: Izzul Irfan <muhammadx.izzul.irfan.bin.che.iswanizam@intel.com>
…SX031 sensor support Change the default I2C physical address for the MAX9295 serializer from 0x40 to 0x62 to support the LI ISX031 sensor. The generic ISX031 model works with address 0x40, but the LI ISX031 sensor requires address 0x62 for proper communication. This update ensures correct initialization and operation of the LI ISX031 sensor in supported platforms. Signed-off-by: Izzul Irfan <muhammadx.izzul.irfan.bin.che.iswanizam@intel.com>
92a9a57 to
ceb8e10
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.