diff options
author | Linus Walleij <[email protected]> | 2012-11-27 20:15:20 +0100 |
---|---|---|
committer | Mike Turquette <[email protected]> | 2012-12-04 10:33:53 -0800 |
commit | 2630b17b6ee47ac79b4f5120ac49105027f644ea (patch) | |
tree | 545b232915d024e2d03197715d0b8a6f97c4065c /net/lapb/lapb_timer.c | |
parent | 1f61e5f143b578606389887887af549bc5554353 (diff) |
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 <[email protected]>
Acked-by: Ulf Hansson <[email protected]>
Cc: Philippe Begnic <[email protected]>
Cc: [email protected]
Signed-off-by: Linus Walleij <[email protected]>
Signed-off-by: Mike Turquette <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions