diff options
author | Axel Lin <axel.lin@ingics.com> | 2013-05-01 23:31:01 +0800 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2013-05-28 23:50:31 -0700 |
commit | 6f8b314583c9407bda9f215f25d7b316ae8a7058 (patch) | |
tree | 78644002e8b2188cdb681a1d824ef1867f54d212 /Documentation/make | |
parent | 4564dbdadc1814a9ee300b6d3c5b7179bc8a8c80 (diff) |
clk: wm831x: Fix update wrong register for enable/disable FLL
According to the datasheet, FLL Enable is controlled by
R16530 (4092h) FLL Control1
BIT 0: FLL Enable
0 = Disable
1 = Enable
Thus the code should update WM831X_FLL_CONTROL_1 register rather than
WM831X_FLL_CONTROL_2 register.
Also fixes a trivial typo in dev_crit message.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'Documentation/make')
0 files changed, 0 insertions, 0 deletions