From: Alexandre Belloni Date: Wed, 8 Jun 2016 16:31:49 +0000 (+0200) Subject: ARM: dts: at91: at91-ariag25: remove leftovers clock definition X-Git-Tag: v4.8-rc1~66^2~3^2~27 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=0860fbdd020a7ce97cb6f5545c304eb49f00b888;p=cascardo%2Flinux.git ARM: dts: at91: at91-ariag25: remove leftovers clock definition The clocks group properties and the clock@0 node have been obsolete for two years, remove them. Cc: Sergio Tanzilli Cc: Douglas Gilbert Acked-by: Nicolas Ferre Signed-off-by: Alexandre Belloni --- diff --git a/arch/arm/boot/dts/at91-ariag25.dts b/arch/arm/boot/dts/at91-ariag25.dts index e9ced30159a7..f16a9b85a450 100644 --- a/arch/arm/boot/dts/at91-ariag25.dts +++ b/arch/arm/boot/dts/at91-ariag25.dts @@ -34,15 +34,6 @@ }; clocks { - #address-cells = <1>; - #size-cells = <1>; - ranges; - - main_clock: clock@0 { - compatible = "atmel,osc", "fixed-clock"; - clock-frequency = <12000000>; - }; - slow_xtal { clock-frequency = <32768>; };