From: Doug Anderson Date: Mon, 6 Oct 2014 17:15:27 +0000 (-0700) Subject: clk: rockchip: Add CLK_SET_RATE_PARENT to aclk_cpu_pre X-Git-Tag: omap-for-v3.19/fixes-rc1~9^2~23^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61e309f322f264917e5dcbd7ea773df1db53629a;p=pandora-kernel.git clk: rockchip: Add CLK_SET_RATE_PARENT to aclk_cpu_pre We'd like to be able to call clk_set_rate() on aclk_cpu (a gate) at bootup. In order for this to have any effect we need its parent (aclk_cpu_pre) to percolate the rate change to _its_ parent (aclk_cpu_src). Add CLK_SET_RATE_PARENT to make this happen. Signed-off-by: Doug Anderson Signed-off-by: Heiko Stuebner --- Reading git-diff-tree failed