]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: OMAP4: clock data: add clockdomains for clocks used as main clocks
authorPaul Walmsley <paul@pwsan.com>
Sun, 17 Jun 2012 17:57:52 +0000 (11:57 -0600)
committerPaul Walmsley <paul@pwsan.com>
Fri, 22 Jun 2012 00:08:47 +0000 (18:08 -0600)
commit9a47d32d5c4b91a4ce4c459f3b7b0290185e7578
tree26dc6b1ecc819b0de5f3c163e2a280d33d1136e1
parent252a4c5443ec4d0bd310ae5b0d1b7f9c5b1e7f46
ARM: OMAP4: clock data: add clockdomains for clocks used as main clocks

Until the OMAP4 code is converted to disable the use of the clock
framework-based clockdomain enable/disable sequence, any clock used as
a hwmod main_clk must have a clockdomain associated with it.  This
patch populates some clock structure clockdomain names to resolve the
following warnings during kernel init:

omap_hwmod: dpll_mpu_m2_ck: missing clockdomain for dpll_mpu_m2_ck.
omap_hwmod: trace_clk_div_ck: missing clockdomain for trace_clk_div_ck.
omap_hwmod: l3_div_ck: missing clockdomain for l3_div_ck.
omap_hwmod: ddrphy_ck: missing clockdomain for ddrphy_ck.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Rajendra Nayak <rnayak@ti.com>
Cc: BenoƮt Cousson <b-cousson@ti.com>
arch/arm/mach-omap2/clock44xx_data.c