arm64/qcom: Switch Nord CDSPs from MX to NMXC power domain - #988
Merged
Komal Bajaj (Komal-Bajaj) merged 4 commits intoAug 20, 2026
Merged
Conversation
Nord routes the NSP (compute DSP) memory rail through a dedicated NMXC resource instead of the shared MX rail. Add the index so device trees can reference it. Signed-off-by: Anurag Pateriya <anurag.pateriya@oss.qualcomm.com>
| .res_name = "gmxc.lvl", | ||
| }; | ||
|
|
||
| static struct rpmhpd nmxc = { |
Contributor
There was a problem hiding this comment.
add in alphabetical order
apateriy-qcom
force-pushed
the
nord-staging-cdsp_nmxc
branch
2 times, most recently
from
August 20, 2026 08:58
307e1a7 to
f402f3b
Compare
added 3 commits
August 20, 2026 14:30
Add the nmxc.lvl RPMh resource and register it in the Nord power domain table. Nord supplies the NSP memory rail from this dedicated resource rather than from the shared MX rail, so consumers need it exposed as its own power domain. Signed-off-by: Anurag Pateriya <anurag.pateriya@oss.qualcomm.com>
The Nord CDSP subsystems keep their memory rail on the dedicated NMXC resource, not on the shared MX rail. Replace "mx" with "nmxc" in the proxy power domain list of all four CDSP resources so the correct rail is held during PAS authentication and boot. Signed-off-by: Anurag Pateriya <anurag.pateriya@oss.qualcomm.com>
… domain Point the CDSP0-3 remoteproc nodes at the dedicated NMXC power domain instead of the shared MX rail, matching the power topology of the Nord NSP subsystems and the proxy power domain list in the PAS driver. Include <dt-bindings/power/qcom,rpmhpd.h> in place of the legacy qcom-rpmpd.h, as that is where the RPMHPD_* indices used here are defined. Signed-off-by: Anurag Pateriya <anurag.pateriya@oss.qualcomm.com>
apateriy-qcom
force-pushed
the
nord-staging-cdsp_nmxc
branch
from
August 20, 2026 09:00
f402f3b to
241cfc6
Compare
Komal Bajaj (Komal-Bajaj)
approved these changes
Aug 20, 2026
Komal Bajaj (Komal-Bajaj)
merged commit Aug 20, 2026
f5b6d13
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.
The CDSP subsystems on Nord keep their memory rail on a dedicated NMXC resource rather than the shared MX rail used by other subsystems. Keeping the driver's proxy power-domain list and the DT power-domain references in sync with this dedicated rail is required for correct power sequencing during PAS authentication/boot of the four CDSP remoteprocs.
Dependency ordering
Binding → pmdomain driver → PAS driver → DT, so that each consumer of RPMHPD_NMXC/"nmxc" builds against a tree where the index/resource already exists.