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:
@@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user