Skip to content

Commit a7dae15

Browse files
committed
Merge tag 'imx-fixes-4.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes
The i.MX fixes for 4.2, 2nd round: - Add the required second clock for i.MX35 FlexCAN in device tree, so that the device can be probed by kernel successfully. * tag 'imx-fixes-4.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: ARM: dts: i.MX35: Fix can support. Signed-off-by: Olof Johansson <olof@lixom.net>
2 parents a153790 + e053f96 commit a7dae15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/arm/boot/dts/imx35.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -286,17 +286,17 @@
286286
can1: can@53fe4000 {
287287
compatible = "fsl,imx35-flexcan", "fsl,p1010-flexcan";
288288
reg = <0x53fe4000 0x1000>;
289-
clocks = <&clks 33>;
290-
clock-names = "ipg";
289+
clocks = <&clks 33>, <&clks 33>;
290+
clock-names = "ipg", "per";
291291
interrupts = <43>;
292292
status = "disabled";
293293
};
294294

295295
can2: can@53fe8000 {
296296
compatible = "fsl,imx35-flexcan", "fsl,p1010-flexcan";
297297
reg = <0x53fe8000 0x1000>;
298-
clocks = <&clks 34>;
299-
clock-names = "ipg";
298+
clocks = <&clks 34>, <&clks 34>;
299+
clock-names = "ipg", "per";
300300
interrupts = <44>;
301301
status = "disabled";
302302
};

0 commit comments

Comments
 (0)