From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Sun, 14 Feb 2016 19:45:29 +0100 (CET) Received: from mail-out.m-online.net ([212.18.0.10]:51586 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27011520AbcBNSp0w5b0v (ORCPT ); Sun, 14 Feb 2016 19:45:26 +0100 Received: from mail.nefkom.net (unknown [192.168.8.184]) by mail-out.m-online.net (Postfix) with ESMTP id 3q3HYy4vgbz3hhqG; Sun, 14 Feb 2016 19:45:26 +0100 (CET) X-Auth-Info: JFnf7GXaQhAIEhVqiyqflq8OIfJd39MDvvNrABL0FN8= Received: from [IPv6:::1] (unknown [195.140.253.167]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp-auth.mnet-online.de (Postfix) with ESMTPSA id 3q3HYy11nnzvdWV; Sun, 14 Feb 2016 19:45:26 +0100 (CET) Message-ID: <56C0CB45.8030901@denx.de> Date: Sun, 14 Feb 2016 19:45:25 +0100 From: Marek Vasut User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-Version: 1.0 To: Antony Pavlov CC: linux-mips@linux-mips.org, Ralf Baechle , Alban Bedel , Wills Wang , Daniel Schwierzeck , Weijie Gao Subject: Re: [PATCH 03/10] MIPS: ath79: Fix the ar724x clock calculation References: <1455400697-29898-1-git-send-email-antonynpavlov@gmail.com> <1455400697-29898-4-git-send-email-antonynpavlov@gmail.com> <56C084C4.8000509@denx.de> <20160214200200.fcacde54a5f26f6cbc122b7c@gmail.com> In-Reply-To: <20160214200200.fcacde54a5f26f6cbc122b7c@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 52047 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: marex@denx.de Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On 02/14/2016 06:02 PM, Antony Pavlov wrote: > On Sun, 14 Feb 2016 14:44:36 +0100 > Marek Vasut wrote: > >> On 02/13/2016 10:58 PM, Antony Pavlov wrote: >>> From: Weijie Gao >>> >>> According to the AR7242 datasheet section 2.8, AR724X CPUs use a 40MHz >>> input clock as the REF_CLK instead of 5MHz. >> >> Can't the AR71xx also use 25MHz clock source ? > > > I have just googled AR7242 datasheet. > I states that only 40 MHz reference clock is used. Gotcha, so it's only the later chips which can do both. Thanks!