clk: sunxi-ng: a80: Fix audio PLL comment not matching actual code
authorChen-Yu Tsai <wens@csie.org>
Fri, 24 Mar 2017 08:33:07 +0000 (16:33 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 13 Apr 2017 12:09:30 +0000 (14:09 +0200)
commit7149c1becddf49022fe0aad2fa395377cd8f753e
tree08527bf607b508675ad05582f2c0c5d60bc3f415
parent95ad8ed9c87fae043c347ba6cba05aabe5b04d76
clk: sunxi-ng: a80: Fix audio PLL comment not matching actual code

We ignore the d1 and d2 dividers in the audio PLL, and force them to
1 (register value 0) at probe time. However the comment preceding the
audio PLL definition says we enforce the default value, which is not
the same.

Fix the preceding comment to match what we do in code.

Fixes: b8eb71dcdd08 ("clk: sunxi-ng: Add A80 CCU")
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
drivers/clk/sunxi-ng/ccu-sun9i-a80.c