Message ID | 20220607155324.118102-6-aidanmacdonald.0x0@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | None | expand |
On 07/06/2022 17:53, Aidan MacDonald wrote: > The AXP192's USB power supply is similar to the AXP202 but it has > different USB current limits. > > Signed-off-by: Aidan MacDonald <aidanmacdonald.0x0@gmail.com> Please send a v3 with tags properly accumulated. Best regards, Krzysztof
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 0c371b55c9e1..e800b3b97f0d 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
The AXP192's USB power supply is similar to the AXP202 but it has different USB current limits. Signed-off-by: Aidan MacDonald <aidanmacdonald.0x0@gmail.com> --- .../bindings/power/supply/x-powers,axp20x-usb-power-supply.yaml | 1 + 1 file changed, 1 insertion(+)