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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2AFF0C7EE2E for ; Fri, 2 Jun 2023 16:57:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236778AbjFBQ5Z (ORCPT ); Fri, 2 Jun 2023 12:57:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37140 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236827AbjFBQ5W (ORCPT ); Fri, 2 Jun 2023 12:57:22 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0F70D1B1; Fri, 2 Jun 2023 09:57:17 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2005) id 92B1B68AA6; Fri, 2 Jun 2023 18:57:13 +0200 (CEST) Date: Fri, 2 Jun 2023 18:57:13 +0200 From: Torsten Duwe To: Conor Dooley Cc: Xingyu Wu , Conor Dooley , linux-riscv@lists.infradead.org, devicetree@vger.kernel.org, yanhong.wang@starfivetech.com, Michael Turquette , Stephen Boyd , Krzysztof Kozlowski , Philipp Zabel , Emil Renner Berthing , Rob Herring , Paul Walmsley , Palmer Dabbelt , Albert Ou , Hal Feng , William Qiu , linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org Subject: Re: [PATCH v4 1/7] dt-bindings: clock: Add StarFive JH7110 PLL clock generator Message-ID: <20230602165713.GA27915@lst.de> References: <20230512022036.97987-1-xingyu.wu@starfivetech.com> <20230512022036.97987-2-xingyu.wu@starfivetech.com> <20230519135733.GA10188@lst.de> <20230519-smokeless-guileless-2a71cae06509@wendy> <20230602183922.649b8e88@blackhole.lan> <20230602-drained-wheat-b6c5ea009f16@spud> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230602-drained-wheat-b6c5ea009f16@spud> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 02, 2023 at 05:43:25PM +0100, Conor Dooley wrote: > > > > Can you _please_ point me at that "PLL driver" "in Linux" ? > > It's patch 2 in this series: > https://lore.kernel.org/linux-riscv/20230512022036.97987-1-xingyu.wu@starfivetech.com/T/#m4b2d74c36b3bb961a1187ec5cda1a0a0de875f0e > Unfortunately, it's not, AFAICS. I'm looking for the driver that will control the PLLs' parameters, grepping for "pll" should yield results, to start with. The thing should act on the SYS_SYSCON iomem, at 0x13030000. Ideally, a DT node should point it there... Torsten