From: Paul Walmsley Date: Wed, 16 Feb 2011 22:38:38 +0000 (-0700) Subject: OMAP2xxx: clock: fix interface clocks and clockdomains for modules in the WKUP domain X-Git-Tag: v2.6.39-rc1~432^2~10^2~2^7~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19c1c0ce9ddc45fe8f84b6cf12ba9dbecd7b1aa1;p=pandora-kernel.git OMAP2xxx: clock: fix interface clocks and clockdomains for modules in the WKUP domain The parent of the interface clocks for GPTIMER1, MPU_WDT, SYNCTIMER_32K, SCM, WDT1, and the ICR (2430 only) were all listed as being l4_ck. This isn't accurate; these modules exist inside the WKUP domain, and the interface clock to these modules runs at the SYS_CLK rate rather than the CORE L4 rate. So, create a new clock "wu_l4_ick", similar to the OMAP3 "wkup_l4_ick", that serves as the parent for these clocks. Also, these clocks were listed as existing inside core_l4_clkdm; wkup_clkdm is probably more accurate. Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed