ARM: dts: msm: Ignore dependencies on children by PM framework on parrot

Added new dtsi flag 'qcom,suspend-ignore-children', to ignore
dependencies on children by runtime PM framework, this helps to
exit quickly from msm_geni_serial_runtime_suspend and save power.

Change-Id: Ib048c96952871e39286b3a4ce660e39d7cfa5465
Signed-off-by: Prasanna S <quic_prass@quicinc.com>
This commit is contained in:
Prasanna S
2024-06-24 11:58:50 +05:30
parent 59ea707ea5
commit f129a43983

View File

@@ -584,6 +584,7 @@
pinctrl-3 = <&qupv3_se11_default_cts>, <&qupv3_se11_default_rts>, pinctrl-3 = <&qupv3_se11_default_cts>, <&qupv3_se11_default_rts>,
<&qupv3_se11_default_tx>, <&qupv3_se11_default_rx>; <&qupv3_se11_default_tx>, <&qupv3_se11_default_rx>;
qcom,wakeup-byte = <0xFD>; qcom,wakeup-byte = <0xFD>;
qcom,suspend-ignore-children;
status = "disabled"; status = "disabled";
}; };
}; };