From patchwork Wed Dec 18 11:13:37 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 11300269 X-Patchwork-Delegate: geert@linux-m68k.org Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C8D96139A for ; Wed, 18 Dec 2019 11:15:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id AD2D42467F for ; Wed, 18 Dec 2019 11:15:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726707AbfLRLPr (ORCPT ); Wed, 18 Dec 2019 06:15:47 -0500 Received: from relmlor2.renesas.com ([210.160.252.172]:42561 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725785AbfLRLPr (ORCPT ); Wed, 18 Dec 2019 06:15:47 -0500 X-IronPort-AV: E=Sophos;i="5.69,329,1571670000"; d="scan'208";a="34538158" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 18 Dec 2019 20:15:45 +0900 Received: from be1yocto.ree.adwin.renesas.com (unknown [172.29.43.62]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id D71A24218F33; Wed, 18 Dec 2019 20:15:42 +0900 (JST) From: Biju Das To: Rob Herring , Mark Rutland Cc: Biju Das , Geert Uytterhoeven , Magnus Damm , Chris Paterson , Marian-Cristian Rotariu , Simon Horman , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Simon Horman , Fabrizio Castro Subject: [PATCH] arm64: dts: renesas: hihope-common: Fix EXTAL Clock frequency Date: Wed, 18 Dec 2019 11:13:37 +0000 Message-Id: <1576667617-35615-1-git-send-email-biju.das@bp.renesas.com> X-Mailer: git-send-email 2.7.4 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org As per the schematic, the extal frequency is 16.6666MHz. However it is wrongly mentioned as 16666666 on the SoC dtsi. Fixes: 438419ebd3f86221390 ("arm64: dts: renesas: Add HiHope RZ/G2M main board support") Signed-off-by: Biju Das --- arch/arm64/boot/dts/renesas/hihope-common.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/renesas/hihope-common.dtsi b/arch/arm64/boot/dts/renesas/hihope-common.dtsi index 2c942a7..88e6aa9 100644 --- a/arch/arm64/boot/dts/renesas/hihope-common.dtsi +++ b/arch/arm64/boot/dts/renesas/hihope-common.dtsi @@ -154,7 +154,7 @@ }; &extal_clk { - clock-frequency = <16666666>; + clock-frequency = <16666600>; }; &extalr_clk {