ARM: dts: axp22x.dtsi: Add usb_power_supply node

Add a node describing the (optional) usbpower-supply of the
axp221 / axp223 pmic.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
Hans de Goede 2016-06-11 15:53:02 +02:00 committed by Maxime Ripard
parent c365df39d9
commit 94efd9da3a

View file

@ -142,4 +142,9 @@
regulator-name = "rtc_ldo";
};
};
usb_power_supply: usb_power_supply {
compatible = "x-powers,axp221-usb-power-supply";
status = "disabled";
};
};