From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 1/3] ARM: shmobile: r8a7791: add HS-USB device node
Date: Wed, 08 Oct 2014 18:00:53 +0000 [thread overview]
Message-ID: <1732319.urzcOrRf7a@wasted.cogentembedded.com> (raw)
In-Reply-To: <1511869.4ca9KHmSFr@wasted.cogentembedded.com>
From: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Define the R8A7791 generic part of the HS-USB device node. It is up to the board
file to enable the device.
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
[Sergei: fixed summary, added changelog]
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
---
Changes in version 2:
- uppercased "arm" in the summary;
- added changelog.
arch/arm/boot/dts/r8a7791.dtsi | 11 +++++++++++
1 file changed, 11 insertions(+)
Index: renesas/arch/arm/boot/dts/r8a7791.dtsi
=================================--- renesas.orig/arch/arm/boot/dts/r8a7791.dtsi
+++ renesas/arch/arm/boot/dts/r8a7791.dtsi
@@ -637,6 +637,17 @@
status = "disabled";
};
+ hsusb: usb@e6590000 {
+ compatible = "renesas,usbhs-r8a7791";
+ reg = <0 0xe6590000 0 0x100>;
+ interrupts = <0 107 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&mstp7_clks R8A7791_CLK_HSUSB>;
+ renesas,buswait = <4>;
+ phys = <&usb0 1>;
+ phy-names = "usb";
+ status = "disabled";
+ };
+
usbphy: usb-phy@e6590100 {
compatible = "renesas,usb-phy-r8a7791";
reg = <0 0xe6590100 0 0x100>;
WARNING: multiple messages have this Message-ID (diff)
From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 1/3] ARM: shmobile: r8a7791: add HS-USB device node
Date: Wed, 08 Oct 2014 22:00:53 +0400 [thread overview]
Message-ID: <1732319.urzcOrRf7a@wasted.cogentembedded.com> (raw)
In-Reply-To: <1511869.4ca9KHmSFr@wasted.cogentembedded.com>
From: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Define the R8A7791 generic part of the HS-USB device node. It is up to the board
file to enable the device.
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
[Sergei: fixed summary, added changelog]
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
---
Changes in version 2:
- uppercased "arm" in the summary;
- added changelog.
arch/arm/boot/dts/r8a7791.dtsi | 11 +++++++++++
1 file changed, 11 insertions(+)
Index: renesas/arch/arm/boot/dts/r8a7791.dtsi
===================================================================
--- renesas.orig/arch/arm/boot/dts/r8a7791.dtsi
+++ renesas/arch/arm/boot/dts/r8a7791.dtsi
@@ -637,6 +637,17 @@
status = "disabled";
};
+ hsusb: usb at e6590000 {
+ compatible = "renesas,usbhs-r8a7791";
+ reg = <0 0xe6590000 0 0x100>;
+ interrupts = <0 107 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&mstp7_clks R8A7791_CLK_HSUSB>;
+ renesas,buswait = <4>;
+ phys = <&usb0 1>;
+ phy-names = "usb";
+ status = "disabled";
+ };
+
usbphy: usb-phy at e6590100 {
compatible = "renesas,usb-phy-r8a7791";
reg = <0 0xe6590100 0 0x100>;
WARNING: multiple messages have this Message-ID (diff)
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: horms@verge.net.au
Cc: linux-sh@vger.kernel.org, robh+dt@kernel.org, pawel.moll@arm.com,
mark.rutland@arm.com, ijc+devicetree@hellion.org.uk,
galak@codeaurora.org, devicetree@vger.kernel.org,
magnus.damm@gmail.com, linux@arm.linux.org.uk,
linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org,
yoshihiro.shimoda.uh@renesas.com
Subject: [PATCH v3 1/3] ARM: shmobile: r8a7791: add HS-USB device node
Date: Wed, 08 Oct 2014 22:00:53 +0400 [thread overview]
Message-ID: <1732319.urzcOrRf7a@wasted.cogentembedded.com> (raw)
In-Reply-To: <1511869.4ca9KHmSFr@wasted.cogentembedded.com>
From: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Define the R8A7791 generic part of the HS-USB device node. It is up to the board
file to enable the device.
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
[Sergei: fixed summary, added changelog]
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
---
Changes in version 2:
- uppercased "arm" in the summary;
- added changelog.
arch/arm/boot/dts/r8a7791.dtsi | 11 +++++++++++
1 file changed, 11 insertions(+)
Index: renesas/arch/arm/boot/dts/r8a7791.dtsi
===================================================================
--- renesas.orig/arch/arm/boot/dts/r8a7791.dtsi
+++ renesas/arch/arm/boot/dts/r8a7791.dtsi
@@ -637,6 +637,17 @@
status = "disabled";
};
+ hsusb: usb@e6590000 {
+ compatible = "renesas,usbhs-r8a7791";
+ reg = <0 0xe6590000 0 0x100>;
+ interrupts = <0 107 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&mstp7_clks R8A7791_CLK_HSUSB>;
+ renesas,buswait = <4>;
+ phys = <&usb0 1>;
+ phy-names = "usb";
+ status = "disabled";
+ };
+
usbphy: usb-phy@e6590100 {
compatible = "renesas,usb-phy-r8a7791";
reg = <0 0xe6590100 0 0x100>;
next prev parent reply other threads:[~2014-10-08 18:00 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-08 17:59 [PATCH v3 1/3] Add HS-USB device tree support for R8A7791/Koelsch/Henninger board Sergei Shtylyov
2014-10-08 17:59 ` Sergei Shtylyov
2014-10-08 17:59 ` Sergei Shtylyov
2014-10-08 18:00 ` Sergei Shtylyov [this message]
2014-10-08 18:00 ` [PATCH v3 1/3] ARM: shmobile: r8a7791: add HS-USB device node Sergei Shtylyov
2014-10-08 18:00 ` Sergei Shtylyov
2014-10-08 18:02 ` [PATCH v3 2/3] ARM: shmobile: koelsch: enable HS-USB Sergei Shtylyov
2014-10-08 18:02 ` Sergei Shtylyov
2014-10-08 18:02 ` Sergei Shtylyov
2014-10-08 18:05 ` Felipe Balbi
2014-10-08 18:05 ` Felipe Balbi
2014-10-08 18:05 ` Felipe Balbi
2014-10-08 18:07 ` Sergei Shtylyov
2014-10-08 18:07 ` Sergei Shtylyov
2014-10-08 18:07 ` Sergei Shtylyov
2014-10-08 18:08 ` Felipe Balbi
2014-10-08 18:08 ` Felipe Balbi
2014-10-08 18:08 ` Felipe Balbi
2014-10-08 18:11 ` Sergei Shtylyov
2014-10-08 18:11 ` Sergei Shtylyov
2014-10-08 18:11 ` Sergei Shtylyov
2014-10-08 18:22 ` Felipe Balbi
2014-10-08 18:22 ` Felipe Balbi
2014-10-08 18:22 ` Felipe Balbi
2014-10-09 1:07 ` Yoshihiro Shimoda
2014-10-09 1:07 ` Yoshihiro Shimoda
2014-10-09 1:07 ` Yoshihiro Shimoda
2014-10-09 12:51 ` Sergei Shtylyov
2014-10-09 12:51 ` Sergei Shtylyov
2014-10-09 12:51 ` Sergei Shtylyov
2014-10-10 0:17 ` Yoshihiro Shimoda
2014-10-10 0:17 ` Yoshihiro Shimoda
2014-10-10 0:17 ` Yoshihiro Shimoda
2014-10-08 18:04 ` [PATCH v3 3/3] ARM: shmobile: henninger: " Sergei Shtylyov
2014-10-08 18:04 ` Sergei Shtylyov
2014-10-08 18:04 ` Sergei Shtylyov
2014-10-08 18:05 ` [PATCH v3 1/3] Add HS-USB device tree support for R8A7791/Koelsch/Henninger board Sergei Shtylyov
2014-10-08 18:05 ` Sergei Shtylyov
2014-10-08 18:05 ` Sergei Shtylyov
2014-10-24 5:23 ` Yoshihiro Shimoda
2014-10-24 5:23 ` Yoshihiro Shimoda
2014-10-24 5:23 ` Yoshihiro Shimoda
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1732319.urzcOrRf7a@wasted.cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.