diff options
| author | Herman van Hazendonk <[email protected]> | 2024-04-15 14:30:38 +0200 |
|---|---|---|
| committer | Lee Jones <[email protected]> | 2024-05-10 15:39:17 +0100 |
| commit | aecebbc087161c09014dc1c3b66ca5fc8326f6f3 (patch) | |
| tree | 80516aa98c65d9cf0717186b14946b29222624c3 | |
| parent | 11db5421837a6627bd02efb48973f19e64804559 (diff) | |
dt-bindings: mfd: qcom: pm8xxx: Add pm8901 compatible
Add missing compatible for the pm8901 model used in msm8660
such as (HP TouchPad (tenderloin).
Signed-off-by: Herman van Hazendonk <[email protected]>
Acked-by: Rob Herring (Arm) <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Lee Jones <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/mfd/qcom-pm8xxx.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/qcom-pm8xxx.yaml b/Documentation/devicetree/bindings/mfd/qcom-pm8xxx.yaml index 7fe3875a5996..63e18d6a9c21 100644 --- a/Documentation/devicetree/bindings/mfd/qcom-pm8xxx.yaml +++ b/Documentation/devicetree/bindings/mfd/qcom-pm8xxx.yaml @@ -19,6 +19,7 @@ properties: - enum: - qcom,pm8058 - qcom,pm8821 + - qcom,pm8901 - qcom,pm8921 - items: - enum: |