1
0
Fork 0

ARM: dtsi: axp81x: add USB power supply node

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

Signed-off-by: Quentin Schulz <quentin.schulz@bootlin.com>
[wens@csie.org: Add commit message]
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
hifive-unleashed-5.2
Quentin Schulz 2019-04-16 14:40:23 +08:00 committed by Maxime Ripard
parent 66dc4e4bfc
commit 6cb6cfd61e
No known key found for this signature in database
GPG Key ID: E3EF0D6F671851C5
1 changed files with 4 additions and 0 deletions

View File

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