M7350/kernel/Documentation/devicetree/bindings/arm/msm/sleepstate-smp2p.txt

12 lines
345 B
Plaintext
Raw Normal View History

2024-09-09 08:57:42 +00:00
Qualcomm Technologies, Inc. SMSM Point-to-Point (SMP2P) Sleepstate driver
Required properties:
-compatible : should be "qcom,smp2pgpio_sleepstate_3_out";
-gpios : the relevant gpio pins of the entry.
Example:
qcom,smp2pgpio-sleepstate-3-out {
compatible = "qcom,smp2pgpio_sleepstate_3_out";
gpios = <&smp2pgpio_sleepstate_3_out 0 0>;
};