From: Linus Walleij Date: Fri, 18 Oct 2013 08:56:14 +0000 (+0200) Subject: clk: ux500: fix erroneous bit assignment X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~48^2~11^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5ff9a115ec633852312a8e43df4bbd36b4dad3d;p=pandora-kernel.git clk: ux500: fix erroneous bit assignment Due to a typo or similar, the peripheral group 2 clock 11 gate was set to bit 1 instead of bit 11. We need to fix this to be able to set the correct enable bit in the device tree: when trying to correct the bit assignment in the device tree, the system would hang. Cc: Mike Turquette Acked-by: Lee Jones Signed-off-by: Linus Walleij --- Reading git-diff-tree failed