From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757922AbaCRUVz (ORCPT ); Tue, 18 Mar 2014 16:21:55 -0400 Received: from mail-wg0-f47.google.com ([74.125.82.47]:56191 "EHLO mail-wg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932954AbaCRUTj (ORCPT ); Tue, 18 Mar 2014 16:19:39 -0400 From: Boris BREZILLON To: Nicolas Ferre , Mike Turquette , Alexandre Belloni , Jean-Jacques Hiblot Cc: devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Boris BREZILLON , Boris BREZILLON Subject: [PATCH 07/11] ARM: at91/dt: add xtal frequencies to sama5d3 xplained board Date: Tue, 18 Mar 2014 21:18:40 +0100 Message-Id: <1395173924-3648-8-git-send-email-b.brezillon.dev@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1395173924-3648-1-git-send-email-b.brezillon.dev@gmail.com> References: <1395173924-3648-1-git-send-email-b.brezillon.dev@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Define crystal properties of sama5d3 xplained board. Signed-off-by: Boris BREZILLON --- arch/arm/boot/dts/at91-sama5d3_xplained.dts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/at91-sama5d3_xplained.dts b/arch/arm/boot/dts/at91-sama5d3_xplained.dts index ce13755..df5b707 100644 --- a/arch/arm/boot/dts/at91-sama5d3_xplained.dts +++ b/arch/arm/boot/dts/at91-sama5d3_xplained.dts @@ -21,6 +21,16 @@ reg = <0x20000000 0x10000000>; }; + clocks { + slow_xtal { + clock-frequency = <32768>; + }; + + main_xtal { + clock-frequency = <12000000>; + }; + }; + ahb { apb { mmc0: mmc@f0000000 { -- 1.7.9.5