Re: [PATCH 1/4] dt-bindings: iio: adc: Add the Renesas RZ/N1 ADC
From: Herve Codina
Date: Thu Oct 23 2025 - 04:55:10 EST
Hi Wolfram, Geert,
On Fri, 17 Oct 2025 09:07:42 +0200
Herve Codina <herve.codina@xxxxxxxxxxx> wrote:
> > > +
> > > +properties:
> > > + compatible:
> > > + items:
> > > + - enum:
> > > + - renesas,r9a06g032-adc # RZ/N1D
> > > + - const: renesas,rzn1-adc
> >
> > Do you know of other SoCs with this IP core? If it is only RZ/N for now,
> > we could go with const for N1D. All other N1 variants cannot run Linux
> > because of no SDRAM controller.
> >
>
> I know only about RZ/N1 family.
>
> I will keep only "renesas,r9a06g032-adc" in the next iteration.
>
May be I misunderstood.
Most of other bindings related to rzn1d have the both r9a06g032 and
rzn1 compatible string.
Would you expect:
- a) renesas,r9a06g032-adc and renesas,rzn1-adc
compatible:
items:
- const: renesas,r9a06g032-adc # RZ/N1D
- const: renesas,rzn1-adc
or
- b) renesas,r9a06g032-adc only
compatible:
const: renesas,r9a06g032-adc
Can you confirm your expectation?
Best regards,
Hervé