[PATCH 2/8] ASoC: dt-bindings: max98396: Add #sound-dai-cells
Daniel Mack
daniel at zonque.org
Fri Jun 24 12:47:06 CEST 2022
Add this mandatory DT property to the yaml documentation.
Signed-off-by: Daniel Mack <daniel at zonque.org>
---
Documentation/devicetree/bindings/sound/adi,max98396.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Documentation/devicetree/bindings/sound/adi,max98396.yaml b/Documentation/devicetree/bindings/sound/adi,max98396.yaml
index a23ac8036e1c..8887e74b7ea5 100644
--- a/Documentation/devicetree/bindings/sound/adi,max98396.yaml
+++ b/Documentation/devicetree/bindings/sound/adi,max98396.yaml
@@ -72,6 +72,9 @@ properties:
reset-gpios:
maxItems: 1
+ "#sound-dai-cells":
+ const: 0
+
required:
- compatible
- reg
@@ -94,5 +97,6 @@ examples:
adi,vmon-slot-no = <0>;
adi,imon-slot-no = <1>;
reset-gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
+ #sound-dai-cells: <0>;
};
};
--
2.36.1
More information about the Alsa-devel
mailing list