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: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
Chen-Yu Tsai 2019-04-19 00:18:03 +08:00 committed by Maxime Ripard
parent c478a12e72
commit d7274dc4b8
No known key found for this signature in database
GPG Key ID: E3EF0D6F671851C5
1 changed files with 6 additions and 0 deletions

View File

@ -185,4 +185,10 @@
status = "disabled"; status = "disabled";
}; };
}; };
usb_power_supply: usb-power-supply {
compatible = "x-powers,axp803-usb-power-supply",
"x-powers,axp813-usb-power-supply";
status = "disabled";
};
}; };