From: Tomi Valkeinen Date: Mon, 24 Mar 2014 11:01:52 +0000 (+0530) Subject: ARM: AM43xx: fix dpll init in bypass mode X-Git-Tag: omap-for-v3.15/fixes-v2-signed~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e4cb9aac2ada7f8a986606703c34e2d573bb876;p=pandora-kernel.git ARM: AM43xx: fix dpll init in bypass mode On AM43xx, if a PLL is in bypass at kernel init, the code in omap2_get_dpll_rate() will not realize this and will try to calculate the clock rate using the multiplier and the divider, resulting in errors. omap2_init_dpll_parent() has similar issue. Add the missing soc_is_am43xx() check to make the code work on AM43xx. Signed-off-by: Tomi Valkeinen Signed-off-by: Sathya Prakash M R Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed