]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: OMAP4: clock data: Add missing clkdm association for dpll_usb
authorRajendra Nayak <rnayak@ti.com>
Fri, 8 Feb 2013 15:35:14 +0000 (08:35 -0700)
committerPaul Walmsley <paul@pwsan.com>
Fri, 8 Feb 2013 18:47:24 +0000 (11:47 -0700)
commitd0758237eeadde80ca36856345016bbc05b0e2b4
treeca60efb6bc2390335526c307beaff6b62dcb25cb
parent0c3c22f9c53e2fc282d0fb221a6e8c9cf9eeafe8
ARM: OMAP4: clock data: Add missing clkdm association for dpll_usb

dpll_usb needs the clkdm association so the clkdm can be
turned on before a relock. All other dplls for omap4 belong
to the ALWON (always on) domain.

The association was present as part of the older data file
(clock44xx_data.c) but looks like got accidently dropped with
the common clk convertion.

More details of the patch which fixed this up in the older
data file can be dound here..
http://www.spinics.net/lists/linux-omap/msg63076.html

Adding the .clkdm_name as part of the clk_hw_omap struct also
means a new .init needs to be part of the clk_ops for dpll_usb
to initialise the clkdm.

Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/cclock44xx_data.c