diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-11-04 16:15:48 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-11-16 15:53:05 +0100 |
commit | 15f7e2537a164a9a19861b67aa4368297f8b00bb (patch) | |
tree | 6c41c632a6af39549de87931f0cde6847d9fe444 /arch/arm/boot/dts/at91sam9261ek.dts | |
parent | 67ae8b9b7898b4587922a973f4735e64b7271314 (diff) |
ARM: at91/dt: remove leftovers clock definition
The clocks group properties and the clock@0 node are useless, remove them
to avoid copy pasting in future device trees.
Signed-off-by: Alexandre Belloni <alexandre.belloni@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 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/at91sam9261ek.dts b/arch/arm/boot/dts/at91sam9261ek.dts index facce0ef840b..55bd51f07fa6 100644 --- a/arch/arm/boot/dts/at91sam9261ek.dts +++ b/arch/arm/boot/dts/at91sam9261ek.dts @@ -22,15 +22,6 @@ }; clocks { - #address-cells = <1>; - #size-cells = <1>; - ranges; - - main_clock: clock@0 { - compatible = "atmel,osc", "fixed-clock"; - clock-frequency = <18432000>; - }; - slow_xtal { clock-frequency = <32768>; }; |