From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Cherian Subject: Re: [PATCH v3 2/5] ARM: dts: am43xx clock data Date: Thu, 13 Mar 2014 17:44:40 +0530 Message-ID: <5321A130.2060709@ti.com> References: <1394193422-18242-1-git-send-email-george.cherian@ti.com> <1394193422-18242-3-git-send-email-george.cherian@ti.com> <532189DB.9080807@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <532189DB.9080807@ti.com> Sender: linux-doc-owner@vger.kernel.org To: Roger Quadros , linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, devicetree@vger.kernel.org, linux-omap@vger.kernel.org Cc: balbi@ti.com, kishon@ti.com, rob@landley.net, galak@codeaurora.org, ijc+devicetree@hellion.org.uk, mark.rutland@arm.com, pawel.moll@arm.com, robh+dt@kernel.org, tony@atomide.com, anatol.pomozov@gmail.com, bcousson@baylibre.com List-Id: linux-omap@vger.kernel.org On 3/13/2014 4:05 PM, Roger Quadros wrote: > Hi George, > > On 03/07/2014 01:56 PM, George Cherian wrote: >> Add USB reference clock data >> >> Signed-off-by: George Cherian >> --- >> arch/arm/boot/dts/am43xx-clocks.dtsi | 17 +++++++++++++++++ >> 1 file changed, 17 insertions(+) >> >> diff --git a/arch/arm/boot/dts/am43xx-clocks.dtsi b/arch/arm/boot/dts/am43xx-clocks.dtsi >> index 142009c..506d036 100644 >> --- a/arch/arm/boot/dts/am43xx-clocks.dtsi >> +++ b/arch/arm/boot/dts/am43xx-clocks.dtsi >> @@ -653,4 +653,21 @@ >> clocks = <&clk_32768_ck>, <&clk_32k_tpm_ck>; >> reg = <0x4260>; >> }; >> + >> + usb_otg_ss0_refclk960m: usb_otg_ss0_refclk960m { >> + #clock-cells = <0>; >> + compatible = "ti,gate-clock"; >> + clocks = <&dpll_per_clkdcoldo>; >> + ti,bit-shift = <8>; >> + reg = <0x8a60>; >> + }; >> + >> + usb_otg_ss1_refclk960m: usb_otg_ss1_refclk960m { >> + #clock-cells = <0>; >> + compatible = "ti,gate-clock"; >> + clocks = <&dpll_per_clkdcoldo>; >> + ti,bit-shift = <8>; >> + reg = <0x8a68>; >> + }; >> + >> }; >> > I was reviewing am43xx usb clock information recently and found out that > PHY clock is missing here. e.g. usb_phy0_always_on_clk32k and usb_phy1_always_on_clk32k. > > Can you please add these clocks? okay I will add those and resend the series. > > cheers, > -roger -- -George From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754214AbaCMMPS (ORCPT ); Thu, 13 Mar 2014 08:15:18 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:33599 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753629AbaCMMPP (ORCPT ); Thu, 13 Mar 2014 08:15:15 -0400 Message-ID: <5321A130.2060709@ti.com> Date: Thu, 13 Mar 2014 17:44:40 +0530 From: George Cherian User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Roger Quadros , , , , CC: , , , , , , , , , , Subject: Re: [PATCH v3 2/5] ARM: dts: am43xx clock data References: <1394193422-18242-1-git-send-email-george.cherian@ti.com> <1394193422-18242-3-git-send-email-george.cherian@ti.com> <532189DB.9080807@ti.com> In-Reply-To: <532189DB.9080807@ti.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 3/13/2014 4:05 PM, Roger Quadros wrote: > Hi George, > > On 03/07/2014 01:56 PM, George Cherian wrote: >> Add USB reference clock data >> >> Signed-off-by: George Cherian >> --- >> arch/arm/boot/dts/am43xx-clocks.dtsi | 17 +++++++++++++++++ >> 1 file changed, 17 insertions(+) >> >> diff --git a/arch/arm/boot/dts/am43xx-clocks.dtsi b/arch/arm/boot/dts/am43xx-clocks.dtsi >> index 142009c..506d036 100644 >> --- a/arch/arm/boot/dts/am43xx-clocks.dtsi >> +++ b/arch/arm/boot/dts/am43xx-clocks.dtsi >> @@ -653,4 +653,21 @@ >> clocks = <&clk_32768_ck>, <&clk_32k_tpm_ck>; >> reg = <0x4260>; >> }; >> + >> + usb_otg_ss0_refclk960m: usb_otg_ss0_refclk960m { >> + #clock-cells = <0>; >> + compatible = "ti,gate-clock"; >> + clocks = <&dpll_per_clkdcoldo>; >> + ti,bit-shift = <8>; >> + reg = <0x8a60>; >> + }; >> + >> + usb_otg_ss1_refclk960m: usb_otg_ss1_refclk960m { >> + #clock-cells = <0>; >> + compatible = "ti,gate-clock"; >> + clocks = <&dpll_per_clkdcoldo>; >> + ti,bit-shift = <8>; >> + reg = <0x8a68>; >> + }; >> + >> }; >> > I was reviewing am43xx usb clock information recently and found out that > PHY clock is missing here. e.g. usb_phy0_always_on_clk32k and usb_phy1_always_on_clk32k. > > Can you please add these clocks? okay I will add those and resend the series. > > cheers, > -roger -- -George