You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
547 B
20 lines
547 B
7 years ago
|
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>;
|
||
|
};
|