arm: dts: Enable qcom,hwinfo & reboot mode node on shikra-iqs-evk variant - #107
Merged
Gopinath Sekar (g-sekar) merged 2 commits intoAug 13, 2026
Merged
Conversation
aswinm94
force-pushed
the
shikra-dts
branch
2 times, most recently
from
August 12, 2026 16:17
b5a749b to
c01937d
Compare
varada-qcom
reviewed
Aug 13, 2026
varada-qcom
left a comment
There was a problem hiding this comment.
Unrelated things being combined in one patch. Please see if this should be split into more than 1 patch.
Add the "qcom,hwinfo" DT node with the appropriate IMEM boot-cookie and TCSR HW-version offsets for each board, enabling FIT multi-DTB selection (CONFIG_QCOM_FIT_MULTIDTB) to detect hardware parameters at boot time. Signed-off-by: Aswin Murugan <aswin.murugan@oss.qualcomm.com>
Add a U-Boot device tree overlay for shikra-cqs-evk carrying a "reboot-mode" subnode under the psci node, declaring "mode-edl" so that "reset -edl" enters Qualcomm EDL/download mode via a PSCI SYSTEM_RESET2 vendor reset. The magic value <0x80000000 0x00000001> is reset_type = 0x80000000 (vendor bit set) with a cookie of 1. Signed-off-by: Aswin Murugan <aswin.murugan@oss.qualcomm.com>
Author
varada-qcom, separated the changes into two commits |
varada-qcom
approved these changes
Aug 13, 2026
Gopinath Sekar (g-sekar)
approved these changes
Aug 13, 2026
Gopinath Sekar (g-sekar)
merged commit Aug 13, 2026
161cf6e
into
qualcomm-linux:qcom-next
2 of 3 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 qcom,hwinfo DT node is already present in
shikra-cqs-evk-u-boot.dtsi [1] and is used by FIT multi-DTB selection
(CONFIG_QCOM_FIT_MULTIDTB) to detect hardware parameters at boot
time. Add the same node with the required IMEM boot-cookie and
TCSR HW-version offsets to shikra-iqs-evk-u-boot.dtsi.
Similarly reboot mode node is used for reset -edl support
[1] https://github.com/qualcomm-linux/u-boot/blob/qcom-next/arch/arm/dts/shikra-cqs-evk-u-boot.dtsi