From: Roger Quadros <rogerq@ti.com>
To: tony@atomide.com
Cc: balbi@ti.com, kishon@ti.com, linux-omap@vger.kernel.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
linux-usb@vger.kernel.org
Subject: Re: [PATCH 1/1] ARM: dts: omap5: Add clocks to USB3 PHY node
Date: Mon, 14 Apr 2014 10:22:43 +0300 [thread overview]
Message-ID: <534B8CC3.7050008@ti.com> (raw)
In-Reply-To: <20140401141308.GB4717@saruman.home>
Hi Tony,
On 04/01/2014 05:13 PM, Felipe Balbi wrote:
> On Tue, Apr 01, 2014 at 01:37:27PM +0300, Roger Quadros wrote:
>> The USB3 PHY driver (ti-pipe3) was updated so that the relevant
>> clock phandles are expected in the DT node.
>> Provide the necessary clocks.
>>
>> Reported-by: Kishon Vijay Abraham I <kishon@ti.com>
>> Signed-off-by: Roger Quadros <rogerq@ti.com>
>
> Great!!!
>
> Acked-by: Felipe Balbi <balbi@ti.com>
Could you please pick this up for 3.15-rc? Thanks.
cheers,
-roger
>
>> ---
>> arch/arm/boot/dts/omap5.dtsi | 6 ++++++
>> 1 file changed, 6 insertions(+)
>>
>> diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
>> index 757f0b9..4df1e7a 100644
>> --- a/arch/arm/boot/dts/omap5.dtsi
>> +++ b/arch/arm/boot/dts/omap5.dtsi
>> @@ -794,6 +794,12 @@
>> <0x4a084c00 0x40>;
>> reg-names = "phy_rx", "phy_tx", "pll_ctrl";
>> ctrl-module = <&omap_control_usb3phy>;
>> + clocks = <&usb_phy_cm_clk32k>,
>> + <&sys_clkin>,
>> + <&usb_otg_ss_refclk960m>;
>> + clock-names = "wkupclk",
>> + "sysclk",
>> + "refclk";
>> #phy-cells = <0>;
>> };
>> };
>> --
>> 1.8.3.2
>>
>
WARNING: multiple messages have this Message-ID (diff)
From: Roger Quadros <rogerq@ti.com>
To: <tony@atomide.com>
Cc: <balbi@ti.com>, <kishon@ti.com>, <linux-omap@vger.kernel.org>,
<linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>,
<linux-usb@vger.kernel.org>
Subject: Re: [PATCH 1/1] ARM: dts: omap5: Add clocks to USB3 PHY node
Date: Mon, 14 Apr 2014 10:22:43 +0300 [thread overview]
Message-ID: <534B8CC3.7050008@ti.com> (raw)
In-Reply-To: <20140401141308.GB4717@saruman.home>
Hi Tony,
On 04/01/2014 05:13 PM, Felipe Balbi wrote:
> On Tue, Apr 01, 2014 at 01:37:27PM +0300, Roger Quadros wrote:
>> The USB3 PHY driver (ti-pipe3) was updated so that the relevant
>> clock phandles are expected in the DT node.
>> Provide the necessary clocks.
>>
>> Reported-by: Kishon Vijay Abraham I <kishon@ti.com>
>> Signed-off-by: Roger Quadros <rogerq@ti.com>
>
> Great!!!
>
> Acked-by: Felipe Balbi <balbi@ti.com>
Could you please pick this up for 3.15-rc? Thanks.
cheers,
-roger
>
>> ---
>> arch/arm/boot/dts/omap5.dtsi | 6 ++++++
>> 1 file changed, 6 insertions(+)
>>
>> diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
>> index 757f0b9..4df1e7a 100644
>> --- a/arch/arm/boot/dts/omap5.dtsi
>> +++ b/arch/arm/boot/dts/omap5.dtsi
>> @@ -794,6 +794,12 @@
>> <0x4a084c00 0x40>;
>> reg-names = "phy_rx", "phy_tx", "pll_ctrl";
>> ctrl-module = <&omap_control_usb3phy>;
>> + clocks = <&usb_phy_cm_clk32k>,
>> + <&sys_clkin>,
>> + <&usb_otg_ss_refclk960m>;
>> + clock-names = "wkupclk",
>> + "sysclk",
>> + "refclk";
>> #phy-cells = <0>;
>> };
>> };
>> --
>> 1.8.3.2
>>
>
next prev parent reply other threads:[~2014-04-14 7:22 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-01 10:37 [PATCH 0/1] OMAP5: USB3 fix for 3.15 Roger Quadros
2014-04-01 10:37 ` Roger Quadros
2014-04-01 10:37 ` [PATCH 1/1] ARM: dts: omap5: Add clocks to USB3 PHY node Roger Quadros
2014-04-01 10:37 ` Roger Quadros
2014-04-01 14:13 ` Felipe Balbi
2014-04-01 14:13 ` Felipe Balbi
2014-04-14 7:22 ` Roger Quadros [this message]
2014-04-14 7:22 ` Roger Quadros
[not found] ` <534B8CC3.7050008-l0cyMroinI0@public.gmane.org>
2014-04-18 22:29 ` Tony Lindgren
2014-04-18 22:29 ` Tony Lindgren
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=534B8CC3.7050008@ti.com \
--to=rogerq@ti.com \
--cc=balbi@ti.com \
--cc=devicetree@vger.kernel.org \
--cc=kishon@ti.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=tony@atomide.com \
/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.