Hi Rob, On Sat, 26 Feb 2022 at 01:38, Rob Herring <robh@xxxxxxxxxx> wrote: > > 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 <bjorn.andersson@xxxxxxxxxx> > > > Cc: Vinod Koul <vkoul@xxxxxxxxxx> > > > Cc: Rob Herring <robh+dt@xxxxxxxxxx> > > > Signed-off-by: Bhupesh Sharma <bhupesh.sharma@xxxxxxxxxx> > > > --- > > > 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? Seems I missed this one. Will fix this in v2. Thanks for pointing it out. Regards, Bhupesh