From: Florian Fainelli Date: Mon, 12 Nov 2012 08:48:45 +0000 (+0000) Subject: MIPS: BCM63XX: fix BCM6345 clocks bits X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~15^2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e59b008e14c63572d4c643592e84bbd1b4088f39;p=pandora-kernel.git MIPS: BCM63XX: fix BCM6345 clocks bits BCM6345 has an intermediate 16-bits wide test control register between the peripheral identifier register, and its clock control register is only 16-bits wide contrary to other platforms where it is 32-bits wide. By shifting all clocks bits by 16-bits to the left we ensure they get written to the proper clock control register, without adding specific BCM6345 handling in the clock code. Signed-off-by: Florian Fainelli Patchwork: http://patchwork.linux-mips.org/patch/4555/ Signed-off-by: John Crispin --- Reading git-diff-tree failed