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 | 6503ab5fc702b932f64fe090f8c8cc01e2255a9b (patch) | |
tree | 7ca898945fb8cba86b24204238f421d6f6bb638a /arch/arm/boot/dts/at91sam9n12ek.dts | |
parent | 73b173e5c59f0114546f16ab807fef9f9404d221 (diff) |
ARM: at91/dt: sam9n12 crystals under the clocks node
Having clocks grouped in a subnode is common practice, so move the crystals
under a clocks node for the at91sam9n12 SoC and at91sam9n12 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/at91sam9n12ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91sam9n12ek.dts | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/at91sam9n12ek.dts b/arch/arm/boot/dts/at91sam9n12ek.dts index 64bbe46e4f90..32f1aad889d2 100644 --- a/arch/arm/boot/dts/at91sam9n12ek.dts +++ b/arch/arm/boot/dts/at91sam9n12ek.dts | |||
@@ -21,14 +21,6 @@ | |||
21 | reg = <0x20000000 0x8000000>; | 21 | reg = <0x20000000 0x8000000>; |
22 | }; | 22 | }; |
23 | 23 | ||
24 | slow_xtal { | ||
25 | clock-frequency = <32768>; | ||
26 | }; | ||
27 | |||
28 | main_xtal { | ||
29 | clock-frequency = <16000000>; | ||
30 | }; | ||
31 | |||
32 | clocks { | 24 | clocks { |
33 | #address-cells = <1>; | 25 | #address-cells = <1>; |
34 | #size-cells = <1>; | 26 | #size-cells = <1>; |
@@ -38,6 +30,14 @@ | |||
38 | compatible = "atmel,osc", "fixed-clock"; | 30 | compatible = "atmel,osc", "fixed-clock"; |
39 | clock-frequency = <16000000>; | 31 | clock-frequency = <16000000>; |
40 | }; | 32 | }; |
33 | |||
34 | slow_xtal { | ||
35 | clock-frequency = <32768>; | ||
36 | }; | ||
37 | |||
38 | main_xtal { | ||
39 | clock-frequency = <16000000>; | ||
40 | }; | ||
41 | }; | 41 | }; |
42 | 42 | ||
43 | ahb { | 43 | ahb { |