From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 39ABCC433ED for ; Wed, 22 Jul 2020 07:39:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 08C7820717 for ; Wed, 22 Jul 2020 07:39:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=microchip.com header.i=@microchip.com header.b="x+CkIQDh" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730313AbgGVHjC (ORCPT ); Wed, 22 Jul 2020 03:39:02 -0400 Received: from esa5.microchip.iphmx.com ([216.71.150.166]:35864 "EHLO esa5.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730175AbgGVHi6 (ORCPT ); Wed, 22 Jul 2020 03:38:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1595403539; x=1626939539; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=HbI5cF3OYMyGbFK5qPGOxrEwnelSO1uMUt0DzfCXgCA=; b=x+CkIQDhKMsj2bm6pG5Au/OLZwgDvj+XmY/+poNE2S8hdFN7w/QKAA5e qHI/8uoCaVd3myjTzV7Cq7wBPHALi+K32/8dh4sGTzruJo6D7dQEw/71Y w2qrOpZJ0j3aSPq9O8u+2Mmt1dHI4IDDQusNxUt4nKntgiCkH/OG0mqtn lcKW4yA4foQvP74IgnwgBtKM1wrQNk59pCGxGxV5ghTopUDXf6v7aZVXH Btr9y9ABKpfxNYOPqMZTEIcDQr+zZg1Y5Vg4CI9qRr9PDu9mOrQXOK/6i bTpFhvCrOzm4o8XvFk4B53QFENIoodDi3vfNpbs9ggqhcaUwnmrRmcjhf Q==; IronPort-SDR: AwrrQIxW8b0dUrRmQtOUyrDOI6upapy2dBYI+xdzDv46tVoPWYgOayqCCsWRbM94xLEsJSPEpI 2djw56oQ4JtQ7Jejodvl3j4JUp+JUhQpjiL/JFX8O4FnhIWvvoIks6oz+/enkBtCNkRFQBE4ix O2/7E+I2509nSog0PK9uanW3J1sGtUoRgKW+bLY+0oQxwHV+L4qHlHmIRRWEIa3ZZ//iiGS4Q4 ENFeLKSeglnrJ0IW4Ed5tKmjmCwSbpTUE/tic7mvyxnWcLF70SSFz5sR1btZNIPAs8c0SFcFik uPo= X-IronPort-AV: E=Sophos;i="5.75,381,1589266800"; d="scan'208";a="84153148" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa5.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 22 Jul 2020 00:38:59 -0700 Received: from chn-vm-ex04.mchp-main.com (10.10.85.152) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1979.3; Wed, 22 Jul 2020 00:38:19 -0700 Received: from m18063-ThinkPad-T460p.microchip.com (10.10.115.15) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server id 15.1.1979.3 via Frontend Transport; Wed, 22 Jul 2020 00:38:54 -0700 From: Claudiu Beznea To: , , , , CC: , , , , "Claudiu Beznea" Subject: [PATCH v2 07/18] clk: at91: sam9x60: fix main rc oscillator frequency Date: Wed, 22 Jul 2020 10:38:15 +0300 Message-ID: <1595403506-8209-8-git-send-email-claudiu.beznea@microchip.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1595403506-8209-1-git-send-email-claudiu.beznea@microchip.com> References: <1595403506-8209-1-git-send-email-claudiu.beznea@microchip.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Main RC oscillator frequency is 12MHz according to datasheet (chapter 27.2). Fixes: 01e2113de9a52 ("clk: at91: add sam9x60 pmc driver") Signed-off-by: Claudiu Beznea Reviewed-by: Alexandre Belloni X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5C5FFC433E3 for ; Wed, 22 Jul 2020 07:41:10 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 20C3720714 for ; Wed, 22 Jul 2020 07:41:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="uSrklBcf"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=microchip.com header.i=@microchip.com header.b="xvZ9bzVE" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 20C3720714 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=microchip.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-ID:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=AD+hzb/Y6z9Uad8TObshj3NtiwwbqTHPIqkOM53C3Q4=; b=uSrklBcfZuikHOLRmBLwQFZv8 rTLoiYthfD+4FgpooiakYZmHZKqJ12ZTN41+E0cSeh1jk+oVdqzxtRO806RcsCR6KAMWadcFPaIaR //cQmP1QjXszmuK7qMldlk+4N+T94nqV0mrQVj7jpEqYMQKNLqy1vgk+DkBGU9K8PCskzjlStjbDx 3ybqNKBiwh/2v14JWR8V8K0oWoeGCOgSkC7XdCK3C96egHhiQSsuU/J/aaflQEHUiYM3VLwfW/961 NOlMSD3FeQccLtZH7/8FIwgBUm1mtYQE2oZ0FfquKNgwjaUjluLNJjyc9ROTOS+qTesTOna9UxPGR Yv/dD+jQw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jy9Lc-0008Nc-FX; Wed, 22 Jul 2020 07:39:28 +0000 Received: from esa5.microchip.iphmx.com ([216.71.150.166]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jy9L9-0008BL-22 for linux-arm-kernel@lists.infradead.org; Wed, 22 Jul 2020 07:39:00 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1595403540; x=1626939540; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version; bh=HbI5cF3OYMyGbFK5qPGOxrEwnelSO1uMUt0DzfCXgCA=; b=xvZ9bzVETf/kz8TZlEcNJ/mKtbuhObFA4/jAP8IqgGQY4EfBH6MEGfiA 5Xq+U9XXUbYteVTIOF1BLugyza10biL/WD+fuP5x+uCNKSX5gg29Vcyb6 LnkvqrKsCSGiJDDpFOrJ79vRwN+04w52GuJoa/3e0rI+zb5RjVCwkqocL wcklOunE6pXcV6uThU9LKFReTtvvBl8A4MCKht/PzdS91lIC7SwpV8T51 IBOvCS4IZUWLIyG8BwDmm5+dtOkcPSTW7JWSTItiSTwHr/NrR8mWkcXZ5 lb9q5afLtB1YIzHPqdTkFEgpY1sOX4mUaj9aRiVH5pUg55bxH/doylD+V A==; IronPort-SDR: AwrrQIxW8b0dUrRmQtOUyrDOI6upapy2dBYI+xdzDv46tVoPWYgOayqCCsWRbM94xLEsJSPEpI 2djw56oQ4JtQ7Jejodvl3j4JUp+JUhQpjiL/JFX8O4FnhIWvvoIks6oz+/enkBtCNkRFQBE4ix O2/7E+I2509nSog0PK9uanW3J1sGtUoRgKW+bLY+0oQxwHV+L4qHlHmIRRWEIa3ZZ//iiGS4Q4 ENFeLKSeglnrJ0IW4Ed5tKmjmCwSbpTUE/tic7mvyxnWcLF70SSFz5sR1btZNIPAs8c0SFcFik uPo= X-IronPort-AV: E=Sophos;i="5.75,381,1589266800"; d="scan'208";a="84153148" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa5.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 22 Jul 2020 00:38:59 -0700 Received: from chn-vm-ex04.mchp-main.com (10.10.85.152) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1979.3; Wed, 22 Jul 2020 00:38:19 -0700 Received: from m18063-ThinkPad-T460p.microchip.com (10.10.115.15) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server id 15.1.1979.3 via Frontend Transport; Wed, 22 Jul 2020 00:38:54 -0700 From: Claudiu Beznea To: , , , , Subject: [PATCH v2 07/18] clk: at91: sam9x60: fix main rc oscillator frequency Date: Wed, 22 Jul 2020 10:38:15 +0300 Message-ID: <1595403506-8209-8-git-send-email-claudiu.beznea@microchip.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1595403506-8209-1-git-send-email-claudiu.beznea@microchip.com> References: <1595403506-8209-1-git-send-email-claudiu.beznea@microchip.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200722_033859_272320_4410D6AA X-CRM114-Status: UNSURE ( 9.57 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Claudiu Beznea , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, bbrezillon@kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Main RC oscillator frequency is 12MHz according to datasheet (chapter 27.2). Fixes: 01e2113de9a52 ("clk: at91: add sam9x60 pmc driver") Signed-off-by: Claudiu Beznea Reviewed-by: Alexandre Belloni