>From 0a2f054b54fb25d610c64da19220b952a8798805 Mon Sep 17 00:00:00 2001 From: Boris BREZILLON Date: Fri, 26 Jul 2013 17:30:47 +0200 Subject: [PATCH] ARM: at91/dt: at91sam9x5cm: fix main clock frequency defintion --- arch/arm/boot/dts/at91sam9x5cm.dtsi | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/arch/arm/boot/dts/at91sam9x5cm.dtsi b/arch/arm/boot/dts/at91sam9x5cm.dtsi index 4a5ee5c..a613c8c 100644 --- a/arch/arm/boot/dts/at91sam9x5cm.dtsi +++ b/arch/arm/boot/dts/at91sam9x5cm.dtsi @@ -12,17 +12,6 @@ reg = <0x20000000 0x8000000>; }; - clocks { - #address-cells = <1>; - #size-cells = <1>; - ranges; - - main_clock: clock@0 { - compatible = "atmel,osc", "fixed-clock"; - clock-frequency = <12000000>; - }; - }; - ahb { apb { pinctrl@fffff400 { @@ -32,6 +21,12 @@ }; }; }; + + pmc: pmc@fffffc00 { + main: mainck { + clock-frequency = <12000000>; + }; + }; }; nand0: nand@40000000 { -- 1.7.9.5