diff mbox series

[U-Boot] ARM: dts: sti: Add stih410-b2260-u-boot.dtsi

Message ID 1524210835-14492-1-git-send-email-patrice.chotard@st.com
State Accepted
Commit da33b0a1ca42658d2f9308e228e1aac0c837a655
Delegated to: Tom Rini
Headers show
Series [U-Boot] ARM: dts: sti: Add stih410-b2260-u-boot.dtsi | expand

Commit Message

Patrice CHOTARD April 20, 2018, 7:53 a.m. UTC
STiH410 has 2 PHYs wired on the DWC3 IP, USB2 and USB3 PHYs.
As currently no U-boot driver is available for the USB3 PHY and to avoid
issue during DWC3 drive probe, we use DWC3 IP with only USB2 PHY
using stih410-b2260-u-boot.dtsi file.

Fixes: 2fd4242cc50e ("ubs: xhci-dwc3: Enable USB3 PHY when available")

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
---

 arch/arm/dts/stih410-b2260-u-boot.dtsi | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 arch/arm/dts/stih410-b2260-u-boot.dtsi

Comments

Tom Rini May 9, 2018, 1:30 a.m. UTC | #1
On Fri, Apr 20, 2018 at 09:53:55AM +0200, Patrice Chotard wrote:

> STiH410 has 2 PHYs wired on the DWC3 IP, USB2 and USB3 PHYs.
> As currently no U-boot driver is available for the USB3 PHY and to avoid
> issue during DWC3 drive probe, we use DWC3 IP with only USB2 PHY
> using stih410-b2260-u-boot.dtsi file.
> 
> Fixes: 2fd4242cc50e ("ubs: xhci-dwc3: Enable USB3 PHY when available")
> 
> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/arch/arm/dts/stih410-b2260-u-boot.dtsi b/arch/arm/dts/stih410-b2260-u-boot.dtsi
new file mode 100644
index 000000000000..83916319fc1e
--- /dev/null
+++ b/arch/arm/dts/stih410-b2260-u-boot.dtsi
@@ -0,0 +1,16 @@ 
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Copyright (C) 2018, STMicroelectronics - All Rights Reserved
+ * Author(s): Patrice Chotard, <patrice.chotard@st.com> for STMicroelectronics.
+ *
+ */
+
+/{
+	soc {
+		st_dwc3: dwc3@8f94000 {
+			dwc3: dwc3@9900000 {
+				phys = <&usb2_picophy0>;
+			};
+		};
+	};
+};