[PATCH] ARM: at91/dt: Fix typo regarding can0_clk

David Dueck davidcdueck at googlemail.com
Wed Sep 17 01:33:32 PDT 2014


Otherwise the clock for can0 will never get enabled.

Signed-off-by: David Dueck <davidcdueck at googlemail.com>
Signed-off-by: Anthony Harivel <anthony.harivel at emtrion.de>
---
 arch/arm/boot/dts/sama5d3_can.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/sama5d3_can.dtsi b/arch/arm/boot/dts/sama5d3_can.dtsi
index a077585..eaf4145 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>;
-- 
2.1.0




More information about the linux-arm-kernel mailing list