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 17094C7EE2D for ; Thu, 1 Jun 2023 19:10:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231678AbjFATK0 (ORCPT ); Thu, 1 Jun 2023 15:10:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55340 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229651AbjFATKZ (ORCPT ); Thu, 1 Jun 2023 15:10:25 -0400 Received: from pidgin.makrotopia.org (pidgin.makrotopia.org [185.142.180.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7DF7213E; Thu, 1 Jun 2023 12:10:24 -0700 (PDT) Received: from local by pidgin.makrotopia.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.96) (envelope-from ) id 1q4ngi-0007iO-06; Thu, 01 Jun 2023 19:10:20 +0000 Date: Thu, 1 Jun 2023 20:10:11 +0100 From: Daniel Golle To: Krzysztof Kozlowski Cc: devicetree@vger.kernel.org, linux-i2c@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Conor Dooley , Krzysztof Kozlowski , Rob Herring , AngeloGioacchino Del Regno , Matthias Brugger , Qii Wang , Sam Shih , =?utf-8?B?6YOt5bCP5qGl?= Subject: Re: [PATCH 1/2] dt-bindings: i2c: i2c-mt65xx: add additional clocks Message-ID: References: <5f15212060f82fb94239174c4e4b46c151645fe8.1685549360.git.daniel@makrotopia.org> <12fea13e-e2c3-487f-8d2b-cfd320c98ba7@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <12fea13e-e2c3-487f-8d2b-cfd320c98ba7@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Jun 01, 2023 at 06:54:01PM +0200, Krzysztof Kozlowski wrote: > On 31/05/2023 18:10, Daniel Golle wrote: > > Add pck and mck clocks which are needed to access I2C registers on MT7981. > > > > Signed-off-by: Daniel Golle > > --- > > Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml b/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml > > index fda0467cdd954..550795f6573c5 100644 > > --- a/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml > > +++ b/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml > > @@ -78,6 +78,8 @@ properties: > > - const: dma > > - const: arb > > - const: pmic > > + - const: mck > > + - const: pck > > > > Adding names does not magically add the clocks. This wasn't tested. Adding the clocks is done in patch 2/2 which just wasn't sent to devicetree@ and dt maintainers, but to the relevant mailing lists instead. Was that wrong and should I always send the complete series also to devicetree@ as well as dt maintainers? Anyway. It turns out that arb and pmic clocks are intended for that, so we can cancel this and I'll just use those instead.