Skip to content

Commit

Permalink
ARM: at91/dt: Fix typo regarding can0_clk
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Dueck authored and Nicolas Ferre committed Sep 18, 2014
1 parent 9bd2773 commit 0a51d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/sama5d3_can.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 0a51d64

Please sign in to comment.