Fix IPU7 PSYS camera support on Linux 7.1 - #117
Merged
dhh merged 1 commit intoJul 13, 2026
Conversation
spencerbull
force-pushed
the
agent/ipu7-psys-bus-registration
branch
from
July 13, 2026 18:45
e3460c6 to
96e87b4
Compare
spencerbull
marked this pull request as ready for review
July 13, 2026 19:05
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.
Summary
intel-ipu7-cameraprepare()and bump the Omarchy camera stack version to1.0.5-1Root cause
The IPU7 PSYS driver assigns a custom
intel-ipu7-psysbus to its character device but never registers that bus. Linux 7.1 rejectsdevice_register()on the unregistered bus, producing:Without
/dev/ipu7-psys0, CamHAL cannot initialize the hardware ISP and the internal camera stalls.The backport registers the PSYS bus before the auxiliary driver and unregisters both in reverse order during module exit.
Upstream status
This is a backport of the fix proposed in intel/ipu7-drivers#87, adapted to Omarchy's older pinned driver commit. The downstream patch can be removed after that PR merges and
_ipu7_drivers_commitis updated to include it.Related upstream reports:
Validation
Tested on a Panther Lake Dell XPS with OV08X40 using
linux-ptl 7.1.3-arch1-1-ptl:intel-ipu7-camera 1.0.5-1package successfully withmakepkgintel-ipu7-psys.ko.zst/dev/ipu7-psys0and its compatibility symlink are created/dev/video50; an earlier isolated test captured 60 consecutive frames with exit status 0v4l2-relayd@ipu7.serviceremains active with no new PSYS or CamHAL errorsHardware ISP Camera (V4L2)a88b19096a738d0708742a78d6540d6d4a3021ffPKGBUILDhas matching source and checksum array lengths