Skip to content

Commit e2df32b

Browse files
eberman-quicKomal-Bajaj
authored andcommitted
FROMLIST: arm64: dts: qcom: qcs6490-rb3gen2: Add PSCI SYSTEM_RESET2 types
qcs6490-rb3gen2 firmware supports vendor-defined SYSTEM_RESET2 types. Describe the reset types: "bootloader" will cause device to reboot and stop in the bootloader's fastboot mode. "edl" will cause device to reboot into "emergency download mode", which permits loading images via the Firehose protocol. Link: https://lore.kernel.org/r/20250303-arm-psci-system_reset2-vendor-reboots-v9-4-b2cf4a20feda@oss.qualcomm.com Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Elliot Berman <elliot.berman@oss.qualcomm.com>
1 parent a1b6bab commit e2df32b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -966,6 +966,13 @@
966966
status = "okay";
967967
};
968968

969+
&psci {
970+
reset-types {
971+
mode-bootloader = <0x10001 0x2>;
972+
mode-edl = <0 0x1>;
973+
};
974+
};
975+
969976
&qup_uart7_cts {
970977
/*
971978
* Configure a bias-bus-hold on CTS to lower power

0 commit comments

Comments
 (0)