diff options
author | Alexandre Belloni <[email protected]> | 2016-06-08 18:31:49 +0200 |
---|---|---|
committer | Alexandre Belloni <[email protected]> | 2016-06-10 16:58:56 +0200 |
commit | 0860fbdd020a7ce97cb6f5545c304eb49f00b888 (patch) | |
tree | 5329aa518a5d47264650a3366d8d7b2d261bbb02 | |
parent | c6fde4f5aae1121122cfd7fd6d7d60826528b970 (diff) |
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 <[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-ariag25.dts | 9 |
1 files changed, 0 insertions, 9 deletions
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>; }; |