Re: [U-Boot] [PATCH 1/2] armv8: ls1012: added usb nodes in dts

2017-01-19 Thread york sun
On 12/26/2016 06:37 PM, yuantian.t...@nxp.com wrote:
> From: Tang Yuantian 
>
> The LS1012A processor has two integrated USB controllers.
> One is USB2.0 controller, the other is USB3.0 controller that
> allow direct connection to the USB ports with appropriate
> protection circuitry and power supplies.
>
> Signed-off-by: Tang Yuantian 
> ---

This set is applied to fsl-qoriq master, awaiting upstream. Thanks.

York

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 1/2] armv8: ls1012: added usb nodes in dts

2016-12-26 Thread yuantian.tang
From: Tang Yuantian 

The LS1012A processor has two integrated USB controllers.
One is USB2.0 controller, the other is USB3.0 controller that
allow direct connection to the USB ports with appropriate
protection circuitry and power supplies.

Signed-off-by: Tang Yuantian 
---
 arch/arm/dts/fsl-ls1012a.dtsi | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm/dts/fsl-ls1012a.dtsi b/arch/arm/dts/fsl-ls1012a.dtsi
index 024527e..c3bba12 100644
--- a/arch/arm/dts/fsl-ls1012a.dtsi
+++ b/arch/arm/dts/fsl-ls1012a.dtsi
@@ -103,5 +103,19 @@
status = "disabled";
};
 
+   usb0: usb2@860 {
+   compatible = "fsl-usb2-dr-v2.5", "fsl-usb2-dr";
+   reg = <0x0 0x860 0x0 0x1000>;
+   interrupts = <0 139 0x4>;
+   dr_mode = "host";
+   fsl,usb-erratum-a005697;
+   };
+
+   usb1: usb3@2f0 {
+   compatible = "fsl,layerscape-dwc3";
+   reg = <0x0 0x2f0 0x0 0x1>;
+   interrupts = <0 61 0x4>;
+   dr_mode = "host";
+   };
};
 };
-- 
2.1.0.27.g96db324

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot