commit | f5ff9a115ec633852312a8e43df4bbd36b4dad3d | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Fri Oct 18 10:56:14 2013 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Fri Oct 18 13:25:28 2013 +0200 |
tree | 585bc178d8f63c33352c22ef155e25d00d56f695 | |
parent | 84873cb77344b9af7c57586c9c144573ebcf0fd1 [diff] |
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 <mturquette@linaro.org> Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>