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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 52000C433F5 for ; Thu, 18 Nov 2021 23:57:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 22A1861AA9 for ; Thu, 18 Nov 2021 23:57:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229914AbhKSAAi (ORCPT ); Thu, 18 Nov 2021 19:00:38 -0500 Received: from mail-oo1-f50.google.com ([209.85.161.50]:39474 "EHLO mail-oo1-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229675AbhKSAAi (ORCPT ); Thu, 18 Nov 2021 19:00:38 -0500 Received: by mail-oo1-f50.google.com with SMTP id d1-20020a4a3c01000000b002c2612c8e1eso3070474ooa.6; Thu, 18 Nov 2021 15:57:37 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=JEf4wkkJLSiCgtn7KTR+KrTaS841Nm2x4yld9LFTxEc=; b=MKL7gG/xVKJ28q3d6M4B2cv5nCzwj50m4g3fl9IP69AXS62zIQxcaIjSc9ZLBuwm6o 5io4ozIfG4dot83IrGZTxR6ovbOkz5y9OoF6sofVZJ1OVWHxKw+80RUTqUnf6QXil3Xj SYFKKtaEaLsp2QEU1QvfuhkursC2gpGD8zks5lAwnmE3unOKkC0WgrB7E/o+JoAlC1Lj +VMWwshTFWUcJNN1/24NI/M7WEHYkC4EBBB37m+ZABYbAP9DDziY5AphKGZZhWgAun33 nbXq0iziqL8R8W6FMb4WIBwSHii2MvndcPEsOKznfPJklwdK6gQLti4dZ8WX9RdZr0tU sA/w== X-Gm-Message-State: AOAM5313DZtpz3XKFeCXfGGj66rqO1hNzquHuEj0jRbsx2bscMxEFwGj uPFx2yd/sS/6VqFBcl48Ww== X-Google-Smtp-Source: ABdhPJzZE7VtNhasAMeC3YkchxPjyv6XPCAj9aHJbn9MVVBOoNJXjDLfGbc/PlEcil7brjgzAagZIw== X-Received: by 2002:a4a:5b85:: with SMTP id g127mr15790263oob.86.1637279857237; Thu, 18 Nov 2021 15:57:37 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id q12sm236261otl.66.2021.11.18.15.57.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 18 Nov 2021 15:57:36 -0800 (PST) Received: (nullmailer pid 2028180 invoked by uid 1000); Thu, 18 Nov 2021 23:57:35 -0000 Date: Thu, 18 Nov 2021 17:57:35 -0600 From: Rob Herring To: Bhupesh Sharma Cc: Bjorn Andersson , linux-arm-msm@vger.kernel.org, linux-crypto@vger.kernel.org, bhupesh.linux@gmail.com, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, agross@kernel.org, herbert@gondor.apana.org.au, davem@davemloft.net, stephan@gerhold.net, Thara Gopinath Subject: Re: [PATCH v5 09/22] dt-bindings: qcom-qce: Move 'clocks' to optional properties Message-ID: References: <20211110105922.217895-1-bhupesh.sharma@linaro.org> <20211110105922.217895-10-bhupesh.sharma@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Mon, Nov 15, 2021 at 11:04:31AM +0530, Bhupesh Sharma wrote: > Hi Bjorn, > > On Sun, 14 Nov 2021 at 01:32, Bjorn Andersson > wrote: > > > > On Wed 10 Nov 04:59 CST 2021, Bhupesh Sharma wrote: > > > > > QCom QCE block on some SoCs like ipq6018 don't > > > require clock as the required property, so the properties > > > 'clocks' and 'clock-names' can be moved instead in the dt-bindings > > > to the 'optional' properties section. > > > > > > Otherwise, running 'make dtbs_check' leads to the following > > > errors: > > > > > > dma-controller@7984000: clock-names:0: 'bam_clk' was expected > > > arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dt.yaml > > > > > > dma-controller@7984000: clock-names: Additional items are not allowed ('bam_clk' was unexpected) > > > arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dt.yaml > > > > > > dma-controller@7984000: clock-names: ['iface_clk', 'bam_clk'] is too long > > > arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dt.yaml > > > > > > dma-controller@7984000: clocks: [[9, 138], [9, 137]] is too long > > > arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dt.yaml > > > > > > Cc: Thara Gopinath > > > Cc: Bjorn Andersson > > > Cc: Rob Herring > > > Signed-off-by: Bhupesh Sharma > > > --- > > > Documentation/devicetree/bindings/crypto/qcom-qce.yaml | 2 -- > > > 1 file changed, 2 deletions(-) > > > > > > diff --git a/Documentation/devicetree/bindings/crypto/qcom-qce.yaml b/Documentation/devicetree/bindings/crypto/qcom-qce.yaml > > > index 30deaa0fa93d..f35bdb9ee7a8 100644 > > > --- a/Documentation/devicetree/bindings/crypto/qcom-qce.yaml > > > +++ b/Documentation/devicetree/bindings/crypto/qcom-qce.yaml > > > @@ -53,8 +53,6 @@ properties: > > > required: > > > - compatible > > > - reg > > > - - clocks > > > - - clock-names > > > > I would prefer that we make this conditional on the compatible. That > > said, if this only applies to ipq6018 I think we should double check the > > fact that there's no clock there... > > > > For the sake of making progress on the series, I think you should omit > > this patch from the next version. > > Without this patch, 'make dtbs_check' fails with the following error: > dma-controller@7984000: clock-names:0: 'bam_clk' was expected > arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dt.yaml > > dma-controller@7984000: clock-names: Additional items are not allowed > ('bam_clk' was unexpected) > arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dt.yaml Those errors do not correspond to the change here. Adding something to 'required' would never solve any error (other than a driver requires a property to function). > which I think is making Rob bot-check fail. dtbs_check don't have to be fixed as the message says. > So, I think instead of dropping the patch, let's try and understand > from the 'ipq6018 qce' documentation if the clocks are really > 'optional' there for the qce block (as clock properties are not > mentioned in the dts from the very first upstream version). If not, we > can try and fix the 'ipq6018 qce' dts node itself. > > Regards, > Bhupesh >