aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Dueck <[email protected]>2014-09-17 10:33:32 +0200
committerNicolas Ferre <[email protected]>2014-09-18 16:53:46 +0200
commit0a51d644c20f5c88fd3a659119d1903f74927082 (patch)
treebbd3232c029bd98b9301d7eca017cafcf5b082be
parent9bd277300fd81d69c335fc6a48d1b802dac4c7c3 (diff)
ARM: at91/dt: Fix typo regarding can0_clk
Otherwise the clock for can0 will never get enabled. Signed-off-by: David Dueck <[email protected]> Signed-off-by: Anthony Harivel <[email protected]> Acked-by: Boris Brezillon <[email protected]> Cc: [email protected] # v3.14 Signed-off-by: Nicolas Ferre <[email protected]>
-rw-r--r--arch/arm/boot/dts/sama5d3_can.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sama5d3_can.dtsi b/arch/arm/boot/dts/sama5d3_can.dtsi
index a0775851cce5..eaf41451ad0c 100644
--- a/arch/arm/boot/dts/sama5d3_can.dtsi
+++ b/arch/arm/boot/dts/sama5d3_can.dtsi
@@ -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>;