diff options
author | Varshini Rajendran <varshini.rajendran@microchip.com> | 2024-02-23 22:56:08 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-02-23 18:28:01 +0000 |
commit | 89f3180d5915d4ea40e044ee102cd5c1ec81e7ef (patch) | |
tree | afd43a10f484024e06a4bab343547961a065463a /Documentation | |
parent | b1724c00f0d9224c50a4fab6a85be8e2155a9a1b (diff) | |
download | lwn-89f3180d5915d4ea40e044ee102cd5c1ec81e7ef.tar.gz lwn-89f3180d5915d4ea40e044ee102cd5c1ec81e7ef.zip |
ASoC: dt-bindings: atmel-classd: add sam9x7 compatible
Add sam9x7 compatible to DT bindings documentation.
Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com>
Link: https://lore.kernel.org/r/20240223172608.672190-1-varshini.rajendran@microchip.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/atmel,sama5d2-classd.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/atmel,sama5d2-classd.yaml b/Documentation/devicetree/bindings/sound/atmel,sama5d2-classd.yaml index 43d04702ac2d..ae3162fcfe02 100644 --- a/Documentation/devicetree/bindings/sound/atmel,sama5d2-classd.yaml +++ b/Documentation/devicetree/bindings/sound/atmel,sama5d2-classd.yaml @@ -18,7 +18,12 @@ description: properties: compatible: - const: atmel,sama5d2-classd + oneOf: + - items: + - const: atmel,sama5d2-classd + - items: + - const: microchip,sam9x7-classd + - const: atmel,sama5d2-classd reg: maxItems: 1 |