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 Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6AA2EFA3740 for ; Thu, 27 Oct 2022 21:51:13 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4Myzrv3jrSz3cP6 for ; Fri, 28 Oct 2022 08:51:11 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=MEhpxBQh; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=139.178.84.217; helo=dfw.source.kernel.org; envelope-from=sboyd@kernel.org; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=MEhpxBQh; dkim-atps=neutral Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4MyzqM2Bxgz3cJ2 for ; Fri, 28 Oct 2022 08:49:51 +1100 (AEDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E0B4B6250F; Thu, 27 Oct 2022 21:49:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3E375C433D7; Thu, 27 Oct 2022 21:49:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666907387; bh=cXGDPjIyPWx8UiyRGBCbkkAS52u2EQyVcZUq/AORAQs=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=MEhpxBQhV/KO2HnDMDARug/2e4WkZL5RGC4ftIu92d1qRAyacIHN27rX2scN5vSgW j/n9kUi2LHLK/tzvui+zQiiaomeAsHFVDFu+QT+kPnpBTt1HyokSBELEKaTYzkYS/3 ZnJIjv3Xy3ZoxXtth3BtPB2U8kBVDglFWi5eCsml1xrV44EPKBSGIWW8J9jCPOsWA7 OzykEcAIFTDvFZnsvqAtraU9cL5/Aytok1TH1w7eZO96KkdlhlB5l9VFGrLjV5w7kW DkSlbkCSWxIaQIkWsqeiIoffbutXh+RvdIKQB4j7sV7M9wLAEWrI2YJcJsoJw5OkaF UXsG/blFh9yYg== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20221027191113.403712-4-sean.anderson@seco.com> References: <20221027191113.403712-1-sean.anderson@seco.com> <20221027191113.403712-4-sean.anderson@seco.com> Subject: Re: [PATCH v8 3/9] dt-bindings: clock: Add ids for Lynx 10g PLLs From: Stephen Boyd To: Kishon Vijay Abraham I , Sean Anderson , Vinod Koul , linux-phy@lists.infradead.org Date: Thu, 27 Oct 2022 14:49:45 -0700 User-Agent: alot/0.10 Message-Id: <20221027214947.3E375C433D7@smtp.kernel.org> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Bagas Sanjaya , Madalin Bucur , Sean Anderson , Michael Turquette , linux-clk@vger.kernel.org, Rob Herring , Camelia Alexandra Groza , Krzysztof Kozlowski , Ioana Ciornei , linuxppc-dev@lists.ozlabs.org, Rob Herring , linux-arm-kernel@lists.infradead.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Quoting Sean Anderson (2022-10-27 12:11:07) > This adds ids for the Lynx 10g SerDes's internal PLLs. These may be used > with assigned-clock* to specify a particular frequency to use. For > example, to set the second PLL (at offset 0x20)'s frequency, use > LYNX10G_PLLa(1). These are for use only in the device tree, and are not > otherwise used by the driver. >=20 > Signed-off-by: Sean Anderson > Acked-by: Rob Herring > --- Acked-by: Stephen Boyd