clk: imx6q: fix typo in CAN clock definition
authorLothar Waßmann <LW@KARO-electronics.de>
Wed, 30 Mar 2016 12:23:03 +0000 (14:23 +0200)
committerShawn Guo <shawnguo@kernel.org>
Wed, 13 Apr 2016 07:27:15 +0000 (15:27 +0800)
commit7196c52c9377df0175b510ff5896bda524f7345e
treebbc2d60877557ecc6e0deb3cc17fff2fcac51e4c
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca
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