Shikra hdmi lt9611uxd - #1808
Open
mohitdsor wants to merge 3 commits into
Open
Conversation
… support Enable the Shikra MDSS display subsystem on the Qualcomm Shikra IQS EVK board and add the Lontium LT9611UXD DSI-to-HDMI bridge node. The LT9611UXD is connected via I2C (bus 4, address 0x41), powered by a GPIO-controlled 3.3V regulator (PM8150 GPIO4) and an always-on 1.8V rail. Reset is on GPIO76 and interrupt on GPIO85. The bridge receives DSI output from MDSS and drives an HDMI-A connector, with the link wired as: DPU -> DSI0 -> LT9611UXD -> HDMI. Link: https://lore.kernel.org/all/20260728-shikra-work-v3-1-e08c322596ac@oss.qualcomm.com/ Signed-off-by: Mohit Dsor <mohit.dsor@oss.qualcomm.com>
…ors and pinctrl Rename lt9611-specific regulator and pinctrl labels to more generic names to decouple them from the bridge chip: - vreg_lt9611_vcc -> vreg_disp_3p3 - vreg_lt9611_vdd removed (vdd now sourced from pm8150_s4) - hdmi_reg_en -> lcd_bias_en - lt9611_irq_pin -> bridge_irq_pin - lt9611_rst_pin -> bridge_rst_pin - Add hdmi_connector label to hdmi-connector node Signed-off-by: Mohit Dsor <mohit.dsor@oss.qualcomm.com>
…port Add DT overlay files and Makefile entries for: - shikra-cqm-evk-hdmi: CQM EVK with LT9611UXD HDMI bridge overlay - shikra-cqs-evk-hdmi: CQS EVK with LT9611UXD HDMI bridge overlay - shikra-iqs-evk-dlc-panel: IQS EVK with DLC panel overlay Signed-off-by: Mohit Dsor <mohit.dsor@oss.qualcomm.com>
Komal Bajaj (Komal-Bajaj)
force-pushed
the
tech/all/shikra
branch
from
September 10, 2026 18:30
d2b0b30 to
bba7654
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.
Add LT9611UXD DSI-to-HDMI bridge support for the Shikra IQS EVK board
and introduce DT overlay infrastructure for HDMI and panel configurations.
The LT9611UXD bridge is connected via I2C bus 4 (address 0x41), powered
by a GPIO-controlled 3.3V regulator (PM8150 GPIO4) and an always-on 1.8V
rail. Reset is on GPIO76 and interrupt on GPIO85. The bridge receives DSI
output from MDSS DSI0 and drives an HDMI-A connector.
Changes:
pinctrl for Shikra IQS EVK
(vreg_disp_3p3, bridge_irq_pin, bridge_rst_pin)
shikra-cqs-evk-hdmi and shikra-iqs-evk-dlc-panel
Tested-on: Shikra IQS EVK with LT9611UXD HDMI bridge
Signed-off-by: Mohit Dsor mohit.dsor@oss.qualcomm.com