From: Julien CHAUVEAU Date: Fri, 21 Nov 2014 09:27:41 +0000 (+0100) Subject: clk: rockchip: fix clock gate for rk3188 spdif_pre X-Git-Tag: omap-for-v3.19/fixes-rc1~9^2~13^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7bdb7f45e7b848dc2eb50c2d5c5106af68562c4;p=pandora-kernel.git clk: rockchip: fix clock gate for rk3188 spdif_pre In rk3188 clock branches, spdif_pre gate was set to RK2928_CLKGATE_CON(13) bit 13. This appears to be a copy-paste error because such a register does not exist. We correct it to RK2928_CLKGATE_CON(0) and find out that the rk3188 spdif clock is the same as the rk3066 spdif clock, so we move it to the common clock branches. Signed-off-by: Julien CHAUVEAU Signed-off-by: Heiko Stuebner --- Reading git-diff-tree failed