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=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham 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 97494C2BA83 for ; Wed, 12 Feb 2020 07:39:37 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 679A62073C for ; Wed, 12 Feb 2020 07:39:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="fkZFwEZd"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="vHKWwKT8" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 679A62073C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-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=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=P/0PcmIv2RoZEcmN/bfcr7c2dtOA75jpDxz3QeAxvXY=; b=fkZFwEZdefUzTd gogiWY6KCnmx1kJ4EisHoJIgKEGvlrGZgoPYVK5mCeNrEqGZDzdmD2/u2i0eDtceYoLMvKBCpeOFQ u3KTqJAnwAkOqRo99RRmJdGbVp5/+bEm5hICv2W0MJTvRFLov47ub5q6zds/BzqXASu+g69UKG2jW wC3q0JEdoB565JVnEbGgH66Jx0RCpML0KwgulDYmTJjj8RKPo1H5SDcLnIsAaiuTHkHf7mkcm7FlH /w/QfeYQnQE+7g4ZPWvacQSRzWMPXnjI9Lrq1imJSxlAedTS6a7hX8Y42qmU3Z7pOUt47KWsM0Rx0 42AZYtiOyQP9tEYqC4FQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1j1mcS-0006eu-UD; Wed, 12 Feb 2020 07:39:36 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1j1mcQ-0006eZ-K4 for linux-arm-kernel@lists.infradead.org; Wed, 12 Feb 2020 07:39:35 +0000 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7341C20658; Wed, 12 Feb 2020 07:39:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581493174; bh=n7Ndijc0qWiVVABjn3qhnZ9fuPMPdghskECH0s/oIeY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vHKWwKT8mQ4uWKXTwpVuQZk68Mt4wQ4jD42Sfn7+faAdSTB7CLV7yDdooFla1OKhm a6iVba6kzG1XGhaJoThjmLnxck+BL6wz2dnheOcMl5xKPoPDehnSsAk8Cj2fcy6nRp XPCuiJZEhuwyiBiA2ZQzdJhAJd0+K/swkKh/nOyE= Date: Wed, 12 Feb 2020 15:39:25 +0800 From: Shawn Guo To: Peng Fan Subject: Re: [PATCH] arm64: dts: imx8mn: Init rates and parents configs for clocks Message-ID: <20200212073924.GB11096@dragon> References: <1578640589-17210-1-git-send-email-peng.fan@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1578640589-17210-1-git-send-email-peng.fan@nxp.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200211_233934_676411_8F208AE1 X-CRM114-Status: UNSURE ( 9.18 ) 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: "mark.rutland@arm.com" , "devicetree@vger.kernel.org" , Abel Vesa , Anson Huang , Daniel Baluta , "angus@akkea.ca" , "linux-kernel@vger.kernel.org" , Jun Li , "robh+dt@kernel.org" , dl-linux-imx , "kernel@pengutronix.de" , Leonard Crestez , "festevam@gmail.com" , "linux-arm-kernel@lists.infradead.org" , Jacky Bai Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Jan 10, 2020 at 07:20:31AM +0000, Peng Fan wrote: > From: Peng Fan > > Add the initial configuration for clocks that need default parent and rate > setting. > > NoC sources from SYS PLL3, running at 600MHz. Audio AHB/IPG clks needs > to run at 400MHz for better performance. > > Signed-off-by: Peng Fan Applied, thanks. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel