Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions arch/arm64/boot/dts/qcom/lemans.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,11 @@
#power-domain-cells = <0>;
domain-idle-states = <&cluster_sleep_apss_rsc_pc>;
};

reboot-mode {
mode-bootloader = <0x10001 0x2>;
mode-edl = <0 0x1>;
};
};

reserved-memory {
Expand Down
5 changes: 5 additions & 0 deletions arch/arm64/boot/dts/qcom/monaco.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,11 @@
#power-domain-cells = <0>;
domain-idle-states = <&system_sleep>;
};

reboot-mode {
mode-bootloader = <0x10001 0x2>;
mode-edl = <0 0x1>;
};
};

reserved-memory {
Expand Down
7 changes: 7 additions & 0 deletions arch/arm64/boot/dts/qcom/qcm6490-idp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,13 @@
bias-disable;
};

&psci {
reboot-mode {
mode-bootloader = <0x10001 0x2>;
mode-edl = <0 0x1>;
};
};

&qupv3_id_0 {
status = "okay";
};
Expand Down
7 changes: 7 additions & 0 deletions arch/arm64/boot/dts/qcom/qcs615-ride.dts
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,13 @@
};
};

&psci {
reboot-mode {
mode-bootloader = <0x80010001 0x2>;
mode-edl = <0x80000000 0x1>;
};
};

&qupv3_id_0 {
status = "okay";
};
Expand Down
Loading