Re: [PATCH] dt-bindings: iio: dac: adi,ad56xx: Fix duplicate compatible strings
From: Rob Herring
Date: Mon Sep 16 2024 - 11:22:41 EST
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.
Rob