Skip to content
Commit 7196c52c authored by Lothar Waßmann's avatar Lothar Waßmann Committed by Shawn Guo
Browse files

clk: imx6q: fix typo in CAN clock definition



commit ee360274 ("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: default avatarLothar Waßmann <LW@KARO-electronics.de>
Fixes: ee360274 ("clk: imx: Add clock support for imx6qp")
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent f55532a0
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