[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <db84ac3a-9cd4-48ba-8da5-fb972262e044@kernel.org>
Date: Sat, 6 Sep 2025 09:29:30 +0200
From: Krzysztof Kozlowski <krzk@...nel.org>
To: Daniel Lezcano <daniel.lezcano@...aro.org>, jic23@...nel.org,
dlechner@...libre.com, nuno.sa@...log.com, andy@...nel.org, robh@...nel.org,
conor+dt@...nel.org, krzk+dt@...nel.org
Cc: linux-iio@...r.kernel.org, s32@....com, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, chester62515@...il.com, mbrugger@...e.com,
ghennadi.procopciuc@....nxp.com
Subject: Re: [PATCH v1 1/2] dt-bindings: iio: adc: Add the NXP SAR ADC for
s32g2/3 platforms
On 03/09/2025 12:27, Daniel Lezcano wrote:
> +
> +properties:
> + compatible:
> + oneOf:
> + - const: nxp,s32g2-sar-adc
> + - items:
> + - const: nxp,s32g3-sar-adc
> + - const: nxp,s32g2-sar-adc
> +
> + reg:
> + maxItems: 1
> +
> + interrupts:
> + maxItems: 1
> +
> + clocks:
> + minItems: 1
Wrong constraint, look at other properties here. maxItems
> +
> + clock-names:
> + minItems: 1
Missing constraints, just drop entire clock-names.
> +
> + dmas:
> + minItems: 1
Also needs fixes.
> +
> + dma-names:
> + const: rx
> +
> +required:
> + - compatible
> + - reg
> + - interrupts
> + - clocks
> + - clock-names
> + - dmas
> + - dma-names
Best regards,
Krzysztof
Powered by blists - more mailing lists