OMAP2xxx clock: set up clockdomain pointer in struct clk

clock24xx.c is missing a omap2_init_clk_clkdm() in its
omap2_clk_init() function. Among other bad effects, this causes the
OMAP hwmod layer to oops on boot.

Thanks to Carlos Aguiar <carlos.aguiar@indt.org.br> and Stefano
Panella <Stefano.Panella@csr.com> for reporting this bug. Thanks to Tony
Lindgren <tony@atomide.com> for N800 booting advice.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Carlos Aguiar <carlos.aguiar@indt.org.br>
Cc: Stefano Panella <Stefano.Panella@csr.com>
Cc: Tony Lindgren <tony@atomide.com>

authored by Paul Walmsley and committed by paul a7f20b26 a0219fbd

+1
+1
arch/arm/mach-omap2/clock24xx.c
··· 769 769 if (c->cpu & cpu_mask) { 770 770 clkdev_add(&c->lk); 771 771 clk_register(c->lk.clk); 772 + omap2_init_clk_clkdm(c->lk.clk); 772 773 } 773 774 774 775 /* Check the MPU rate set by bootloader */