From: Alexandre Belloni Date: Wed, 8 Jun 2016 16:31:50 +0000 (+0200) Subject: ARM: dts: at91: at91-foxg20: remove leftovers clock definition X-Git-Tag: rel_imx_4.19.35_1.1.0~14406^2~3^2~25 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=0955e0d62f6eb8ca60dd0a440e90b448f804ab15;p=linux.git ARM: dts: at91: at91-foxg20: 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-foxg20.dts b/arch/arm/boot/dts/at91-foxg20.dts index 42a535d116ce..07c9bacf1ae6 100644 --- a/arch/arm/boot/dts/at91-foxg20.dts +++ b/arch/arm/boot/dts/at91-foxg20.dts @@ -23,15 +23,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>; };