From: Simon Horman Date: Tue, 13 May 2014 06:59:18 +0000 (+0900) Subject: ARM: shmobile: Set clock frequency in HZ from OF nodes X-Git-Tag: omap-for-v3.16/fixes-against-rc1~52^2~13^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f492b81777c93b33afe892b424e022022b5bc297;p=pandora-kernel.git ARM: shmobile: Set clock frequency in HZ from OF nodes shmobile_init_delay() looks for OF "clock-frequency" to determine the delay which is set by calling shmobile_setup_delay(). Unfortunately this seems to be incorrect in detail as "clock-frequency" node values are in HZ whereas the frequency argument to shmobile_setup_delay() is in MHz. Provide a variant of shmobile_setup_delay() that accepts HZ to correct this problem. Signed-off-by: Simon Horman --- Reading git-diff-tree failed