From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boris BREZILLON Subject: [PATCH v2 07/11] ARM: at91/dt: add xtal frequencies to sama5d3 xplained board Date: Mon, 24 Mar 2014 09:27:19 +0100 Message-ID: <1395649643-9146-8-git-send-email-b.brezillon.dev@gmail.com> References: <1395649643-9146-1-git-send-email-b.brezillon.dev@gmail.com> Return-path: In-Reply-To: <1395649643-9146-1-git-send-email-b.brezillon.dev@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: Nicolas Ferre , Mike Turquette , Alexandre Belloni , Jean-Jacques Hiblot , Jean-Christophe PLAGNIOL-VILLARD 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 List-Id: devicetree@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