On 11/12/2023 11:37, peiyu li wrote: > On Thu, Dec 7, 2023 at 2:42 AM Krzysztof Kozlowski > <krzysztof.kozlowski@xxxxxxxxxx> wrote: >>> +--- >>> +$id: http://devicetree.org/schemas/iio/humidity/ti,hdc3020.yaml# >>> +$schema: http://devicetree.org/meta-schemas/core.yaml# >>> + >>> +title: HDC3020/HDC3021/HDC3022 humidity and temperature iio sensors >>> + >>> +maintainers: >>> + - Li peiyu <579lpy@xxxxxxxxx> >>> + - Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx> >>> + >>> +description: >>> + https://www.ti.com/lit/ds/symlink/hdc3020.pdf >>> + >>> + The HDC302x is an integrated capacitive based relative humidity (RH) >>> + and temperature sensor. >>> + >>> +properties: >>> + compatible: >>> + oneOf: >>> + - items: >>> + - enum: >>> + - ti,hdc3021 >>> + - ti,hdc3022 >>> + - const: ti,hdc3020 >>> + - items: >> >> Drop items > > Does that mean just drop the "items" tag or drop the whole items with > "- const: ti,hdc3020"? On this one line with "items", and re-indent appropriately. Best regards, Krzysztof