On Tue, Jul 16, 2019 at 11:56 PM Rob Herring <r...@kernel.org> wrote:
> Now that examples are validated against the DT schema, an error with > required 'clocks' property missing is exposed: > > Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.example.dt.yaml: \ > pinctrl@40020000: gpio@0: 'clocks' is a required property > Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.example.dt.yaml: \ > pinctrl@50020000: gpio@1000: 'clocks' is a required property > Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.example.dt.yaml: \ > pinctrl@50020000: gpio@2000: 'clocks' is a required property > > Add the missing 'clocks' properties to the examples to fix the errors. > > Fixes: 2c9239c125f0 ("dt-bindings: pinctrl: Convert stm32 pinctrl bindings to > json-schema") > Cc: Linus Walleij <linus.wall...@linaro.org> > Cc: Maxime Coquelin <mcoquelin.st...@gmail.com> > Cc: Alexandre Torgue <alexandre.tor...@st.com> > Cc: linux-g...@vger.kernel.org > Cc: linux-st...@st-md-mailman.stormreply.com > Signed-off-by: Rob Herring <r...@kernel.org> This seems to already be upstream, but I have no memory of applying it. Less work for me :) Yours, Linus Walleij