From: Andrew Bresticker Date: Thu, 15 May 2014 00:32:59 +0000 (-0700) Subject: clk: tegra: Fix xusb_hs_src clock hierarchy X-Git-Tag: omap-for-v3.16/fixes-against-rc1~91^2^2~28^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c992afcf8e4f91fac05d39b86c7f7922a50145c;p=pandora-kernel.git clk: tegra: Fix xusb_hs_src clock hierarchy Currently the Tegra1x4 clock init code hard-codes the mux setting for xusb_hs_src and treats it as a fixed-factor clock. It is, however, a mux which can be parented by either xusb_ss_src/2 or pll_u_60M. Add the fixed-factor clock xusb_ss_div2 and put an entry in periph_clks[] for the xusb_hs_src mux. Signed-off-by: Andrew Bresticker Signed-off-by: Mike Turquette --- Reading git-diff-tree failed