diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2014-06-17 09:30:18 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-07-09 12:02:43 -0400 |
commit | 73b173e5c59f0114546f16ab807fef9f9404d221 (patch) | |
tree | ef8f5649d06ac8ba6b910a60b0b5bd3b9c40979a /arch/arm/boot/dts/at91sam9261ek.dts | |
parent | 4c834452aad01531db949414f94f817a86348d59 (diff) |
ARM: at91/dt: sam9261 crystals under the clocks node
Having clocks grouped in a subnode is common practice, so move the crystals
under a clocks node for the at91sam9261 SoC and at91sam9261 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/at91sam9261ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91sam9261ek.dts | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/at91sam9261ek.dts b/arch/arm/boot/dts/at91sam9261ek.dts index aa35a7aec9a8..f4a765729c7a 100644 --- a/arch/arm/boot/dts/at91sam9261ek.dts +++ b/arch/arm/boot/dts/at91sam9261ek.dts | |||
@@ -20,14 +20,6 @@ | |||
20 | reg = <0x20000000 0x4000000>; | 20 | reg = <0x20000000 0x4000000>; |
21 | }; | 21 | }; |
22 | 22 | ||
23 | slow_xtal { | ||
24 | clock-frequency = <32768>; | ||
25 | }; | ||
26 | |||
27 | main_xtal { | ||
28 | clock-frequency = <18432000>; | ||
29 | }; | ||
30 | |||
31 | clocks { | 23 | clocks { |
32 | #address-cells = <1>; | 24 | #address-cells = <1>; |
33 | #size-cells = <1>; | 25 | #size-cells = <1>; |
@@ -37,6 +29,14 @@ | |||
37 | compatible = "atmel,osc", "fixed-clock"; | 29 | compatible = "atmel,osc", "fixed-clock"; |
38 | clock-frequency = <18432000>; | 30 | clock-frequency = <18432000>; |
39 | }; | 31 | }; |
32 | |||
33 | slow_xtal { | ||
34 | clock-frequency = <32768>; | ||
35 | }; | ||
36 | |||
37 | main_xtal { | ||
38 | clock-frequency = <18432000>; | ||
39 | }; | ||
40 | }; | 40 | }; |
41 | 41 | ||
42 | ahb { | 42 | ahb { |