]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clk: ux500: fix bit error
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 27 Nov 2012 19:15:20 +0000 (20:15 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Dec 2012 19:06:52 +0000 (11:06 -0800)
commit5a11e1dcbc8b64bc76dde2a8c96646bab5e41d6a
tree876c07dad17fbaa643878bbaa67c6c1f6ce02350
parent13a4fcec5484b83b61926d5304d86349e5530027
clk: ux500: fix bit error

commit 2630b17b6ee47ac79b4f5120ac49105027f644ea upstream.

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 <lee.jones@linaro.org>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
Cc: Philippe Begnic <philippe.begnic@st.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/clk/ux500/u8500_clk.c