Re: [PATCH v2 2/6] dt-bindings: iio: chemical: add ENS160 sensor

From: Gustavo Silva
Date: Fri May 31 2024 - 18:33:40 EST


On Wed, May 29, 2024 at 05:37:17PM GMT, Conor Dooley wrote:
> On Wed, May 29, 2024 at 05:36:38PM +0100, Conor Dooley wrote:
> > > + gas-sensor@0 {
> > > + compatible = "sciosense,ens160";
> > > + reg = <0>;
> > > + spi-max-frequency = <10000000>;
> >
> > If you want to include this, you need to add an
> > allOf:
> > - $ref: /schemas/spi/spi-peripheral-props.yaml#
> > above. Otherwise this looks pretty good, so with that added
> > Reviewed-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>
>
> (Please make sure to actually test it next time!)

Hi Conor,

I'll fix it in v3.
I had some trouble running the dt_binding_check target, but I got it
working now. I'll remember to run it in the future.
Thanks.