From: Linus Walleij Date: Tue, 27 Nov 2012 19:15:20 +0000 (+0100) Subject: clk: ux500: fix bit error X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~93^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2630b17b6ee47ac79b4f5120ac49105027f644ea;p=pandora-kernel.git clk: ux500: fix bit error This fixes a bit error in the U8500 clock implementation: the unused p2_pclk12 registered at bit 12 in periphereral group 6 was defined as using bit 11 rather than bit 12. When walking over and disabling the unused clocks in the tree at late init time, p2_pclk12 was disabled, by effectively clearing the but for p2_pclk11 instead of bit 12 as it should have, thus disabling gpio block 6 and 7. Reported-by: Lee Jones Acked-by: Ulf Hansson Cc: Philippe Begnic Cc: stable@kernel.org Signed-off-by: Linus Walleij Signed-off-by: Mike Turquette --- Reading git-diff-tree failed