Skip to content

Commit e37f0d5

Browse files
Marek Vasutshawnguo2
authored andcommitted
ARM: mx5: Fix MX53 flexcan2 clock
The second FlexCAN port uses different clock than the first one, configure correct clock to prevent hanging of the system during bringing up of the port. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
1 parent 4aaa019 commit e37f0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/imx53.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@
492492
compatible = "fsl,imx53-flexcan", "fsl,p1010-flexcan";
493493
reg = <0x53fcc000 0x4000>;
494494
interrupts = <83>;
495-
clocks = <&clks 158>, <&clks 157>;
495+
clocks = <&clks 87>, <&clks 86>;
496496
clock-names = "ipg", "per";
497497
status = "disabled";
498498
};

0 commit comments

Comments
 (0)