Talos Lyra DSI Display panels Addition - #1752
Merged
Shiraz Hashim (shashim-quic) merged 4 commits intoAug 27, 2026
Merged
Conversation
Geneic names for common supplies. Signed-off-by: Shashank Maurya <shashank.maurya@oss.qualcomm.com>
The Raspberry Pi Panel V2 regulator driver may rely on an external power rail being provided through the device tree. Add support for an optional "vcc" regulator and enable it during probe before accessing the panel controller. This ensures the panel controller is powered before I2C communication is attempted while maintaining backward compatibility with existing platforms. Signed-off-by: Shashank Maurya <shashank.maurya@oss.qualcomm.com>
Add a DT overlay to switch Talos Lyra EVK display output from the LT9611 HDMI bridge to the DLC0697 MIPI-DSI panel connected through the B2B DSI interface. The overlay: - Disables the LT9611 HDMI bridge and HDMI connecto - Adds the DLC0697 panel node on mdss_dsi0 - Configures a 4-lane DSI connection - Sets up panel reset (GPIO118) and backlight enable (GPIO2) - Enables panel TE on GPIO98 (mdp_vsync) - Connects panel power supplies: - vreg_s4a (1.8V VDDIO) - vreg_disp_3p3 (LCD bias) This allows the DLC0697 panel to be used in place of the default HDMI display path on Talos Lyra EVK. Signed-off-by: Shashank Maurya <shashank.maurya@oss.qualcomm.com>
Add a device tree overlay to support the Raspberry Pi 7-inch DSI display on Talos Lyra EVK through the B2B DSI connector. The overlay: - Disables the LT9611 HDMI bridge and HDMI connector - Adds Raspberry Pi DSI 7-inch panel support on mdss_dsi0 - Configures the panel regulator/backlight controller at I2C address 0x45 - Adds pwm-backlight support using the Raspberry Pi touchscreen regulator device - Reconfigures vreg_disp_3p3 to use expander0 GPIO1 for panel power - Connects panel supplies, reset GPIO, and backlight controls - Configures a 2-lane DSI interface - Adds DTB build target for the Raspberry Pi DSI display variant This enables use of the Raspberry Pi 7-inch display instead of the default HDMI display path on Talos Lyra EVK. Signed-off-by: Shashank Maurya <shashank.maurya@oss.qualcomm.com>
Shiraz Hashim (shashim-quic)
approved these changes
Aug 27, 2026
Shiraz Hashim (shashim-quic)
merged commit Aug 27, 2026
9b425c8
into
qualcomm-linux:early/hwe/lyra
2 of 5 checks passed
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.
Support Talos Lyra DSI panels.