You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Analysis: Error -517 (EPROBE_DEFER) occurs in the ov5678_check_hwcfg() function. The ov01a1s-based driver expects different hardware resources than what OV5678 actually needs:
Clock frequencies
Regulator names/voltages
GPIO configurations
ACPI _DSM method parameters
Request
Could you please add official support for the OV5678 sensor to ipu6-drivers?
I've gotten 90% of the way there - the entire stack is working and the driver successfully binds to the device. The remaining 10% requires OV5678-specific hardware configuration that needs:
OV5678 sensor specifications (clock rates, power requirements)
Hardware Information
OVTI5678Camera Specifications
According to Lenovo specifications:
Current Status
Hardware Detection ✅
IPU6 Infrastructure ✅
All required components are loaded:
intel_ipu6andintel_ipu6_isysivsc_csiandmei_vscintel_skl_int3472_tps68470,tps68470_regulator,clk_tps68470/lib/firmware/intel/ipu/Missing: Sensor Driver ❌
No driver in the mainline kernel or ipu6-drivers repository supports
OVTI5678.What I've Tried
I created a custom driver by adapting
ov01a1s.c:OVTI5678ov01a1stoov5678Result
The driver loads and recognizes the device:
However, probe fails at hardware configuration check:
$ sudo dmesg | grep ov5678 ov5678 i2c-OVTI5678:00: failed to check hwcfg: -517Analysis: Error -517 (EPROBE_DEFER) occurs in the
ov5678_check_hwcfg()function. The ov01a1s-based driver expects different hardware resources than what OV5678 actually needs:Request
Could you please add official support for the OV5678 sensor to ipu6-drivers?
I've gotten 90% of the way there - the entire stack is working and the driver successfully binds to the device. The remaining 10% requires OV5678-specific hardware configuration that needs:
Affected Devices
The OV5678 sensor (OVTI5678) is used in:
Additional Context
Reference: Issue #24 also mentions OV5678 support needed for Dell Latitude 7320.
Technical Notes:
Files Available
I can provide:
/tmp/dsdt.dsl)ov5678.c)dmesgoutputWorkaround
None available. Camera is completely non-functional on Linux without proper driver support.
Willingness to Help
I'm happy to:
Thank you for maintaining this project!