* [PATCH v2 0/1] ARM: shmobile: add USB3.0 device node on r8a7791
@ 2014-10-24 10:43 Yoshihiro Shimoda
2014-10-24 10:43 ` [PATCH v2 1/1] ARM: shmobile: r8a7791: add USB3.0 device node Yoshihiro Shimoda
2014-10-27 0:22 ` [PATCH v2 0/1] ARM: shmobile: add USB3.0 device node on r8a7791 Simon Horman
0 siblings, 2 replies; 3+ messages in thread
From: Yoshihiro Shimoda @ 2014-10-24 10:43 UTC (permalink / raw)
To: horms-/R6kz+dDXgpPR4JQBCEnsQ, magnus.damm-Re5JQEeQqe8AvxtiuMwx3w,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A, pawel.moll-5wv7dgnIgG8,
mark.rutland-5wv7dgnIgG8, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg,
galak-sgV2jX0FEOL9JmXXK+q4OQ, linux-lFZ/pmaqli7XmaaqVzeoHQ
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-usb-u79uwXL29TY76Z2rM5mHXA, linux-sh-u79uwXL29TY76Z2rM5mHXA,
Yoshihiro Shimoda
This patch is based on Simon's renesas.git branch and
renesas-devel-20141024-v3.18-rc1 tag.
Since koelsch and henninger doesn't have a USB3.0 connector,
I submit a patch for r8a7791.dtsi only.
Changes from v1:
- rebase the repository.
Yoshihiro Shimoda (1):
ARM: shmobile: r8a7791: add USB3.0 device node
arch/arm/boot/dts/r8a7791.dtsi | 10 ++++++++++
1 file changed, 10 insertions(+)
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH v2 1/1] ARM: shmobile: r8a7791: add USB3.0 device node
2014-10-24 10:43 [PATCH v2 0/1] ARM: shmobile: add USB3.0 device node on r8a7791 Yoshihiro Shimoda
@ 2014-10-24 10:43 ` Yoshihiro Shimoda
2014-10-27 0:22 ` [PATCH v2 0/1] ARM: shmobile: add USB3.0 device node on r8a7791 Simon Horman
1 sibling, 0 replies; 3+ messages in thread
From: Yoshihiro Shimoda @ 2014-10-24 10:43 UTC (permalink / raw)
To: horms, magnus.damm, robh+dt, pawel.moll, mark.rutland,
ijc+devicetree, galak, linux
Cc: devicetree, linux-usb, linux-sh, Yoshihiro Shimoda
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
arch/arm/boot/dts/r8a7791.dtsi | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi
index 74f18d8..1f4b6db 100644
--- a/arch/arm/boot/dts/r8a7791.dtsi
+++ b/arch/arm/boot/dts/r8a7791.dtsi
@@ -1152,6 +1152,16 @@
status = "disabled";
};
+ xhci: usb@ee000000 {
+ compatible = "renesas,xhci-r8a7791";
+ reg = <0 0xee000000 0 0xc00>;
+ interrupts = <0 101 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&mstp3_clks R8A7791_CLK_SSUSB>;
+ phys = <&usb2 1>;
+ phy-names = "usb";
+ status = "disabled";
+ };
+
pci0: pci@ee090000 {
compatible = "renesas,pci-r8a7791";
device_type = "pci";
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2 0/1] ARM: shmobile: add USB3.0 device node on r8a7791
2014-10-24 10:43 [PATCH v2 0/1] ARM: shmobile: add USB3.0 device node on r8a7791 Yoshihiro Shimoda
2014-10-24 10:43 ` [PATCH v2 1/1] ARM: shmobile: r8a7791: add USB3.0 device node Yoshihiro Shimoda
@ 2014-10-27 0:22 ` Simon Horman
1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2014-10-27 0:22 UTC (permalink / raw)
To: Yoshihiro Shimoda
Cc: magnus.damm, robh+dt, pawel.moll, mark.rutland, ijc+devicetree,
galak, linux, devicetree, linux-usb, linux-sh
On Fri, Oct 24, 2014 at 07:43:01PM +0900, Yoshihiro Shimoda wrote:
> This patch is based on Simon's renesas.git branch and
> renesas-devel-20141024-v3.18-rc1 tag.
> Since koelsch and henninger doesn't have a USB3.0 connector,
> I submit a patch for r8a7791.dtsi only.
Thanks, I have queued this up.
>
> Changes from v1:
> - rebase the repository.
>
> Yoshihiro Shimoda (1):
> ARM: shmobile: r8a7791: add USB3.0 device node
>
> arch/arm/boot/dts/r8a7791.dtsi | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> --
> 1.7.9.5
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-10-27 0:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-24 10:43 [PATCH v2 0/1] ARM: shmobile: add USB3.0 device node on r8a7791 Yoshihiro Shimoda
2014-10-24 10:43 ` [PATCH v2 1/1] ARM: shmobile: r8a7791: add USB3.0 device node Yoshihiro Shimoda
2014-10-27 0:22 ` [PATCH v2 0/1] ARM: shmobile: add USB3.0 device node on r8a7791 Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).