Re: [PATCH v7 2/7] dt-bindings: iio: adc: microchip,mcp3564: Add spi-device-addr
From: Conor Dooley
Date: Wed Jul 29 2026 - 16:55:06 EST
On Tue, Jul 28, 2026 at 10:17:19PM +0100, Jonathan Cameron wrote:
> On Tue, 28 Jul 2026 17:00:55 +0100
> Conor Dooley <conor@xxxxxxxxxx> wrote:
>
> > On Sat, Jul 25, 2026 at 11:07:39PM +0100, Jonathan Cameron wrote:
> > > On Sat, 25 Jul 2026 15:57:07 -0500
> > > David Lechner <dlechner@xxxxxxxxxxxx> wrote:
> > >
> > > > On 7/22/26 2:54 AM, Janani Sunil wrote:
> > > > > Add the generic spi-device-addr property to the binding and deprecate
> > > > > the existing vendor specific microchip,hw-device-address property.
> > > > >
> > > > > Signed-off-by: Janani Sunil <janani.sunil@xxxxxxxxxx>
> > > > > ---
> > > > > .../devicetree/bindings/iio/adc/microchip,mcp3564.yaml | 10 ++++++++--
> > > > > 1 file changed, 8 insertions(+), 2 deletions(-)
> > > > >
> > > > > diff --git a/Documentation/devicetree/bindings/iio/adc/microchip,mcp3564.yaml b/Documentation/devicetree/bindings/iio/adc/microchip,mcp3564.yaml
> > > > > index 675319276197..de1ea289e7f5 100644
> > > > > --- a/Documentation/devicetree/bindings/iio/adc/microchip,mcp3564.yaml
> > > > > +++ b/Documentation/devicetree/bindings/iio/adc/microchip,mcp3564.yaml
> > > > > @@ -80,6 +80,7 @@ properties:
> > > > > $ref: /schemas/types.yaml#/definitions/uint32
> > > > > minimum: 0
> > > > > maximum: 3
> > > > > + deprecated: true
> > > > > description:
> > > > > The address is set on a per-device basis by fuses in the factory,
> > > > > configured on request. If not requested, the fuses are set for 0x1.
> > > > > @@ -91,6 +92,12 @@ properties:
> > > > > clocking of the device address (BITS[7:6] - top two bits of COMMAND BYTE
> > > > > which is first one on the wire).
> > > > >
> > > > > + spi-device-addr:
> > > > > + maxItems: 1
> > > >
> > > > Does it not make sense to all for more than once device connected
> > > > to the same CS here? I would expect maxItems to be 4 to match the
> > > > number of possible addresses.
> > > >
> > >
> > > I think for this part their isn't a reason to aggregate.
> > > No magic accesses that touch them all at once. So this hits
> > > exactly the point you raised about how we set the address for
> > > more than one of them.
> >
> > No David is actually right here, and maxitems should be 4.
> > Setting the address for multiple was already discussed I thought, with
> > the property being an array and each compatible being used to determine
> > the "stride" between entries based on the number of supported channels?
>
> I don't think that applies for this device or at least to do so
> is a major driver rewrite, not a simple binding change. Probably we'd
Whether or not it is a big driver change, the binding should represent
what the hardware is capable of.
> just add a bus and hang the 4 instances off it. They are running on own
> timing etc so we can't grab data across all of them in any sort of
> synchronous way - the clocks will probably drift over time etc.
Did I miss something about the ADI devices in this thread where they
have some multicast ability to read all devices at once? I thought that
that was a different series where each device had dedicated mosi and
miso lines, rather than the shared ones here. I didn't think the ad5529r
did anything special from my reading of the datasheet but I'm not the
expert in this area!
> They are independent devices (think of them using spi-device-address
> like an i2c address) - so why have one DT node for up to 4 of
> them? Note this is different from the AD5529R where the design
> is intended for them to operate as one single larger device.
I don't buy this argument, I just don't see what differs between the
devices. The microchip datasheet I read talked about using 3 devices to
measure 3 phase power setups (I think that's what it was) which is, in
my book, evidence that they're not just intended to be used
independently.
That said, the more this discussion goes on, the more I think that
merging the devices into a single node is a mistake. Logically there may
be one device, but really there are one to four devices. Doing the
logical device thing is nice maybe for software but I no longer think
that it represents the hardware correctly. I know this will cause
problems with registration of devices in the SPI core, but we need to
pick one representation for these devices that fits in all usecases
and with the things brought up in the other mail I am having a lot of
doubts.
Only going to reply to this for now, I'll reply to the other thread of
this conversation later so as not to end up duplicating discussion, but
I am thinking of things like what if someone puts a mcp3654r and an
ad5529r on the same chip select? I think that's actually perfectly
functional on a hardware level, provided the fuses/pins are set up
correctly (and if it is not, mixing the microchip devices is possible
and probably mixing future ADI ones will be too).
Cheers,
Conor.
Attachment:
signature.asc
Description: PGP signature