hisilicon-osdrv-hi3516cv200: add OV2735 case to load_hisilicon#2154
Open
moontwister wants to merge 1 commit into
Open
hisilicon-osdrv-hi3516cv200: add OV2735 case to load_hisilicon#2154moontwister wants to merge 1 commit into
moontwister wants to merge 1 commit into
Conversation
OV2735 is a MIPI sensor (1- or 2-lane, RAW10) sold on a number of Hi3518EV200-based cameras (e.g. TP-Link Kasa KC110). Its MIPI pinmux and SoC clock requirements are identical to OV2710_MIPI — only the libsns / .ini differ. Add it to the existing ov2710_mipi case so the shared SENSOR= path works. cv300's load_hisilicon already handles OV2735 (combined with OV2718); this brings cv200 to parity. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Member
|
Good afternoon |
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
Adds OV2735 to the existing
ov2710_mipicase incv200/load_hisilicon. OV2735 is a MIPI sensor (1- or 2-lane, RAW10) used on several Hi3518EV200 cameras (TP-Link Kasa KC110, Lenovo Snowman variants, generic Foscam-class hardware). Its MIPI pinmux + SoC clock requirements are identical to OV2710_MIPI — only the libsns / .ini differ.Without this case, setting `fw_setenv sensor ov2735_i2c_1080p` (or `ov2735`) on cv200 falls through to the `xxxx Invalid sensor type xxxx` branch, vendor modules don't load, and `/proc/driver/hi_mipi` never gets configured.
Test plan
Context
This is one of three small fixes split out from the closed #2151 (KC110 board package, re-filed as OpenIPC/builder#99 per @widgetii's review). Each lands a generic OV2735 cv200 fix without any board-specific scope.
🤖 Generated with Claude Code