From 9848329bdd5ea9166acd20681b1b7dcffc94c978 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 24 Aug 2016 17:10:12 -0700 Subject: ARM: dts: imx7-colibri: add VBUS regulator also to OTG port On some carrier boards (namely Aster, Viola and Orchid) the second USB port (USBC) is used in host only mode. In this case, the USBH_PEN signal is also used to enable USB power. This change makes sure that USBH_PEN is also set in case only one USB port is available (as it is the case on Colibri iMX7 Solo). Strictly speaking we should not add the regulator in the Evaluation Board device tree. However, we use the Evaluation Board device tree as our "Colibri Standard" device tree and it does not really hurt on the Evaluation Board... Signed-off-by: Stefan Agner Acked-by: Max Krummenacher --- arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi b/arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi index 2bf546e6248e..ea2f40b47245 100644 --- a/arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi +++ b/arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi @@ -239,6 +239,7 @@ }; &usbotg1 { + vbus-supply = <®_usb_otg2_vbus>; status = "okay"; }; -- cgit v1.2.3