Add display support for nord - #1034
Merged
Shiraz Hashim (shashim-quic) merged 10 commits intoSep 2, 2026
Merged
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
apateriy-qcom
suggested changes
Sep 1, 2026
riteshk-quic
force-pushed
the
my_branch
branch
2 times, most recently
from
September 2, 2026 10:21
7e874cc to
e364890
Compare
| #define DP_QSERDES_V8_COM_CLK_FWD_CONFIG_1 0x2f4 | ||
| #define DP_QSERDES_V8_COM_CMN_STATUS 0x314 | ||
| #define DP_QSERDES_V8_COM_C_READY_STATUS 0x33c | ||
| #define DP_QSERDES_V8_COM_SVS_MODE_CLK_SEL_V2 0x17c |
Author
There was a problem hiding this comment.
in diff it shows like this because of tab, but in code its fine, aligned properly.
apateriy-qcom
suggested changes
Sep 2, 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 2, 2026 11:42
e364890 to
06bf120
Compare
apateriy-qcom
approved these changes
Sep 2, 2026
Shiraz Hashim (shashim-quic)
approved these changes
Sep 2, 2026
| oneOf: | ||
| - enum: | ||
| - qcom,glymur-dp-phy | ||
| - qcom,nord-dp-phy |
There was a problem hiding this comment.
keep entries sorted.
| oneOf: | ||
| - enum: | ||
| - qcom,glymur-dp | ||
| - qcom,nord-dp |
There was a problem hiding this comment.
same, should be sorted.
Shiraz Hashim (shashim-quic)
merged commit Sep 2, 2026
4ee8d36
into
qualcomm-linux:staging/nord
0 of 2 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.
Add display support for NORD.