diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2014-06-17 09:30:19 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-07-09 12:02:44 -0400 |
commit | 12dde44998a30fff18a43999934f0abedfe4c16a (patch) | |
tree | b2d4bf0173c98914c0a808df248acb8e02a85948 /arch/arm/boot/dts/at91sam9x5cm.dtsi | |
parent | c2c9e78e2fae81befe0a93418295f6cef17f1575 (diff) |
ARM: at91/dt: sam9x5 crystals under the clocks node
Having clocks grouped in a subnode is common practice, so move the crystals and
the ADC clock under a clocks node for the at91sam9x5 SoC and at91sam9x5 based
boards.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9x5cm.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9x5cm.dtsi | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/at91sam9x5cm.dtsi b/arch/arm/boot/dts/at91sam9x5cm.dtsi index 8413e21192eb..229d6c24a9c4 100644 --- a/arch/arm/boot/dts/at91sam9x5cm.dtsi +++ b/arch/arm/boot/dts/at91sam9x5cm.dtsi | |||
@@ -23,12 +23,14 @@ | |||
23 | }; | 23 | }; |
24 | }; | 24 | }; |
25 | 25 | ||
26 | slow_xtal { | 26 | clocks { |
27 | clock-frequency = <32768>; | 27 | slow_xtal { |
28 | }; | 28 | clock-frequency = <32768>; |
29 | }; | ||
29 | 30 | ||
30 | main_xtal { | 31 | main_xtal { |
31 | clock-frequency = <12000000>; | 32 | clock-frequency = <12000000>; |
33 | }; | ||
32 | }; | 34 | }; |
33 | 35 | ||
34 | ahb { | 36 | ahb { |