On Tue, Dec 03, 2024 at 08:23:35AM +0100, Krzysztof Kozlowski wrote: > On 02/12/2024 23:04, Vasileios Amoiridis wrote: > > On Mon, Dec 02, 2024 at 02:46:13PM -0600, Rob Herring (Arm) wrote: > >> > >> On Mon, 02 Dec 2024 19:19:05 +0100, Vasileios Amoiridis wrote: > >>> The BMP{2,3,5}80 and BME280 devices have an SPI interface, so include it > >>> in the device-tree. > >>> > >>> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > >>> Signed-off-by: Vasileios Amoiridis <vassilisamir@xxxxxxxxx> > >>> --- > >>> .../bindings/iio/pressure/bmp085.yaml | 32 +++++++++++++++++++ > >>> 1 file changed, 32 insertions(+) > >>> > >> > >> My bot found errors running 'make dt_binding_check' on your patch: > >> > >> yamllint warnings/errors: > >> > >> dtschema/dtc warnings/errors: > >> /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/iio/pressure/bmp085.example.dtb: pressure@0: interrupts: False schema does not allow [[25, 1]] > > > > Hi Rob, Krzysztof, > > > > The error is in the example, I put the tree from the I2C example to SPI > > but I used bmp280 which is not supporting interrupts. Will be fixed. > > > So you sent a patch with a known bug or just did not test? > > Best regards, > Krzysztof Hi Krzysztof, Nothing of the two. I didn't test properly. I am trying to automate my testing+sending patches process (Andy mentioned something similar in another e-mail in this series). Do you have any advice/tool to propose on how to automate this? It would be very welcome! Sorry for the inconvenience in any case. Cheers, Vasilis