arm64: dts: allwinner: axp803: add USB power supply node
authorChen-Yu Tsai <wens@csie.org>
Thu, 18 Apr 2019 16:18:03 +0000 (00:18 +0800)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Mon, 20 May 2019 07:40:15 +0000 (09:40 +0200)
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>
arch/arm64/boot/dts/allwinner/axp803.dtsi

index c3a618e1279a5b75419be383205995f96eb598dc..f0349ef4bfdd1dbc01fb22913f09a4161143a2c4 100644 (file)
                        status = "disabled";
                };
        };
+
+       usb_power_supply: usb-power-supply {
+               compatible = "x-powers,axp803-usb-power-supply",
+                            "x-powers,axp813-usb-power-supply";
+               status = "disabled";
+       };
 };