Skip to content

Commit f1264e5

Browse files
committed
dt-bindings: iio: adc: at91-sama5d2: add compatible for sam9x7 adc
Add compatible string microchip,sam9x7-adc for sam9x7 adc and update the dt-bindings for atmel,sama5d2-adc.yaml. Signed-off-by: Durai Manickam KR <durai.manickamkr@microchip.com>
1 parent 5218d7c commit f1264e5

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

Documentation/devicetree/bindings/iio/adc/atmel,sama5d2-adc.yaml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,17 @@ maintainers:
1111

1212
properties:
1313
compatible:
14-
enum:
15-
- atmel,sama5d2-adc
16-
- microchip,sam9x60-adc
17-
- microchip,sama7g5-adc
14+
oneOf:
15+
- enum:
16+
- atmel,sama5d2-adc
17+
- atmel,sama5d3-adc
18+
- atmel,at91sam9x5-adc
19+
- microchip,sama7g5-adc
20+
- items:
21+
- enum:
22+
- microchip,sam9x60-adc
23+
- microchip,sam9x7-adc
24+
- const: atmel,sama5d2-adc
1825

1926
reg:
2027
maxItems: 1

0 commit comments

Comments
 (0)