From mboxrd@z Thu Jan 1 00:00:00 1970 From: b.brezillon@overkiz.com (Boris BREZILLON) Date: Wed, 17 Jul 2013 22:21:07 +0200 Subject: [PATCH v2 41/42] ARM: at91/dt: move sam9x5 boards to new at91 clk implem In-Reply-To: <1374068069-13496-1-git-send-email-b.brezillon@overkiz.com> References: <1374068069-13496-1-git-send-email-b.brezillon@overkiz.com> Message-ID: <1374092467-22217-1-git-send-email-b.brezillon@overkiz.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Define the main clock frequency in every at91sam9x5 boards. Remove the old main clock definition. Signed-off-by: Boris BREZILLON --- arch/arm/boot/dts/at91-ariag25.dts | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/arch/arm/boot/dts/at91-ariag25.dts b/arch/arm/boot/dts/at91-ariag25.dts index cce45f5..f574682 100644 --- a/arch/arm/boot/dts/at91-ariag25.dts +++ b/arch/arm/boot/dts/at91-ariag25.dts @@ -33,17 +33,6 @@ reg = <0x20000000 0x8000000>; }; - clocks { - #address-cells = <1>; - #size-cells = <1>; - ranges; - - main_clock: clock at 0 { - compatible = "atmel,osc", "fixed-clock"; - clock-frequency = <12000000>; - }; - }; - ahb { apb { mmc0: mmc at f0008000 { @@ -147,6 +136,12 @@ rtc at fffffeb0 { status = "okay"; }; + + pmc: pmc at fffffc00 { + main: mainck { + clock-frequency = <12000000>; + }; + }; }; usb0: ohci at 00600000 { -- 1.7.9.5