ARM: dts: i.MX51: digi-connectcore-som: Setup usbotg vbus-supply
authorAlexander Shiyan <eagle.alexander923@gmail.com>
Wed, 20 Apr 2022 08:12:05 +0000 (11:12 +0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 26 Apr 2022 01:16:56 +0000 (09:16 +0800)
The VBUS on usbotg is connected to the PMIC SWBST, let's reflect
that in the bindings.

Signed-off-by: Alexander Shiyan <eagle.alexander923@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx51-digi-connectcore-som.dtsi

index 04a4720..f0809a1 100644 (file)
 &usbotg {
        phy_type = "utmi_wide";
        disable-over-current;
+       vbus-supply = <&swbst_reg>;
        /* Device role is not known, keep status disabled */
 };