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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no 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 1F827CA9EAF for ; Fri, 25 Oct 2019 02:31:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E6F1E21D71 for ; Fri, 25 Oct 2019 02:31:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571970692; bh=wS+ZqOi0AxyDhn3tjgIiQc5vD2xB4fXHjduh81AOn60=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=sy+PkcxjCpI2yKoB/TqNSmzfeyQwfySNB4R7QqYSuc5j+lT0B4CmxQAsUeMfdb03I ItXQIqdKJ833jNnk0QYlO2a9DKdpdqQMXHbsXK6x8tZ8ava6AScJtIhnuH1CCSgyZ+ tlA5k0zN7TkHCtKKcs1YhLL4guI7cbB4zGskxTps= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389926AbfJYCbb (ORCPT ); Thu, 24 Oct 2019 22:31:31 -0400 Received: from mail.kernel.org ([198.145.29.99]:59832 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728514AbfJYCbb (ORCPT ); Thu, 24 Oct 2019 22:31:31 -0400 Received: from dragon (li937-157.members.linode.com [45.56.119.157]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id EEC7B206DD; Fri, 25 Oct 2019 02:31:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571970690; bh=wS+ZqOi0AxyDhn3tjgIiQc5vD2xB4fXHjduh81AOn60=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=x/kHHoHqs74Cg37pKPiTkfnrPUKgh6AM+ieR+A4dSF5PHEy8UzPbyiASNrXJ5IleJ QvfPq/e2LqArQ++vhO5SPkcoXil9olRQQ8TkzbKa9vpyo8XXja+HceR/878vs1z0+M bhyMKZD8vHeQzhfxTtLX57QuGtooEj8U1VBgu7l0= Date: Fri, 25 Oct 2019 10:31:12 +0800 From: Shawn Guo To: Guido =?iso-8859-1?Q?G=FCnther?= Cc: Daniel Baluta , devicetree@vger.kernel.org, baruch@tkos.co.il, abel.vesa@nxp.com, Anson.Huang@nxp.com, ccaione@baylibre.com, andrew.smirnov@gmail.com, s.hauer@pengutronix.de, angus@akkea.ca, linux-kernel@vger.kernel.org, linux-imx@nxp.com, festevam@gmail.com, shengjiu.wang@nxp.com, linux-arm-kernel@lists.infradead.org, l.stach@pengutronix.de Subject: Re: [PATCH v4] arm64: dts: imx8mq: Init rates and parents configs for clocks Message-ID: <20191025023110.GA30015@dragon> References: <20190728152040.15323-1-daniel.baluta@nxp.com> <20191022161919.GA3727@bogon.m.sigxcpu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20191022161919.GA3727@bogon.m.sigxcpu.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Oct 22, 2019 at 06:19:19PM +0200, Guido Günther wrote: > Hi, > On Sun, Jul 28, 2019 at 06:20:40PM +0300, Daniel Baluta wrote: > > From: Abel Vesa > > > > Add the initial configuration for clocks that need default parent and rate > > setting. This is based on the vendor tree clock provider parents and rates > > configuration except this is doing the setup in dts rather then using clock > > consumer API in a clock provider driver. > > > > Note that by adding the initial rate setting for audio_pll1/audio_pll > > setting we need to remove it from imx8mq-librem5-devkit.dts > > It seems this never made it into any tree, any particular reason for > that? There is some discussion going on and I haven't seen it reaches an explicit agreement. Shawn