* Tero Kristo <t-kri...@ti.com> [151222 12:08]:
> On 12/22/2015 05:53 PM, Tony Lindgren wrote:
> >These use the standard clock bindings and now we can make some
> >of the fixed clocks into real clocks.
> >
> >Cc: Tero Kristo <t-kri...@ti.com>
> >Signed-off-by: Tony Lindgren <t...@atomide.com>
> >---
> >Changes since v1:
> >
> >- Updated for changed clock names for "dcoclkldo"
> >- Merged in the dra62x changes
> >
> >---
> >  arch/arm/boot/dts/dm814x-clocks.dtsi | 256 
> > ++++++++++++++++++++++++++++++-----
> >  arch/arm/boot/dts/dra62x-clocks.dtsi |  26 ++++
> >  2 files changed, 251 insertions(+), 31 deletions(-)
> >
> >diff --git a/arch/arm/boot/dts/dm814x-clocks.dtsi 
> >b/arch/arm/boot/dts/dm814x-clocks.dtsi
> >index e0ea6a9..b75ca91 100644
> >--- a/arch/arm/boot/dts/dm814x-clocks.dtsi
> >+++ b/arch/arm/boot/dts/dm814x-clocks.dtsi
> >@@ -4,6 +4,170 @@
> >   * published by the Free Software Foundation.
> >   */
> >
> >+&pllss {
> >+    /*
> >+     * See TRM "2.6.10 Connected outputso DPLLS" and
> >+     * "2.6.11 Connected Outputs of DPLLJ". Only clkout is
> >+     * connected except for hdmi and usb.
> >+     */
> >+    adpll_mpu_ck: adpll@40 {
> >+            #clock-cells = <1>;
> >+            compatible = "ti,dm814-adpll-s-clock";
> >+            reg = <0x40 0x40>;
> >+            clocks = <&devosc_ck &devosc_ck &devosc_ck>;
> >+            clock-names = "clkinp", "clkinpulow", "clkinphif";
> >+            clock-indices = <0>, <1>, <2>, <3>;
> >+            clock-output-names = "481c5040.adpll.dcoclkldo",
> >+                                 "481c5040.adpll.clkout",
> >+                                 "481c5040.adpll.clkoutx2",
> >+                                 "481c5040.adpll.clkouthif";
> 
> Discussed this offline, but looks like most of the clock output names can
> probably be generated runtime, as they seem duplicate across adplls?
> Including the address component.

Yes the output names could be generated if not separately specified.
Eventually we probably want to use more descriptive names here though.

> Based on the offline discussion though:
> 
> Acked-by: Tero Kristo <t-kri...@ti.com>

OK thanks,

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

Reply via email to