diff options
author | Dmitry Baryshkov <[email protected]> | 2023-06-09 05:25:50 +0300 |
---|---|---|
committer | Sebastian Reichel <[email protected]> | 2023-06-09 21:18:17 +0200 |
commit | 7a54cf02d7176aec484aca7e010deee21d3117ad (patch) | |
tree | 53e065df074fcd2fb5e0443d1a658a3c964844e1 | |
parent | 8648aeb5d7b70e13264ff5f444f22081d37d4670 (diff) |
dt-bindings: power: reset: qcom-pon: define pm8941-pon
On PM8941 pon doesn't store the reset reason. However we still need the
wrapping node for pwrkey and resin nodes. Add bindings for pm8941-pon
device.
Signed-off-by: Dmitry Baryshkov <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Sebastian Reichel <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/power/reset/qcom,pon.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/power/reset/qcom,pon.yaml b/Documentation/devicetree/bindings/power/reset/qcom,pon.yaml index 0b1eca734d3b..5e460128b0d1 100644 --- a/Documentation/devicetree/bindings/power/reset/qcom,pon.yaml +++ b/Documentation/devicetree/bindings/power/reset/qcom,pon.yaml @@ -19,6 +19,7 @@ properties: compatible: enum: - qcom,pm8916-pon + - qcom,pm8941-pon - qcom,pms405-pon - qcom,pm8998-pon - qcom,pmk8350-pon @@ -74,6 +75,21 @@ allOf: reg-names: items: - const: pon + + # Special case for pm8941, which doesn't store reset mode + - if: + properties: + compatible: + contains: + const: qcom,pm8941-pon + then: + properties: + reg: + maxItems: 1 + reg-names: + items: + - const: pon + - if: properties: compatible: |