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

Unverified Commit d7274dc4 authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by Maxime Ripard
Browse files

arm64: dts: allwinner: axp803: add USB power supply node



The AXP803 has a VBUS power input. Add a device node for it,
now that we support it.

Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent c478a12e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -185,4 +185,10 @@
			status = "disabled";
		};
	};

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