diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-10-21 20:47:42 +0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-11-03 13:34:31 +0300 |
commit | 5563d3489692a7f4239aca78b95d2a05a21d0d6a (patch) | |
tree | 4c8cdedafb465945429861007304e0ef5b7ebe61 /arch/arm/boot/dts/at91sam9x5_can.dtsi | |
parent | dd4f25a3ed55cc4c429869e522ee57ed05cce821 (diff) | |
download | linux-5563d3489692a7f4239aca78b95d2a05a21d0d6a.tar.xz |
ARM: at91/dt/trivial: at91sam9x5_can.dtsi: comment and whitespace fixes
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9x5_can.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9x5_can.dtsi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/at91sam9x5_can.dtsi b/arch/arm/boot/dts/at91sam9x5_can.dtsi index f44ab7702a12..ebe4147529bb 100644 --- a/arch/arm/boot/dts/at91sam9x5_can.dtsi +++ b/arch/arm/boot/dts/at91sam9x5_can.dtsi @@ -1,5 +1,5 @@ /* - * at91sam9x5_macb0.dtsi - Device Tree Include file for AT91SAM9x5 SoC with 1 + * at91sam9x5_can.dtsi - Device Tree Include file for AT91SAM9x5 SoC with 1 * Ethernet interface. * * Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com> @@ -20,10 +20,10 @@ reg = <29>; }; - can1_clk: can1_clk { - #clock-cells = <0>; - reg = <30>; - }; + can1_clk: can1_clk { + #clock-cells = <0>; + reg = <30>; + }; }; }; }; |