Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e10e2db0 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "dt-bindings: platform: msm: Add DT bindings for qpnp-revid driver"

parents b9c9dfe5 0ae8ff3d
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
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.

Optional property:
- qcom,fab-id-valid: Use this property when support to read Fab
	identification from REV ID peripheral is available.
- qcom,tp-rev-valid: Use this property when support to read TP
	revision identification from REV ID peripheral.

Example:
	qcom,revid@100 {
		compatible = "qcom,qpnp-revid";
		reg = <0x100 0x100>;
	};