Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: power: axp20x-usb: add axp223 compatible

This adds the "x-powers,axp223-usb-power-supply" to the list of
compatibles for AXP20X VBUS power supply driver.

Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

authored by

Quentin Schulz and committed by
Maxime Ripard
46116a50 f2cb904f

+5
+5
Documentation/devicetree/bindings/power/supply/axp20x_usb_power.txt
··· 3 3 Required Properties: 4 4 -compatible: One of: "x-powers,axp202-usb-power-supply" 5 5 "x-powers,axp221-usb-power-supply" 6 + "x-powers,axp223-usb-power-supply" 7 + 8 + The AXP223 PMIC shares most of its behaviour with the AXP221 but has slight 9 + variations such as the former being able to set the VBUS power supply max 10 + current to 100mA, unlike the latter. 6 11 7 12 This node is a subnode of the axp20x PMIC. 8 13