All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 5/8] rockchip: dts: rk3328: support and enable xhci
@ 2017-05-17 10:25 Meng Dongyang
  2017-05-22 20:26 ` Simon Glass
  0 siblings, 1 reply; 3+ messages in thread
From: Meng Dongyang @ 2017-05-17 10:25 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Meng Dongyang <daniel.meng@rock-chips.com>
---
 arch/arm/dts/rk3328-evb.dts |  5 +++++
 arch/arm/dts/rk3328.dtsi    | 11 +++++++++++
 2 files changed, 16 insertions(+)

diff --git a/arch/arm/dts/rk3328-evb.dts b/arch/arm/dts/rk3328-evb.dts
index 9920935..b807bc5 100644
--- a/arch/arm/dts/rk3328-evb.dts
+++ b/arch/arm/dts/rk3328-evb.dts
@@ -51,3 +51,8 @@
 &usb_host0_ohci {
 	status = "okay";
 };
+
+&usb_host0_xhci {
+	rockchip,vbus-gpio = <&gpio0 0 GPIO_ACTIVE_HIGH>;
+	status = "okay";
+};
diff --git a/arch/arm/dts/rk3328.dtsi b/arch/arm/dts/rk3328.dtsi
index e1219c3..f18cfc2 100644
--- a/arch/arm/dts/rk3328.dtsi
+++ b/arch/arm/dts/rk3328.dtsi
@@ -471,6 +471,17 @@
 		status = "disabled";
 	};
 
+	usb_host0_xhci: usb at ff600000 {
+		compatible = "rockchip,rk3328-xhci";
+		reg = <0x0 0xff600000 0x0 0x100000>;
+		interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
+		snps,dis-enblslpm-quirk;
+		snps,phyif-utmi-bits = <16>;
+		snps,dis-u2-freeclk-exists-quirk;
+		snps,dis-u2-susphy-quirk;
+		status = "disabled";
+	};
+
 	gic: interrupt-controller at ffb70000 {
 		compatible = "arm,gic-400";
 		#interrupt-cells = <3>;
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH 5/8] rockchip: dts: rk3328: support and enable xhci
  2017-05-17 10:25 [U-Boot] [PATCH 5/8] rockchip: dts: rk3328: support and enable xhci Meng Dongyang
@ 2017-05-22 20:26 ` Simon Glass
  2017-05-24  0:47   ` sjg at google.com
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Glass @ 2017-05-22 20:26 UTC (permalink / raw)
  To: u-boot

On 17 May 2017 at 04:25, Meng Dongyang <daniel.meng@rock-chips.com> wrote:

Commit message?

> Signed-off-by: Meng Dongyang <daniel.meng@rock-chips.com>
> ---
>  arch/arm/dts/rk3328-evb.dts |  5 +++++
>  arch/arm/dts/rk3328.dtsi    | 11 +++++++++++
>  2 files changed, 16 insertions(+)
>

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH 5/8] rockchip: dts: rk3328: support and enable xhci
  2017-05-22 20:26 ` Simon Glass
@ 2017-05-24  0:47   ` sjg at google.com
  0 siblings, 0 replies; 3+ messages in thread
From: sjg at google.com @ 2017-05-24  0:47 UTC (permalink / raw)
  To: u-boot

On 17 May 2017 at 04:25, Meng Dongyang <daniel.meng@rock-chips.com> wrote:

Commit message?

> Signed-off-by: Meng Dongyang <daniel.meng@rock-chips.com>
> ---
>  arch/arm/dts/rk3328-evb.dts |  5 +++++
>  arch/arm/dts/rk3328.dtsi    | 11 +++++++++++
>  2 files changed, 16 insertions(+)
>

Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-rockchip, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-05-24  0:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-17 10:25 [U-Boot] [PATCH 5/8] rockchip: dts: rk3328: support and enable xhci Meng Dongyang
2017-05-22 20:26 ` Simon Glass
2017-05-24  0:47   ` sjg at google.com

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.