M7350/kernel/Documentation/devicetree/bindings/platform/msm/qpnp-revid.txt

14 lines
298 B
Plaintext
Raw Normal View History

2024-09-09 08:52:07 +00:00
QPNP-REVID
QPNP-REVID provides a way to read the PMIC part number and revision.
Required properties:
- compatible : should be "qcom,qpnp-revid"
- reg : offset and length of the PMIC peripheral register map.
Example:
qcom,revid@100 {
compatible = "qcom,qpnp-revid";
reg = <0x100 0x100>;
};