Re: [U-Boot] [PATCH v5 1/2] sun50i: a64: Sync Linux [oe]hci0 nodes

2017-08-16 Thread Jagan Teki
On Tue, Aug 15, 2017 at 11:38 AM, Jagan Teki  wrote:
> From: Jagan Teki 
>
> Synced ohci0 and ehci0 nodes from Linux for sun50i-a64.dtsi
>
> Here is the Linux last merge tag details:
> Merge: 0e91f43d e5770b7
> Author: Stephen Rothwell 
> Date:   Fri Jun 9 14:59:55 2017 +1000
>
> Merge remote-tracking branch 'staging/staging-next'
>
> Signed-off-by: Jagan Teki 

Applied to u-boot-sunxi/master

thanks!
-- 
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyderabad, India.
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH v5 1/2] sun50i: a64: Sync Linux [oe]hci0 nodes

2017-08-14 Thread Jagan Teki
From: Jagan Teki 

Synced ohci0 and ehci0 nodes from Linux for sun50i-a64.dtsi

Here is the Linux last merge tag details:
Merge: 0e91f43d e5770b7
Author: Stephen Rothwell 
Date:   Fri Jun 9 14:59:55 2017 +1000

Merge remote-tracking branch 'staging/staging-next'

Signed-off-by: Jagan Teki 
---
Changes for v5:
- none

 arch/arm/dts/sun50i-a64.dtsi | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/arch/arm/dts/sun50i-a64.dtsi b/arch/arm/dts/sun50i-a64.dtsi
index c7f669f..65a344d 100644
--- a/arch/arm/dts/sun50i-a64.dtsi
+++ b/arch/arm/dts/sun50i-a64.dtsi
@@ -204,6 +204,28 @@
#phy-cells = <1>;
};
 
+   ehci0: usb@01c1a000 {
+   compatible = "allwinner,sun50i-a64-ehci", 
"generic-ehci";
+   reg = <0x01c1a000 0x100>;
+   interrupts = ;
+   clocks = <&ccu CLK_BUS_OHCI0>,
+<&ccu CLK_BUS_EHCI0>,
+<&ccu CLK_USB_OHCI0>;
+   resets = <&ccu RST_BUS_OHCI0>,
+<&ccu RST_BUS_EHCI0>;
+   status = "disabled";
+   };
+
+   ohci0: usb@01c1a400 {
+   compatible = "allwinner,sun50i-a64-ohci", 
"generic-ohci";
+   reg = <0x01c1a400 0x100>;
+   interrupts = ;
+   clocks = <&ccu CLK_BUS_OHCI0>,
+<&ccu CLK_USB_OHCI0>;
+   resets = <&ccu RST_BUS_OHCI0>;
+   status = "disabled";
+   };
+
ehci1: usb@01c1b000 {
compatible = "allwinner,sun50i-a64-ehci", 
"generic-ehci";
reg = <0x01c1b000 0x100>;
-- 
2.7.4

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