diff options
author | Aidan MacDonald <aidanmacdonald.0x0@gmail.com> | 2023-05-10 12:50:46 +0100 |
---|---|---|
committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2023-05-15 23:19:52 +0200 |
commit | 18618dd0de3d2566da2eb651bf3e168803d8dbc5 (patch) | |
tree | 544145905a592af04c9bd34c0f466c8097d6592e | |
parent | af1dcd3d2d37c85b7ff9315227a5cf28e1b80d1b (diff) | |
download | lwn-18618dd0de3d2566da2eb651bf3e168803d8dbc5.tar.gz lwn-18618dd0de3d2566da2eb651bf3e168803d8dbc5.zip |
dt-bindings: power: supply: axp20x: Add AXP192 compatible
The AXP192 is most similar to the AXP202, but the current
limits are different and the USB OTG status register has
a different address (0x04 instead of 0x02).
Signed-off-by: Aidan MacDonald <aidanmacdonald.0x0@gmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
-rw-r--r-- | Documentation/devicetree/bindings/power/supply/x-powers,axp20x-usb-power-supply.yaml | 1 |
1 files changed, 1 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 3ce648dd91bd..34b7959d6772 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 @@ -22,6 +22,7 @@ properties: compatible: oneOf: - enum: + - x-powers,axp192-usb-power-supply - x-powers,axp202-usb-power-supply - x-powers,axp221-usb-power-supply - x-powers,axp223-usb-power-supply |