Skip to content

Commit ac62a01

Browse files
Alex Elderkuba-moo
authored andcommitted
dt-bindings: net: qcom,ipa: add optional qcom,qmp property
For some systems, the IPA driver must make a request to ensure that its registers are retained across power collapse of the IPA hardware. On such systems, we'll use the existence of the "qcom,qmp" property as a signal that this request is required. Signed-off-by: Alex Elder <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 4a81f6d commit ac62a01

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Documentation/devicetree/bindings/net/qcom,ipa.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ properties:
107107
- const: imem
108108
- const: config
109109

110+
qcom,qmp:
111+
$ref: /schemas/types.yaml#/definitions/phandle
112+
description: phandle to the AOSS side-channel message RAM
113+
110114
qcom,smem-states:
111115
$ref: /schemas/types.yaml#/definitions/phandle-array
112116
description: State bits used in by the AP to signal the modem.
@@ -222,6 +226,8 @@ examples:
222226
"imem",
223227
"config";
224228
229+
qcom,qmp = <&aoss_qmp>;
230+
225231
qcom,smem-states = <&ipa_smp2p_out 0>,
226232
<&ipa_smp2p_out 1>;
227233
qcom,smem-state-names = "ipa-clock-enabled-valid",

0 commit comments

Comments
 (0)