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 43ACEEE3F09 for ; Mon, 11 Sep 2023 20:50:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231569AbjIKUuP (ORCPT ); Mon, 11 Sep 2023 16:50:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42318 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244436AbjIKUcB (ORCPT ); Mon, 11 Sep 2023 16:32:01 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E03A5FB; Mon, 11 Sep 2023 13:31:56 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6EA7DC433C7; Mon, 11 Sep 2023 20:31:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1694464316; bh=Y+aT8djXB9CKXwdEp5pmxFPUegbaDESTt4aIlc9PZG4=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=oAFvnvewGgyc+jUnwhQyLdci5Up5KJPqZBqAV5PdPShdVMrVeGQ//3WHuoHQ9jZxY yLiYPnWd47MFYFVoy95wTburWA6StzdZ2/YtudPBYq/yMwUtttM16Mt3gYt+XzRvH1 HD8BWI3FaCevr0x8TTPGwR6A6MmmG2HzP9ermf3L04EQasKe9nyHoKf4ZYD0mmAZi4 X9jkSem9YLSd8l6N/TPCjrhBLH3cs7/A/+rGRmkD6A0C7vli5oXXplFy94S7eaxwSA QvJDDkxUyj+Egrm7ZfMQ3A/lWp3kAkuN8iooWGWx6s5zgVxaKd90RWRK6cAl6mBNJS H/g8/la8b1Cdg== Message-ID: <92a0a9b6800ce1570a21b0bda42ccf2a.sboyd@kernel.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20230824104812.147775-2-biju.das.jz@bp.renesas.com> References: <20230824104812.147775-1-biju.das.jz@bp.renesas.com> <20230824104812.147775-2-biju.das.jz@bp.renesas.com> Subject: Re: [PATCH v5 1/4] dt-bindings: clock: versaclock3: Add description for #clock-cells property From: Stephen Boyd Cc: Biju Das , Geert Uytterhoeven , Magnus Damm , linux-renesas-soc@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, Prabhakar Mahadev Lad , Conor Dooley , Krzysztof Kozlowski To: Biju Das , Conor Dooley , Krzysztof Kozlowski , Michael Turquette , Rob Herring Date: Mon, 11 Sep 2023 13:31:54 -0700 User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Quoting Biju Das (2023-08-24 03:48:09) > Add description for "#clock-cells" property to map indexes to the clock > output in the Table 3. ("Output Source") in the 5P35023 datasheet > (ie: {REF,SE1,SE2,SE3,DIFF1,DIFF2}. Also update the "assigned-clock-rates" > in the example. >=20 > While at it, replace clocks phandle in the example from x1_x2->x1 as > X2 is a different 32768 kHz crystal. >=20 > Suggested-by: Geert Uytterhoeven > Signed-off-by: Biju Das > Acked-by: Conor Dooley > Acked-by: Krzysztof Kozlowski > --- Applied to clk-fixes