Re: [PATCH 5/8] arm64: dts: qcom: add psci reboot-mode edl node for lemans/qcs6490-rb3gen2
Simon Glass <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <CAFLszTjKTh=pn15qm9NNdPrEDG7T7J_WnNoH2eU=vaHu=6CQ-g@mail.gmail.com> |
On 2026-08-11T05:18:35, Balaji Selvanathan <[email protected]> wrote: > arm64: dts: qcom: add psci reboot-mode edl node for lemans/qcs6490-rb3gen2 > > Add a "reboot-mode" subnode under the psci node in the lemans-evk and > qcs6490-rb3gen2 U-Boot device tree overlays, 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: Balaji Selvanathan <[email protected]> > > arch/arm/dts/lemans-evk-u-boot.dtsi | 7 +++++++ > arch/arm/dts/qcs6490-rb3gen2-u-boot.dtsi | 7 +++++++ > 2 files changed, 14 insertions(+) Reviewed-by: Simon Glass <[email protected]>