Skip to content

Commit c06a7a8

Browse files
varshini-rajendranbroonie
authored andcommitted
ASoC: dt-bindings: microchip: add sam9x7
Add sam9x7 compatible in the DT documentation. Signed-off-by: Varshini Rajendran <[email protected]> Acked-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 89f3180 commit c06a7a8

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Documentation/devicetree/bindings/sound/microchip,sama7g5-i2smcc.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,14 @@ properties:
2424
const: 0
2525

2626
compatible:
27-
enum:
28-
- microchip,sam9x60-i2smcc
29-
- microchip,sama7g5-i2smcc
27+
oneOf:
28+
- enum:
29+
- microchip,sam9x60-i2smcc
30+
- microchip,sama7g5-i2smcc
31+
- items:
32+
- enum:
33+
- microchip,sam9x7-i2smcc
34+
- const: microchip,sam9x60-i2smcc
3035

3136
reg:
3237
maxItems: 1

0 commit comments

Comments
 (0)