hisilicon-opensdk: bump to 45b17cc (mipi_rx/hi3519v101 fix)#2040
Merged
Conversation
…ule_init) Picks up OpenIPC/openhisilicon#74: mipi_rx/hi3519v101: ioremap MIPI registers + wire up module_init. Without this, BOARD=hi3519v101_lite builds ship an inert open_mipi_rx.ko -- /dev/hi_mipi is never created and majestic on real cameras (e.g. hi3516av200) fails sensor init with "open hi_mipi dev failed / Cannot set VI Mipi attr". Verified end-to-end on a live hi3516av200 with the manually deployed module from this commit: -------Sony IMX385 Sensor 1080p30 Initial OK!------- RTSP server started on port 554 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Bumps
HISILICON_OPENSDK_VERSIONe866011→45b17ccto pick up openipc/openhisilicon#74 —mipi_rx/hi3519v101: ioremap MIPI registers + wire up module_init.Before this bump,
BOARD=hi3519v101_lite(and thehi3516av200sibling that uses the same opensdk pin) ships an inertopen_mipi_rx.ko:mipi_initandmipi_exitexist but nomodule_initwires them up, so/dev/hi_mipiis never created. On a real camera this surfaces as:Same shape as the cv300 fix that landed in opensdk earlier — same fix, different platform.
Verified end-to-end
On a live
hi3516av200withimx385over MIPI (kernel 3.18.20), with the manually-deployed module from this commit + theload_hisiliconcmdline-mem fix from #2039:Test plan
hi3519v101_lite(no other board's opensdk objects change since the openhisilicon commit only toucheskernel/mipi_rx/hi3519v101/).hi3519v101boots clean.🤖 Generated with Claude Code