Skip to content
Commit 9d325f23 authored by Ben Dooks's avatar Ben Dooks
Browse files

[ARM] S3C: Update time initialisation to fix S3C64XX time problems



The S3C64XX timer is running at the wrong rate due to the
assumptions made in the timer initialisation about the way
the pwm dividers work. This means that time on the S3C64XX
runs twice as fast as it should.

Fix the problem by moving to using the clk framework to setup
the pwm timer clock muxes, as the pwm-clock code has all the
necessary knowledge of how the timer clock inputs are routed.

Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent b09bcdd4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment