On Tue, Mar 8, 2022 at 1:36 PM Rob Herring <robh+dt@xxxxxxxxxx> wrote: > > On Tue, Mar 1, 2022 at 6:14 PM Dmitry Baryshkov > <dmitry.baryshkov@xxxxxxxxxx> wrote: > > > > Add missing brace in dpu-qcm2290.yaml. While we are at it, also fix > > indentation for another brace, so it matches the corresponding line. > > > > Reported-by: Rob Herring <robh@xxxxxxxxxx> > > Cc: Loic Poulain <loic.poulain@xxxxxxxxxx> > > Reviewed-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx> > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > > --- > > Didn't include freedreno@ in the first email, so resending. > > --- > > Documentation/devicetree/bindings/display/msm/dpu-qcm2290.yaml | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > Now that the example actually builds, we get just schema warnings: > > /builds/robherring/linux-dt/Documentation/devicetree/bindings/display/msm/dpu-qcm2290.example.dt.yaml: > mdss@5e00000: compatible: ['qcom,qcm2290-mdss', 'qcom,mdss'] is too > long > From schema: /builds/robherring/linux-dt/Documentation/devicetree/bindings/display/msm/dpu-qcm2290.yaml > /builds/robherring/linux-dt/Documentation/devicetree/bindings/display/msm/dpu-qcm2290.example.dt.yaml: > mdss@5e00000: 'mdp@5e01000' does not match any of the regexes: > '^display-controller@[0-9a-f]+$', 'pinctrl-[0-9]+' > From schema: /builds/robherring/linux-dt/Documentation/devicetree/bindings/display/msm/dpu-qcm2290.yaml > > > I would have assumed upon reporting errors with 'make > dt_binding_check' that the fixes would be tested with 'make > dt_binding_check'... Still failing. Please send a fix ASAP. Rob