Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 94efd9da authored by Hans de Goede's avatar Hans de Goede Committed by Maxime Ripard
Browse files

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: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent c365df39
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -142,4 +142,9 @@
			regulator-name = "rtc_ldo";
		};
	};

	usb_power_supply: usb_power_supply {
		compatible = "x-powers,axp221-usb-power-supply";
		status = "disabled";
	};
};