Re: [PATCH] dt-bindings: iio: dac: adi,ad56xx: Fix duplicate compatible strings
From: Jonathan Cameron
Date: Sat Sep 28 2024 - 09:50:57 EST
On Mon, 16 Sep 2024 10:22:19 -0500
Rob Herring <robh@xxxxxxxxxx> wrote:
> On Sat, Sep 14, 2024 at 9:18 AM Jonathan Cameron <jic23@xxxxxxxxxx> wrote:
> >
> > On Tue, 10 Sep 2024 18:44:39 -0500
> > "Rob Herring (Arm)" <robh@xxxxxxxxxx> wrote:
> >
> > > adi,ad5686.yaml and adi,ad5696.yaml duplicate all the I2C device
> > > compatible strings with the exception of "adi,ad5337r". Since
> > > adi,ad5686.yaml references spi-peripheral-props.yaml, drop the I2C
> > > devices from it making it only SPI devices. Update the titles to make
> > > the distinction clear.
> > >
> > > Signed-off-by: Rob Herring (Arm) <robh@xxxxxxxxxx>
> > Is this an urgent thing, or can it wait for the merge window after next?
> > For now I've queued it up for then in my testing branch but can yank it
> > out and send it as a fix after rc1 if that is useful.
>
> Sooner would be better. It's now a warning in dtschema main branch.
> The issue is not so much the duplication, but that which schema gets
> applied is not deterministic.
Shifted it to my fixes-togreg branch. I'll do a pull request for that
fairly soon (once rc1 is out and it's had a little soak in next)
Thanks,
Jonathan
>
> Rob