diff mbox

[3/4] ARM: dts: omap4-panda: Provide USB PHY clock

Message ID 1374676356-31286-4-git-send-email-rogerq@ti.com (mailing list archive)
State New, archived
Headers show

Commit Message

Roger Quadros July 24, 2013, 2:32 p.m. UTC
The USB PHY gets its clock from AUXCLK3. Provide this
information.

Signed-off-by: Roger Quadros <rogerq@ti.com>
---
 arch/arm/boot/dts/omap4-panda-common.dtsi |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

Comments

Roger Quadros Aug. 14, 2013, 8:11 a.m. UTC | #1
+Benoit

On 07/24/2013 05:32 PM, Roger Quadros wrote:
> The USB PHY gets its clock from AUXCLK3. Provide this
> information.
> 
> Signed-off-by: Roger Quadros <rogerq@ti.com>
> ---
>  arch/arm/boot/dts/omap4-panda-common.dtsi |    8 ++------
>  1 files changed, 2 insertions(+), 6 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/omap4-panda-common.dtsi b/arch/arm/boot/dts/omap4-panda-common.dtsi
> index faa95b5..dd793ca 100644
> --- a/arch/arm/boot/dts/omap4-panda-common.dtsi
> +++ b/arch/arm/boot/dts/omap4-panda-common.dtsi
> @@ -99,12 +99,8 @@
>  		compatible = "usb-nop-xceiv";
>  		reset-supply = <&hsusb1_reset>;
>  		vcc-supply = <&hsusb1_power>;
> -	/**
> -	 * FIXME:
> -	 * put the right clock phandle here when available
> -	 *	clocks = <&auxclk3>;
> -	 *	clock-names = "main_clk";
> -	 */
> +		clocks = <&auxclk3_ck>;
> +		clock-names = "main_clk";
>  		clock-frequency = <19200000>;
>  	};
>  };
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Roger Quadros Aug. 14, 2013, 8:16 a.m. UTC | #2
On 08/14/2013 11:11 AM, Roger Quadros wrote:
> +Benoit
> 
> On 07/24/2013 05:32 PM, Roger Quadros wrote:
>> The USB PHY gets its clock from AUXCLK3. Provide this
>> information.
>>
>> Signed-off-by: Roger Quadros <rogerq@ti.com>
>> ---
>>  arch/arm/boot/dts/omap4-panda-common.dtsi |    8 ++------
>>  1 files changed, 2 insertions(+), 6 deletions(-)
>>
>> diff --git a/arch/arm/boot/dts/omap4-panda-common.dtsi b/arch/arm/boot/dts/omap4-panda-common.dtsi
>> index faa95b5..dd793ca 100644
>> --- a/arch/arm/boot/dts/omap4-panda-common.dtsi
>> +++ b/arch/arm/boot/dts/omap4-panda-common.dtsi
>> @@ -99,12 +99,8 @@
>>  		compatible = "usb-nop-xceiv";
>>  		reset-supply = <&hsusb1_reset>;
>>  		vcc-supply = <&hsusb1_power>;
>> -	/**
>> -	 * FIXME:
>> -	 * put the right clock phandle here when available
>> -	 *	clocks = <&auxclk3>;
>> -	 *	clock-names = "main_clk";
>> -	 */
>> +		clocks = <&auxclk3_ck>;
>> +		clock-names = "main_clk";
>>  		clock-frequency = <19200000>;
>>  	};
>>  };
>>
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/boot/dts/omap4-panda-common.dtsi b/arch/arm/boot/dts/omap4-panda-common.dtsi
index faa95b5..dd793ca 100644
--- a/arch/arm/boot/dts/omap4-panda-common.dtsi
+++ b/arch/arm/boot/dts/omap4-panda-common.dtsi
@@ -99,12 +99,8 @@ 
 		compatible = "usb-nop-xceiv";
 		reset-supply = <&hsusb1_reset>;
 		vcc-supply = <&hsusb1_power>;
-	/**
-	 * FIXME:
-	 * put the right clock phandle here when available
-	 *	clocks = <&auxclk3>;
-	 *	clock-names = "main_clk";
-	 */
+		clocks = <&auxclk3_ck>;
+		clock-names = "main_clk";
 		clock-frequency = <19200000>;
 	};
 };