Messages in this thread |  | | Date | Sun, 20 Mar 2022 15:50:55 +0100 | Subject | Re: [PATCH V2 1/7] dt-bindings:iio:adc: add sprd,ump9620-adc dtbindings | From | Krzysztof Kozlowski <> |
| |
On 11/03/2022 17:46, Cixi Geng wrote: > From: Cixi Geng <cixi.geng1@unisoc.com> > > sprd,ump9620-adc is one variant of sc27xx series, add ump9620 in > dtbindings. > > Signed-off-by: Chunyan Zhang <zhang.lyra@gmail.com> > Signed-off-by: Cixi Geng <cixi.geng1@unisoc.com> > --- > .../bindings/iio/adc/sprd,sc2720-adc.yaml | 30 +++++++++++++++++-- > 1 file changed, 27 insertions(+), 3 deletions(-) > > diff --git a/Documentation/devicetree/bindings/iio/adc/sprd,sc2720-adc.yaml b/Documentation/devicetree/bindings/iio/adc/sprd,sc2720-adc.yaml > index caa3ee0b4b8c..331b08fb1761 100644 > --- a/Documentation/devicetree/bindings/iio/adc/sprd,sc2720-adc.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/sprd,sc2720-adc.yaml > @@ -20,6 +20,7 @@ properties: > - sprd,sc2723-adc > - sprd,sc2730-adc > - sprd,sc2731-adc > + - sprd,ump9620-adc > > reg: > maxItems: 1 > @@ -37,9 +38,32 @@ properties: > maxItems: 2 > > nvmem-cell-names: > - items: > - - const: big_scale_calib > - - const: small_scale_calib
Please test your changes with dt_binding_check and dtbs_check. Your change looks not complete - you have still nvmem-cells = 2.
Best regards, Krzysztof
|  |