From: Paul Walmsley Date: Sun, 17 Jun 2012 17:57:52 +0000 (-0600) Subject: ARM: OMAP4: clock data: add clockdomains for clocks used as main clocks X-Git-Tag: v3.5-rc4~4^2~3^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a47d32d5c4b91a4ce4c459f3b7b0290185e7578;p=pandora-kernel.git 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 Cc: Rajendra Nayak Cc: BenoƮt Cousson --- Reading git-diff-tree failed