OSDN Git Service

clk: spear3xx: Use proper control register offset
authorThomas Gleixner <tglx@linutronix.de>
Thu, 19 Jun 2014 21:52:23 +0000 (21:52 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Jul 2014 22:58:02 +0000 (15:58 -0700)
commit57b30c333f45ac9ec0406dab2bd74f31c28fd00c
treeed942d95a4458486b5a7b3feb43e47a853ec09c8
parentfc094d1e4d316cc0bce7ffb92ed9cfbd7ba76413
clk: spear3xx: Use proper control register offset

commit 15ebb05248d025534773c9ef64915bd888f04e4b upstream.

The control register is at offset 0x10, not 0x0. This is wreckaged
since commit 5df33a62c (SPEAr: Switch to common clock framework).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/clk/spear/spear3xx_clock.c