diff options
author | Luca Weiss <[email protected]> | 2021-11-18 22:02:04 +0100 |
---|---|---|
committer | Sebastian Reichel <[email protected]> | 2021-11-30 11:34:27 +0100 |
commit | 502ce10704d7fb53e8d41bbadbbdd4814d7c9b52 (patch) | |
tree | 11e88bc983b1756677684ef245519e8cd6d56098 | |
parent | 0525f34d02758b801619d5e7093003e66a7efe3c (diff) |
dt-bindings: power: supply: pm8941-charger: add pm8226
The charger in PM8226 (used in MSM8226) is similar to the charger in
PM8941.
Signed-off-by: Luca Weiss <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Sebastian Reichel <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/power/supply/qcom,pm8941-charger.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/power/supply/qcom,pm8941-charger.yaml b/Documentation/devicetree/bindings/power/supply/qcom,pm8941-charger.yaml index bc8904872d1b..caeff68c66d5 100644 --- a/Documentation/devicetree/bindings/power/supply/qcom,pm8941-charger.yaml +++ b/Documentation/devicetree/bindings/power/supply/qcom,pm8941-charger.yaml @@ -11,7 +11,9 @@ maintainers: properties: compatible: - const: qcom,pm8941-charger + enum: + - qcom,pm8226-charger + - qcom,pm8941-charger reg: maxItems: 1 |