diff options
author | Boris BREZILLON <b.brezillon@overkiz.com> | 2013-12-02 18:12:14 +0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-12-02 18:31:29 +0400 |
commit | b46e837d8ef1f3c777bbf9513e2cdb5d87d6c374 (patch) | |
tree | 7dad9a012d98300ddffe86ec72b4f1cd7199711d /arch/arm/boot/dts/sama5d3xcm.dtsi | |
parent | 8ab033112a39bae52d61fa942fa69c2fc03f40b0 (diff) | |
download | linux-b46e837d8ef1f3c777bbf9513e2cdb5d87d6c374.tar.xz |
ARM: at91/dt: remove old clk material
This patch removes the old main clk node which is now useless as sama5d3
SoCs and boards are no longer compatible with the old at91 clk
implementations.
It also remove old clock definitions (clock definitions using at91 old clk
framework).
Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/sama5d3xcm.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sama5d3xcm.dtsi | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/boot/dts/sama5d3xcm.dtsi b/arch/arm/boot/dts/sama5d3xcm.dtsi index dce5419f773c..f55ed072c8e6 100644 --- a/arch/arm/boot/dts/sama5d3xcm.dtsi +++ b/arch/arm/boot/dts/sama5d3xcm.dtsi @@ -18,17 +18,6 @@ reg = <0x20000000 0x20000000>; }; - clocks { - #address-cells = <1>; - #size-cells = <1>; - ranges; - - main_clock: clock@0 { - compatible = "atmel,osc", "fixed-clock"; - clock-frequency = <12000000>; - }; - }; - ahb { apb { spi0: spi@f0004000 { |