[PATCH] ASoC: dt-bindings: atmel,at91-ssc: add microchip,sam9x7-ssc

Varshini Rajendran varshini.rajendran at microchip.com
Mon Jun 9 23:50:05 PDT 2025


Add microchip,sam9x7-ssc to DT bindings documentation.

Signed-off-by: Varshini Rajendran <varshini.rajendran at microchip.com>
---

This patch is a rework (adapting to the newly converted yaml file) of the
leftout patch sent [1] as a part of the series adding support for sam9x7 SoC
and sam9x75 curiosity board.

[1] https://lore.kernel.org/lkml/20241010120345.92844-1-varshini.rajendran@microchip.com/

---
 .../devicetree/bindings/sound/atmel,at91-ssc.yaml     | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/sound/atmel,at91-ssc.yaml b/Documentation/devicetree/bindings/sound/atmel,at91-ssc.yaml
index a05e61431824..ce99c2d8c35d 100644
--- a/Documentation/devicetree/bindings/sound/atmel,at91-ssc.yaml
+++ b/Documentation/devicetree/bindings/sound/atmel,at91-ssc.yaml
@@ -16,9 +16,14 @@ description:
 
 properties:
   compatible:
-    enum:
-      - atmel,at91rm9200-ssc
-      - atmel,at91sam9g45-ssc
+    oneOf:
+      - enum:
+          - atmel,at91rm9200-ssc
+          - atmel,at91sam9g45-ssc
+      - items:
+          - enum:
+              - microchip,sam9x7-ssc
+          - const: atmel,at91sam9g45-ssc
 
   reg:
     maxItems: 1
-- 
2.45.2




More information about the linux-arm-kernel mailing list