Re: [U-Boot] [PATCH 2/8] rockchip: dts: rk3328: add ehci and ohci node and enable host0 port

2017-05-23 Thread sjg
On 17 May 2017 at 04:21, Meng Dongyang  wrote:

Commit message?

> Signed-off-by: Meng Dongyang 
> ---
>  arch/arm/dts/rk3328-evb.dts |  8 
>  arch/arm/dts/rk3328.dtsi| 14 ++
>  2 files changed, 22 insertions(+)

Reviewed-by: Simon Glass 

Applied to u-boot-rockchip, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH 2/8] rockchip: dts: rk3328: add ehci and ohci node and enable host0 port

2017-05-22 Thread Simon Glass
On 17 May 2017 at 04:21, Meng Dongyang  wrote:

Commit message?

> Signed-off-by: Meng Dongyang 
> ---
>  arch/arm/dts/rk3328-evb.dts |  8 
>  arch/arm/dts/rk3328.dtsi| 14 ++
>  2 files changed, 22 insertions(+)

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


[U-Boot] [PATCH 2/8] rockchip: dts: rk3328: add ehci and ohci node and enable host0 port

2017-05-17 Thread Meng Dongyang
Signed-off-by: Meng Dongyang 
---
 arch/arm/dts/rk3328-evb.dts |  8 
 arch/arm/dts/rk3328.dtsi| 14 ++
 2 files changed, 22 insertions(+)

diff --git a/arch/arm/dts/rk3328-evb.dts b/arch/arm/dts/rk3328-evb.dts
index 01794ed..9920935 100644
--- a/arch/arm/dts/rk3328-evb.dts
+++ b/arch/arm/dts/rk3328-evb.dts
@@ -43,3 +43,11 @@
pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_bus8>;
status = "okay";
 };
+
+&usb_host0_ehci {
+   status = "okay";
+};
+
+&usb_host0_ohci {
+   status = "okay";
+};
diff --git a/arch/arm/dts/rk3328.dtsi b/arch/arm/dts/rk3328.dtsi
index 8a98ee3..e1219c3 100644
--- a/arch/arm/dts/rk3328.dtsi
+++ b/arch/arm/dts/rk3328.dtsi
@@ -446,6 +446,20 @@
status = "disabled";
};
 
+   usb_host0_ehci: usb@ff5c {
+   compatible = "generic-ehci";
+   reg = <0x0 0xff5c 0x0 0x1>;
+   interrupts = ;
+   status = "disabled";
+   };
+
+   usb_host0_ohci: usb@ff5d {
+   compatible = "generic-ohci";
+   reg = <0x0 0xff5d 0x0 0x1>;
+   interrupts = ;
+   status = "disabled";
+   };
+
sdmmc_ext: rksdmmc@ff5f {
compatible = "rockchip,rk3328-dw-mshc", 
"rockchip,rk3288-dw-mshc";
reg = <0x0 0xff5f 0x0 0x4000>;
-- 
1.9.1


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