Message ID | 1394193422-18242-3-git-send-email-george.cherian@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi George, On 03/07/2014 01:56 PM, George Cherian wrote: > Add USB reference clock data > > Signed-off-by: George Cherian <george.cherian@ti.com> > --- > 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? cheers, -roger -- 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
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 <george.cherian@ti.com> >> --- >> 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
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>; + }; + };
Add USB reference clock data Signed-off-by: George Cherian <george.cherian@ti.com> --- arch/arm/boot/dts/am43xx-clocks.dtsi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+)