@@ -26,8 +26,26 @@ properties:
- qcom,pm8998-pon
reg:
- maxItems: 1
+ description: |
+ Specifies the SPMI base address for the PON (power-on) peripheral. For
+ PMICs that have the PON peripheral (GEN3) split into PON_HLOS and PON_PBS
+ (e.g. PMK8350), this can hold addresses of both PON_HLOS and PON_PBS
+ peripherals. In that case, the PON_PBS address needs to be specified to
+ facilitate software debouncing on some PMICs.
+ minItems: 1
+ maxItems: 2
+ reg-names:
+ description: |
+ For PON GEN1 and GEN2, it should be "pon". For PON GEN3 it should include
+ "pon_hlos" and optionally "pon_pbs".
+ minItems: 1
+ maxItems: 2
+ items:
+ anyOf:
+ - const: pon_hlos
+ - const: pon_pbs
+ - const: pon
pwrkey:
type: object
$ref: "../../input/qcom,pm8941-pwrkey.yaml#"