]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clk: imx6q: fix typo in CAN clock definition v4.4.14-KARO
authorLothar Waßmann <LW@KARO-electronics.de>
Wed, 30 Mar 2016 12:23:03 +0000 (14:23 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 5 Jul 2016 14:08:08 +0000 (16:08 +0200)
commit309b986310b64bf69af0bd95ac12b69d6be0a27e
tree23b91ef26737b0dba5d0784ac0df6db487e64c5a
parent6da9f826b1dec80b258b5c112724f2b802b3ac90
clk: imx6q: fix typo in CAN clock definition

commit ee36027427c7 ("clk: imx: Add clock support for imx6qp")
introduced a regression due to a subtle typo in the 'can_root' clock
definition. The effect is that trying to configure the bitrate of the
can interfaces fails with -EDOM or produces a division by zero error
due to the clock_freq of the can serial clock being reported as '0'.

Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Fixes: ee36027427c7 ("clk: imx: Add clock support for imx6qp")
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/clk/imx/clk-imx6q.c