diff options
author | Alexandre Belloni <[email protected]> | 2016-06-08 18:31:50 +0200 |
---|---|---|
committer | Alexandre Belloni <[email protected]> | 2016-06-10 16:59:08 +0200 |
commit | 0955e0d62f6eb8ca60dd0a440e90b448f804ab15 (patch) | |
tree | 2b47b4ac66c531289a185386c537772b54a8d53e | |
parent | a1448b80e1f2c9d1d3dd86503e78841be9e19a78 (diff) |
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 <[email protected]>
Cc: Douglas Gilbert <[email protected]>
Acked-by: Nicolas Ferre <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/at91-foxg20.dts | 9 |
1 files changed, 0 insertions, 9 deletions
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>; }; |