From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752713AbaCXId5 (ORCPT ); Mon, 24 Mar 2014 04:33:57 -0400 Received: from mail-we0-f177.google.com ([74.125.82.177]:38495 "EHLO mail-we0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752518AbaCXIcE (ORCPT ); Mon, 24 Mar 2014 04:32:04 -0400 From: Boris BREZILLON 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 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> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1395649643-9146-1-git-send-email-b.brezillon.dev@gmail.com> References: <1395649643-9146-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