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 966F8C636D7 for ; Fri, 17 Feb 2023 02:27:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230340AbjBQC1m (ORCPT ); Thu, 16 Feb 2023 21:27:42 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46234 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229460AbjBQC1k (ORCPT ); Thu, 16 Feb 2023 21:27:40 -0500 Received: from fd01.gateway.ufhost.com (fd01.gateway.ufhost.com [61.152.239.71]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5E9A24DE23; Thu, 16 Feb 2023 18:27:37 -0800 (PST) Received: from EXMBX166.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX166", Issuer "EXMBX166" (not verified)) by fd01.gateway.ufhost.com (Postfix) with ESMTP id 79BA024E287; Fri, 17 Feb 2023 10:27:29 +0800 (CST) Received: from EXMBX172.cuchost.com (172.16.6.92) by EXMBX166.cuchost.com (172.16.6.76) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Fri, 17 Feb 2023 10:27:29 +0800 Received: from [192.168.125.82] (183.27.98.67) by EXMBX172.cuchost.com (172.16.6.92) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Fri, 17 Feb 2023 10:27:28 +0800 Message-ID: <68e61f28-daec-ce72-726a-1fffe8e94829@starfivetech.com> Date: Fri, 17 Feb 2023 10:27:27 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.3.2 Subject: Re: [PATCH v3 07/11] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator Content-Language: en-US To: Conor Dooley CC: , , , Palmer Dabbelt , Rob Herring , Krzysztof Kozlowski , Stephen Boyd , "Michael Turquette" , Philipp Zabel , Emil Renner Berthing , References: <20221220005054.34518-1-hal.feng@starfivetech.com> <20221220005054.34518-8-hal.feng@starfivetech.com> <7a7bccb1-4d47-3d32-36e6-4aab7b5b8dad@starfivetech.com> <5cf0fe71-fd17-fb28-c01e-28356081ba76@starfivetech.com> From: Hal Feng In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [183.27.98.67] X-ClientProxiedBy: EXCAS066.cuchost.com (172.16.6.26) To EXMBX172.cuchost.com (172.16.6.92) X-YovoleRuleAgent: yovoleflag Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 16 Feb 2023 18:20:34 +0000, Conor Dooley wrote: > Hey Hal! > > On Thu, Feb 16, 2023 at 10:42:20PM +0800, Hal Feng wrote: >> On Tue, 27 Dec 2022 20:15:20 +0000, Conor Dooley wrote: >> > On Mon, Dec 26, 2022 at 12:26:32AM +0800, Hal Feng wrote: >> >> On Tue, 20 Dec 2022 23:14:39 +0000, Conor Dooley wrote: >> >> > On Tue, Dec 20, 2022 at 08:50:50AM +0800, Hal Feng wrote: >> >> > > From: Emil Renner Berthing >> >> > > >> >> > > Add bindings for the system clock and reset generator (SYSCRG) on the >> >> > > JH7110 RISC-V SoC by StarFive Ltd. >> >> > > >> >> > > Signed-off-by: Emil Renner Berthing >> >> > > Signed-off-by: Hal Feng >> > >> >> > > + clocks: >> >> > > + items: >> >> > > + - description: Main Oscillator (24 MHz) >> >> > > + - description: GMAC1 RMII reference >> >> > > + - description: GMAC1 RGMII RX >> >> > > + - description: External I2S TX bit clock >> >> > > + - description: External I2S TX left/right channel clock >> >> > > + - description: External I2S RX bit clock >> >> > > + - description: External I2S RX left/right channel clock >> >> > > + - description: External TDM clock >> >> > > + - description: External audio master clock >> >> > >> >> > So, from peeking at the clock driver & the dt - it looks like a bunch of >> >> > these are not actually required? >> >> >> >> These clocks are used as root clocks or optional parent clocks in clock tree. >> >> Some of them are optional, but they are required if we want to describe the >> >> complete clock tree of JH7110 SoC. >> > >> > Perhaps I have a misunderstand of what required means. To me, required >> > means "you must provide this clock for the SoC to operate in all >> > configurations". >> > Optional therefore would be for things that are needed only for some >> > configurations and may be omitted if not required. >> > >> > From your comment below, boards with a JH7110 may choose not to populate >> > both external clock inputs to a mux. In that case, "dummy" clocks should >> > not have to be provided in the DT of such boards to satisfy this binding >> > which seems wrong to me.. >> >> Please see the picture of these external clocks in clock tree. >> >> # mount -t debugfs none /mnt >> # cat /mnt/clk/clk_summary >> enable prepare protect duty hardware >> clock count count count rate accuracy phase cycle enable >> ------------------------------------------------------------------------------------------------------- >> *mclk_ext* 0 0 0 12288000 0 0 50000 Y >> *tdm_ext* 0 0 0 49152000 0 0 50000 Y >> *i2srx_lrck_ext* 0 0 0 192000 0 0 50000 Y >> *i2srx_bclk_ext* 0 0 0 12288000 0 0 50000 Y >> *i2stx_lrck_ext* 0 0 0 192000 0 0 50000 Y >> *i2stx_bclk_ext* 0 0 0 12288000 0 0 50000 Y >> *gmac1_rgmii_rxin* 0 0 0 125000000 0 0 50000 Y >> gmac1_rx 0 0 0 125000000 0 0 50000 Y >> gmac1_rx_inv 0 0 0 125000000 0 180 50000 Y >> *gmac1_rmii_refin* 0 0 0 50000000 0 0 50000 Y >> gmac1_rmii_rtx 0 0 0 50000000 0 0 50000 Y >> gmac1_tx 0 0 0 50000000 0 0 50000 N >> gmac1_tx_inv 0 0 0 50000000 0 180 50000 Y >> *osc* 4 4 0 24000000 0 0 50000 Y >> apb_func 0 0 0 24000000 0 0 50000 Y >> ... >> >> The clock "gmac1_rgmii_rxin" and the clock "gmac1_rmii_refin" are >> actually used as the parent of other clocks. > >> The "dummy" clocks >> you said are all internal clocks. > > No, what I meant by "dummy" clocks is that if you make clocks "required" > in the binding that are not needed by the hardware for operation a > customer of yours might have to add "dummy" clocks to their devicetree > to pass dtbs_check. > >> For the audio related clocks (mclk_ext/tdm_ext/i2srx_lrck_ext/ >> i2srx_bclk_ext/i2stx_lrck_ext/i2stx_bclk_ext), they will be used >> as the parent clocks in audio related drivers. Note that some >> clocks need to select different clocks as parent according to >> requirement. >> So all these external clocks are required. >> >> > >> > It would seem to me that you need to set minItems < maxItems here to >> > account for that & you do in fact need clock-names. >> > >> >> >> >> > I'd have ploughed through this, but having read Krzysztof's comments on >> >> > the DTS I'm not sure that this binding is correct. >> >> > https://lore.kernel.org/linux-riscv/20221220011247.35560-1-hal.feng@starfivetech.com/T/#mdf67621a2344dce801aa8015d4963593a2c28bcc >> >> > >> >> > I *think* the DT is correct - the fixed clocks are all inputs from clock >> >> > sources on the board and as such they are empty in soc.dtsi and are >> >> > populated in board.dts? >> >> >> >> Yes, the fixed clocks are all clock sources on the board and input to the SoC. >> >> >> >> > >> >> > However, are they all actually required? In the driver I see: >> >> > JH71X0__MUX(JH7110_SYSCLK_GMAC1_RX, "gmac1_rx", 2, >> >> > JH7110_SYSCLK_GMAC1_RGMII_RXIN, >> >> > JH7110_SYSCLK_GMAC1_RMII_RTX), >> >> > That macro is: >> >> > #define JH71X0__MUX(_idx, _name, _nparents, ...) [_idx] = { \ >> >> > .name = _name, \ >> >> > .flags = 0, \ >> >> > .max = ((_nparents) - 1) << JH71X0_CLK_MUX_SHIFT, \ >> >> > .parents = { __VA_ARGS__ }, \ >> >> > } > >> >> > AFAICT, RMII reference feeds RMII_RTX & RGMII RX *is* RGMII_RXIN? >> >> > Does that mean you need to populate only one of GMAC1 RMII reference >> >> > and GMAC1 RMGII RX and the other is optional? > >> >> Yes, actually only one of them is chosen as the root clock >> >> source of the clock "gmac1_rx". > | *gmac1_rgmii_rxin* > | gmac1_rx > | gmac1_rx_inv > | *gmac1_rmii_refin* > | gmac1_rmii_rtx > | gmac1_tx > | gmac1_tx_inv > | > | description: GMAC1 RMII reference > | description: GMAC1 RGMII RX > > > So you're telling me that you can either: > - Provide GMAC1 RMII reference and GMAC1 RGMII RX & then use different > clocks for gmac1_rx and gmac1_tx > - Provide only GMAC1 RMII reference & use it for both gmac1_tx *and* > gmac1_rx > > Is that correct? Yes, it is. Best regards, Hal > >> >> > >> >> > > + >> >> > > + clock-names: >> >> > > + items: >> >> > > + - const: osc >> >> > > + - const: gmac1_rmii_refin >> >> > > + - const: gmac1_rgmii_rxin >> >> > > + - const: i2stx_bclk_ext >> >> > > + - const: i2stx_lrck_ext >> >> > > + - const: i2srx_bclk_ext >> >> > > + - const: i2srx_lrck_ext >> >> > > + - const: tdm_ext >> >> > > + - const: mclk_ext >> >> > >> >> > If all clocks are in fact required though, isn't this kinda pointless to >> >> > have since we already know that the order is fixed from the "clocks" >> >> > property? >> >> > Krzk/Rob? >> >> >> >> The clock-names are used to easily identify these clocks in the clock driver. >> > >> > *IF* all clocks were in fact required, which they aren't, you could rely >> > on the order alone in the driver as it is enforced by the binding. >> >> OK, I'll remove "clock-names" property in the bindings and device tree. >> Instead, will use index to get these clocks in drivers. > > Hang on until you answer my question above before deleting this from the > dt-binding & driver ;) >