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/at91sam9263ek.dts | |
parent | 67ae8b9b7898b4587922a973f4735e64b7271314 (diff) | |
download | blackbird-obmc-linux-15f7e2537a164a9a19861b67aa4368297f8b00bb.tar.gz blackbird-obmc-linux-15f7e2537a164a9a19861b67aa4368297f8b00bb.zip |
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/at91sam9263ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91sam9263ek.dts | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/at91sam9263ek.dts b/arch/arm/boot/dts/at91sam9263ek.dts index 241de040681f..59df9d73d276 100644 --- a/arch/arm/boot/dts/at91sam9263ek.dts +++ b/arch/arm/boot/dts/at91sam9263ek.dts @@ -22,15 +22,6 @@ }; clocks { - #address-cells = <1>; - #size-cells = <1>; - ranges; - - main_clock: clock@0 { - compatible = "atmel,osc", "fixed-clock"; - clock-frequency = <16367660>; - }; - slow_xtal { clock-frequency = <32768>; }; |