Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: i.MX51: digi-connectcore-som: Setup usbotg vbus-supply

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>

authored by

Alexander Shiyan and committed by
Shawn Guo
a65123d6 12f9fa88

+1
+1
arch/arm/boot/dts/imx51-digi-connectcore-som.dtsi
··· 184 184 &usbotg { 185 185 phy_type = "utmi_wide"; 186 186 disable-over-current; 187 + vbus-supply = <&swbst_reg>; 187 188 /* Device role is not known, keep status disabled */ 188 189 }; 189 190