[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3d5cc96388f27b1f03f5a1d3bee7113686548e43.camel@microchip.com>
Date: Wed, 19 Jul 2023 15:40:56 +0000
From: <Marius.Cristea@...rochip.com>
To: <jic23@...nel.org>, <lars@...afoo.de>,
<krzysztof.kozlowski@...aro.org>, <robh+dt@...nel.org>
CC: <conor+dt@...nel.org>, <krzysztof.kozlowski+dt@...aro.org>,
<devicetree@...r.kernel.org>, <linux-iio@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2 1/2] dt-bindings: iio: adc: adding MCP3564 ADC
Hi Krzysztof,
> > +
> > +patternProperties:
> > + "^channel@([0-9]|([1-7][0-9]))$":
> > + $ref: adc.yaml
> > + type: object
>
> Missing unevaluatedProperties: false.
>
> Open other bindings and look how it is done there.
>
> > + description: Represents the external channels which are
> > connected to the ADC.
> > +
> > + properties:
> > + reg:
> > + description: The channel number in single-ended and
> > differential mode.
> > + minimum: 0
> > + maximum: 79
> > +
> > + diff-channels: true
>
> Why? Drop, unless you want to say there all other ADC properties are
> invalid for this type of device (device, not driver!).
>
> > +
> > + required:
> > + - reg
>
>
All other ADC properties are valid. Here I was trying to add some
properties for each the channel (ADC channel) used by user on this ADC.
The channel could be single ended (Channel to ground) or
"diff-channels" where I need to know the pins/channel used.
Maybe I'm missing something but I was trying to follow the binding
from: Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml
Best regards,
Marius
Powered by blists - more mailing lists