On Thu, 02 Sep 2021 23:51:05 +0200, Miquel Raynal wrote: > A more recent version of the am3359 ADC is available on certain SoCs of > the am437x family. This IP has evolved a little bit and deserves its own > compatible. > > Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> > Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> > --- > Documentation/devicetree/bindings/iio/adc/ti,am3359-adc.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/iio/adc/ti,am3359-adc.yaml b/Documentation/devicetree/bindings/iio/adc/ti,am3359-adc.yaml index f262402ca037..d6f21d5cccd7 100644 --- a/Documentation/devicetree/bindings/iio/adc/ti,am3359-adc.yaml +++ b/Documentation/devicetree/bindings/iio/adc/ti,am3359-adc.yaml @@ -11,7 +11,9 @@ maintainers: properties: compatible: - const: ti,am3359-adc + enum: + - ti,am3359-adc + - ti,am4372-adc '#io-channel-cells': const: 1