arm64: dts: qcom: Add RPM, MPM and apcs_glb devices for shikra#838
Open
smankad-oss wants to merge 1 commit intoqualcomm-linux:early/hwe/shikra/dtfrom
Open
arm64: dts: qcom: Add RPM, MPM and apcs_glb devices for shikra#838smankad-oss wants to merge 1 commit intoqualcomm-linux:early/hwe/shikra/dtfrom
smankad-oss wants to merge 1 commit intoqualcomm-linux:early/hwe/shikra/dtfrom
Conversation
Komal-Bajaj
reviewed
Mar 26, 2026
arch/arm64/boot/dts/qcom/shikra.dtsi
Outdated
| }; | ||
| }; | ||
|
|
||
| rpm_msg_ram: sram@45f0000 { |
There was a problem hiding this comment.
add nodes in increasing order of node address
Komal-Bajaj
reviewed
Mar 26, 2026
arch/arm64/boot/dts/qcom/shikra.dtsi
Outdated
|
|
||
| apcs_glb: mailbox@f400000 { | ||
| compatible = "qcom,shikra-apcs-hmss-global"; | ||
| reg = <0x0 0xf400000 0x0 0x1000>; |
There was a problem hiding this comment.
reg = <0x0 0x0f400000 0x0 0x1000>;
Add RPM and RPM msg ram devices for APSS-RPM communication. Add MPM interrupt controller and apcs_glb devices. Also add MPM as wakeup parent to TLMM device. Signed-off-by: Sneh Mankad <sneh.mankad@oss.qualcomm.com>
1baae33 to
5fbf196
Compare
8558ee2 to
fac9c2b
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 RPM and RPM msg ram devices for APSS-RPM communication. Add MPM interrupt controller and apcs_glb devices. Also add MPM as wakeup parent to TLMM device.
Signed-off-by: Sneh Mankad sneh.mankad@oss.qualcomm.com