From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/2] ARM: shmobile: r8a7794: add USB PHY DT support
Date: Wed, 30 Sep 2015 11:11:56 +0000 [thread overview]
Message-ID: <560BC37C.2040306@cogentembedded.com> (raw)
In-Reply-To: <20150930083324.GA3426@verge.net.au>
Hello.
On 9/30/2015 11:33 AM, Simon Horman wrote:
>>> Define the R8A7794 generic part of the USB PHY device node. It is up to the
>>> board file to enable the device.
>>>
>>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>>>
>>> ---
>>> arch/arm/boot/dts/r8a7794.dtsi | 19 +++++++++++++++++++
>>> 1 file changed, 19 insertions(+)
>>>
>>> Index: renesas/arch/arm/boot/dts/r8a7794.dtsi
>>> =================================>>> --- renesas.orig/arch/arm/boot/dts/r8a7794.dtsi
>>> +++ renesas/arch/arm/boot/dts/r8a7794.dtsi
>>> @@ -690,6 +690,25 @@
>>> 0x1000 0 0 2 &gic 0 113 IRQ_TYPE_LEVEL_HIGH>;
>>> };
>>>
>>> + usbphy: usb-phy@e6590100 {
>>> + compatible = "renesas,usb-phy-r8a7794";
>>> + reg = <0 0xe6590100 0 0x100>;
>>> + #address-cells = <1>;
>>> + #size-cells = <0>;
>>> + clocks = <&mstp7_clks R8A7794_CLK_HSUSB>;
>>> + clock-names = "usbhs";
>>
>> Forgot to add "power-domains" prop here. :-(
>
> Are you planning to repost this?
Yes.
MBR, Sergei
WARNING: multiple messages have this Message-ID (diff)
From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: shmobile: r8a7794: add USB PHY DT support
Date: Wed, 30 Sep 2015 14:11:56 +0300 [thread overview]
Message-ID: <560BC37C.2040306@cogentembedded.com> (raw)
In-Reply-To: <20150930083324.GA3426@verge.net.au>
Hello.
On 9/30/2015 11:33 AM, Simon Horman wrote:
>>> Define the R8A7794 generic part of the USB PHY device node. It is up to the
>>> board file to enable the device.
>>>
>>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>>>
>>> ---
>>> arch/arm/boot/dts/r8a7794.dtsi | 19 +++++++++++++++++++
>>> 1 file changed, 19 insertions(+)
>>>
>>> Index: renesas/arch/arm/boot/dts/r8a7794.dtsi
>>> ===================================================================
>>> --- renesas.orig/arch/arm/boot/dts/r8a7794.dtsi
>>> +++ renesas/arch/arm/boot/dts/r8a7794.dtsi
>>> @@ -690,6 +690,25 @@
>>> 0x1000 0 0 2 &gic 0 113 IRQ_TYPE_LEVEL_HIGH>;
>>> };
>>>
>>> + usbphy: usb-phy at e6590100 {
>>> + compatible = "renesas,usb-phy-r8a7794";
>>> + reg = <0 0xe6590100 0 0x100>;
>>> + #address-cells = <1>;
>>> + #size-cells = <0>;
>>> + clocks = <&mstp7_clks R8A7794_CLK_HSUSB>;
>>> + clock-names = "usbhs";
>>
>> Forgot to add "power-domains" prop here. :-(
>
> Are you planning to repost this?
Yes.
MBR, Sergei
WARNING: multiple messages have this Message-ID (diff)
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Simon Horman <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
Subject: Re: [PATCH 1/2] ARM: shmobile: r8a7794: add USB PHY DT support
Date: Wed, 30 Sep 2015 14:11:56 +0300 [thread overview]
Message-ID: <560BC37C.2040306@cogentembedded.com> (raw)
In-Reply-To: <20150930083324.GA3426@verge.net.au>
Hello.
On 9/30/2015 11:33 AM, Simon Horman wrote:
>>> Define the R8A7794 generic part of the USB PHY device node. It is up to the
>>> board file to enable the device.
>>>
>>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>>>
>>> ---
>>> arch/arm/boot/dts/r8a7794.dtsi | 19 +++++++++++++++++++
>>> 1 file changed, 19 insertions(+)
>>>
>>> Index: renesas/arch/arm/boot/dts/r8a7794.dtsi
>>> ===================================================================
>>> --- renesas.orig/arch/arm/boot/dts/r8a7794.dtsi
>>> +++ renesas/arch/arm/boot/dts/r8a7794.dtsi
>>> @@ -690,6 +690,25 @@
>>> 0x1000 0 0 2 &gic 0 113 IRQ_TYPE_LEVEL_HIGH>;
>>> };
>>>
>>> + usbphy: usb-phy@e6590100 {
>>> + compatible = "renesas,usb-phy-r8a7794";
>>> + reg = <0 0xe6590100 0 0x100>;
>>> + #address-cells = <1>;
>>> + #size-cells = <0>;
>>> + clocks = <&mstp7_clks R8A7794_CLK_HSUSB>;
>>> + clock-names = "usbhs";
>>
>> Forgot to add "power-domains" prop here. :-(
>
> Are you planning to repost this?
Yes.
MBR, Sergei
next prev parent reply other threads:[~2015-09-30 11:11 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-12 22:48 [PATCH 0/2] Add USB PHY device tree support for R8A7794/SILK board Sergei Shtylyov
2015-09-12 22:48 ` Sergei Shtylyov
2015-09-12 22:48 ` Sergei Shtylyov
2015-09-12 22:50 ` [PATCH 1/2] ARM: shmobile: r8a7794: add USB PHY DT support Sergei Shtylyov
2015-09-12 22:50 ` Sergei Shtylyov
2015-09-12 22:50 ` Sergei Shtylyov
2015-09-16 23:15 ` Sergei Shtylyov
2015-09-16 23:15 ` Sergei Shtylyov
2015-09-16 23:15 ` Sergei Shtylyov
2015-09-30 8:33 ` Simon Horman
2015-09-30 8:33 ` Simon Horman
2015-09-30 8:33 ` Simon Horman
2015-09-30 11:11 ` Sergei Shtylyov [this message]
2015-09-30 11:11 ` Sergei Shtylyov
2015-09-30 11:11 ` Sergei Shtylyov
2015-09-12 22:53 ` [PATCH 2/2] ARM: shmobile: silk: enable USB PHY Sergei Shtylyov
2015-09-12 22:53 ` Sergei Shtylyov
2015-09-12 22:53 ` Sergei Shtylyov
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=560BC37C.2040306@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.