From: Kevin Hilman Date: Fri, 19 Oct 2007 21:14:15 +0000 (-0700) Subject: ARM: OMAP: fix default sys_ck.rate for boot-time DPLL detection X-Git-Tag: v2.6.23-omap1~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f50b9fef9b94e4305941a5f28e44dbd042aa44d3;p=pandora-kernel.git ARM: OMAP: fix default sys_ck.rate for boot-time DPLL detection In the clock init code, the DPLL value set by the bootloader is queried, but always turns zero due it's parent clock (sys_ck) having no default rate. This results in the improper setting of the default PRCM rate-table entry and any queries of virt_prcm_set rate to return 0. Rather than setting a static sys_ck.rate, detect the correct value at boot time. Signed-off-by: Kevin Hilman Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed