ARM: at91/dt: Fix typo regarding can0_clk
authorDavid Dueck <davidcdueck@googlemail.com>
Wed, 17 Sep 2014 08:33:32 +0000 (10:33 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Thu, 18 Sep 2014 14:53:46 +0000 (16:53 +0200)
Otherwise the clock for can0 will never get enabled.

Signed-off-by: David Dueck <davidcdueck@googlemail.com>
Signed-off-by: Anthony Harivel <anthony.harivel@emtrion.de>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Cc: stable@vger.kernel.org # v3.14
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/sama5d3_can.dtsi

index a0775851cce56d01c696adb65a4cbf2f8dc9d514..eaf41451ad0cf5afec07ab94a03ae9e9a4bdee42 100644 (file)
@@ -40,7 +40,7 @@
                                                atmel,clk-output-range = <0 66000000>;
                                        };
 
-                                       can1_clk: can0_clk {
+                                       can1_clk: can1_clk {
                                                #clock-cells = <0>;
                                                reg = <41>;
                                                atmel,clk-output-range = <0 66000000>;
This page took 0.026745 seconds and 5 git commands to generate.