Commit 0a51d644 authored by David Dueck's avatar David Dueck Committed by Nicolas Ferre

ARM: at91/dt: Fix typo regarding can0_clk

Otherwise the clock for can0 will never get enabled.
Signed-off-by: default avatarDavid Dueck <davidcdueck@googlemail.com>
Signed-off-by: default avatarAnthony Harivel <anthony.harivel@emtrion.de>
Acked-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
Cc: stable@vger.kernel.org # v3.14
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 9bd27730
......@@ -40,7 +40,7 @@ can0_clk: can0_clk {
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>;
......
Markdown is supported
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