diff mbox series

[v2,07/46] dt-bindings: iio: adc: ti,am3359-adc: Describe am4372 ADC compatible

Message ID 20210902215144.507243-8-miquel.raynal@bootlin.com
State Accepted
Commit d9d604c7fea7e1b64f980e227c2225f5970c24fc
Headers show
Series TI AM437X ADC1 | expand

Commit Message

Miquel Raynal Sept. 2, 2021, 9:51 p.m. UTC
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(-)

Comments

Rob Herring Sept. 7, 2021, 7:05 p.m. UTC | #1
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 mbox series

Patch

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