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 401F6C433F5 for ; Fri, 25 Feb 2022 20:08:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235773AbiBYUI5 (ORCPT ); Fri, 25 Feb 2022 15:08:57 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34264 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229989AbiBYUI4 (ORCPT ); Fri, 25 Feb 2022 15:08:56 -0500 Received: from mail-oo1-f41.google.com (mail-oo1-f41.google.com [209.85.161.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 712931F03AD; Fri, 25 Feb 2022 12:08:23 -0800 (PST) Received: by mail-oo1-f41.google.com with SMTP id d134-20020a4a528c000000b00319244f4b04so7841376oob.8; Fri, 25 Feb 2022 12:08:23 -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=eSN9xBrzll6WZ5DtL2zb4WDB6X1vP1dIkQzJiEVk3gs=; b=zu2Pcj/6rZhTNNRJ6d7Tu4gFSaTzDka5CxWjUNtymjj3llZuMI8sKJX7Pmj3h3xjQu KBwHmLaA3+D2rRJAE+6rbju6nhmqiVdjFS9Z2eG/oNRPvYyBjSfeCtk+TFgq1o6P/3e+ XTJMX5SfSODCGO4HF55lpXEIbNczhDA0Vym/eQuYTYpYvqRJsWazpDiJSRgbuIkviKfE y79GZer59dkr6vCYfMDZBRvp0vCp+y1yuESSRna/cUIAAXVCI/9mdsigcJAoXhQQCZV3 /Ua9B3P67G8RSonnuSlCRWmFCKm/tGNYW5iJPZPvxMoC2Cq58bhA96pv+NEV73SvMev6 oFGQ== X-Gm-Message-State: AOAM5306gF1R+Huh9VcZ+rTx3Vd6RH0pDMNUbQpRqKJmZWjTEdBIztgj uYTgAjSysIqQQxk+Orfvkg== X-Google-Smtp-Source: ABdhPJz8rtS1F8qP+GJ8zMHk8V/DpQMJtqZDeBbUq+EMimoP4vbaCgTou2GcIA44VfSPZnqQT44Cew== X-Received: by 2002:a05:6870:45aa:b0:d4:5d51:b0ac with SMTP id y42-20020a05687045aa00b000d45d51b0acmr2155254oao.59.1645819702787; Fri, 25 Feb 2022 12:08:22 -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 a12-20020a9d5c8c000000b005ad51592bd8sm1600580oti.49.2022.02.25.12.08.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Feb 2022 12:08:22 -0800 (PST) Received: (nullmailer pid 1348651 invoked by uid 1000); Fri, 25 Feb 2022 20:08:21 -0000 Date: Fri, 25 Feb 2022 14:08:21 -0600 From: Rob Herring To: Bhupesh Sharma Cc: agross@kernel.org, bhupesh.linux@gmail.com, Bjorn Andersson , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, Vinod Koul , devicetree@vger.kernel.org, linux-phy@lists.infradead.org Subject: Re: [PATCH 2/2] dt-bindings: phy: qcom,qmp: Describe 'vdda-max-microamp' & 'vdda-pll-max-microamp' properties Message-ID: References: <20220224123248.67073-1-bhupesh.sharma@linaro.org> <20220224123248.67073-2-bhupesh.sharma@linaro.org> <1645711159.080022.2923124.nullmailer@robh.at.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1645711159.080022.2923124.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Thu, Feb 24, 2022 at 07:59:19AM -0600, Rob Herring wrote: > On Thu, 24 Feb 2022 18:02:48 +0530, Bhupesh Sharma wrote: > > Since a few boards based on QCoM qmp phy use the > > 'vdda-max-microamp' & 'vdda-pll-max-microamp' properties to > > describe the ufs phy nodes, add them to the dt-bindings doc as well. > > > > This fixes the following '$ make dtbs_check' warning(s): > > > > sm8350-microsoft-surface-duo2.dt.yaml: phy@1d87000: > > 'vdda-max-microamp', 'vdda-pll-max-microamp' do not match any of > > the regexes: '^phy@[0-9a-f]+$', 'pinctrl-[0-9]+' > > > > Cc: Bjorn Andersson > > Cc: Vinod Koul > > Cc: Rob Herring > > Signed-off-by: Bhupesh Sharma > > --- > > Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml | 8 ++++++++ > > 1 file changed, 8 insertions(+) > > > > Running 'make dtbs_check' with the schema in this patch gives the > following warnings. Consider if they are expected or the schema is > incorrect. These may not be new warnings. > > Note that it is not yet a requirement to have 0 warnings for dtbs_check. > This will change in the future. > > Full log is available here: https://patchwork.ozlabs.org/patch/1597137 > > > phy@1c07000: 'lanes@1c06000' does not match any of the regexes: '^phy@[0-9a-f]+$', 'pinctrl-[0-9]+' > arch/arm/boot/dts/qcom-sdx55-mtp.dt.yaml > arch/arm/boot/dts/qcom-sdx55-t55.dt.yaml > arch/arm/boot/dts/qcom-sdx55-telit-fn980-tlb.dt.yaml > > phy@1c0e000: 'lanes@1c0e200' does not match any of the regexes: '^phy@[0-9a-f]+$', 'pinctrl-[0-9]+' > arch/arm64/boot/dts/qcom/sc7280-crd.dt.yaml > arch/arm64/boot/dts/qcom/sc7280-herobrine.dt.yaml > arch/arm64/boot/dts/qcom/sc7280-idp2.dt.yaml > arch/arm64/boot/dts/qcom/sc7280-idp.dt.yaml > > phy@1d87000: 'lanes@1d87400' does not match any of the regexes: '^phy@[0-9a-f]+$', 'pinctrl-[0-9]+' > arch/arm64/boot/dts/qcom/sm8450-qrd.dt.yaml > > phy@627000: 'vdda-phy-max-microamp', 'vddp-ref-clk-always-on', 'vddp-ref-clk-max-microamp' do not match any of the regexes: '^phy@[0-9a-f]+$', 'pinctrl-[0-9]+' > arch/arm64/boot/dts/qcom/msm8996-xiaomi-gemini.dt.yaml > arch/arm64/boot/dts/qcom/msm8996-xiaomi-scorpio.dt.yaml I'm curious why these are not fixed too? Rob