diff options
| author | Chris Morgan <[email protected]> | 2024-08-21 16:54:50 -0500 |
|---|---|---|
| committer | Sebastian Reichel <[email protected]> | 2024-09-03 23:50:34 +0200 |
| commit | 6f9fec70e730232efa3be7293f220cf317789d17 (patch) | |
| tree | a8a8cdde0e3894afe034e38a5456c9a7180b2e2e | |
| parent | e0d967f2d6ede99e8bc8dbfe1a5e622043ccb85f (diff) | |
dt-bindings: power: supply: axp20x: Add AXP717 compatible
Add support for the AXP717. It has BC 1.2 detection like the AXP813
and uses ADC channels like all other AXP devices, but otherwise is
very different requiring new registers for most functions.
Acked-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Chen-Yu Tsai <[email protected]>
Signed-off-by: Chris Morgan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Sebastian Reichel <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/power/supply/x-powers,axp20x-usb-power-supply.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/power/supply/x-powers,axp20x-usb-power-supply.yaml b/Documentation/devicetree/bindings/power/supply/x-powers,axp20x-usb-power-supply.yaml index ab24ebf2852f..2ec036405ae4 100644 --- a/Documentation/devicetree/bindings/power/supply/x-powers,axp20x-usb-power-supply.yaml +++ b/Documentation/devicetree/bindings/power/supply/x-powers,axp20x-usb-power-supply.yaml @@ -23,6 +23,7 @@ properties: - x-powers,axp202-usb-power-supply - x-powers,axp221-usb-power-supply - x-powers,axp223-usb-power-supply + - x-powers,axp717-usb-power-supply - x-powers,axp813-usb-power-supply - items: - const: x-powers,axp803-usb-power-supply @@ -80,6 +81,19 @@ allOf: compatible: contains: enum: + - x-powers,axp717-usb-power-supply + then: + properties: + input-current-limit-microamp: + description: Maximum input current in increments of 50000 uA. + minimum: 100000 + maximum: 3250000 + + - if: + properties: + compatible: + contains: + enum: - x-powers,axp813-usb-power-supply then: properties: |