From mboxrd@z Thu Jan 1 00:00:00 1970 From: patrice.chotard at st.com Date: Mon, 5 Jun 2017 09:24:15 +0200 Subject: [U-Boot] [PATCH v8 08/10] ARM: dts: STiH410: set DWC3 dual role mode to peripheral In-Reply-To: <1496647457-8332-1-git-send-email-patrice.chotard@st.com> References: <1496647457-8332-1-git-send-email-patrice.chotard@st.com> Message-ID: <1496647457-8332-9-git-send-email-patrice.chotard@st.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Patrice Chotard On STi 96boards, configure by default the micro USB connector (managed by DWC3 hardware block) in peripheral mode. This will allow to use fastboot feature. Signed-off-by: Patrice Chotard Reviewed-by: Simon Glass --- v8: _ add Reviewed-by: Simon Glass v7: _ none arch/arm/dts/stih407-family.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts/stih407-family.dtsi b/arch/arm/dts/stih407-family.dtsi index 452ac1c..6c6de58 100644 --- a/arch/arm/dts/stih407-family.dtsi +++ b/arch/arm/dts/stih407-family.dtsi @@ -655,7 +655,7 @@ compatible = "snps,dwc3"; reg = <0x09900000 0x100000>; interrupts = ; - dr_mode = "host"; + dr_mode = "peripheral"; phy-names = "usb2-phy", "usb3-phy"; phys = <&usb2_picophy0>, <&phy_port2 PHY_TYPE_USB3>; -- 1.9.1