Add display support for nord - #1034
Open
riteshk-quic wants to merge 10 commits into
Open
Conversation
riteshk-quic
force-pushed
the
my_branch
branch
from
September 1, 2026 07:44
f7b3906 to
7d8a808
Compare
sauana
approved these changes
Sep 1, 2026
| reset-gpios = <&tlmm 11 GPIO_ACTIVE_LOW>; | ||
| }; | ||
|
|
||
| &mdss { |
There was a problem hiding this comment.
add either in alphabetical or memory address manner
| reset-gpios = <&tlmm 11 GPIO_ACTIVE_LOW>; | ||
| }; | ||
|
|
||
| &mdss { |
| #interconnect-cells = <2>; | ||
| qcom,bcm-voters = <&apps_bcm_voter>; | ||
| }; | ||
|
|
apateriy-qcom
suggested changes
Sep 1, 2026
Add the compatible for the eDP PHY found on the Qualcomm Nord SoC. Signed-off-by: Mahadevan P <mahap@qti.qualcomm.com>
Add the compatible for the DisplayPort controller found on the Qualcomm Nord SoC. Signed-off-by: Mahadevan P <mahap@qti.qualcomm.com>
Add the binding for the display subsystem (MDSS) found on the Qualcomm Nord SoC. Nord is MDSS 12.1, DP-only (no DSI), with two independent DP controllers. Signed-off-by: Mahadevan P <mahap@qti.qualcomm.com>
Add the DPU catalog entry for the Qualcomm Nord SoC (MDSS 12.1, DPU 1499A). Nord is DP-only with no DSI, and provides 8 DSPP blocks, 2 writeback blocks, 8 interfaces and 2 DP controllers. Extend enum dpu_intf with INTF_9 and INTF_10, which Nord is the first platform to use. Note: register addresses and xin_id values in the catalog are borrowed from sm8750 and precedent platforms and are marked with FIXME(REG_ADDR) and FIXME(XIU_MAP); they need verification against a real Nord register map before production use. Signed-off-by: Mahadevan P <mahap@qti.qualcomm.com>
Add the MDSS compatible for the Qualcomm Nord SoC, reusing the 57 MBps register bus bandwidth setting shared with the other recent platforms. Signed-off-by: Mahadevan P <mahap@qti.qualcomm.com>
Add the DP controller description and compatible for the Qualcomm Nord SoC, which provides two independent DP controllers, both wide-bus capable. Signed-off-by: Mahadevan P <mahap@qti.qualcomm.com>
Add the MDSS, DPU, DP0/1 controllers and eDP0/1 PHY nodes for the Qualcomm Nord SoC. Nord is DP-only, so no DSI nodes are added. Wire the DP PHY outputs into the dispcc0 clock inputs, which were previously stubbed with zeroes. Signed-off-by: Ritesh Kumar <riteshk@qti.qualcomm.com>
Enable the MDSS, DP0/1 controllers and eDP0/1 PHYs on the Nord Ride SX board and describe the eDP0 connector, its 4 data lanes and supported link frequencies. Signed-off-by: Ritesh Kumar <riteshk@qti.qualcomm.com>
Enable the MDSS, DP0/1 controllers and eDP0/1 PHYs on the Nord Ride SX board and describe the eDP0 connector, its 4 data lanes and supported link frequencies. Signed-off-by: Ritesh Kumar <riteshk@qti.qualcomm.com>
Add support for the eDP PHY found on the Qualcomm Nord SoC, including the AUX and VCO_DIV configuration, the eDP and DP swing/pre-emphasis tables and the Nord specific PLL, SSC, LDO and reset sequences. Signed-off-by: Ritesh Kumar <riteshk@qti.qualcomm.com>
riteshk-quic
force-pushed
the
my_branch
branch
from
September 1, 2026 15:18
7d8a808 to
7e874cc
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 display support for NORD.