--- Begin Message ---
- To: alsa-devel@xxxxxxxxxxxxxxxx
- Subject: [PATCH v2 2/2] ASoC: dt-bindings: designware-i2s: add optional resets
- From: Maxim Kochetkov <fido_max@xxxxxxxx>
- Date: Thu, 4 May 2023 10:16:18 +0300
- Cc: lgirdwood@xxxxxxxxx, broonie@xxxxxxxxxx, tiwai@xxxxxxxx, p.zabel@xxxxxxxxxxxxxx, ckeepax@xxxxxxxxxxxxxxxxxxxxx, u.kleine-koenig@xxxxxxxxxxxxxx, nicolas.ferre@xxxxxxxxxxxxx, Maxim Kochetkov <fido_max@xxxxxxxx>
- In-reply-to: <20230504071618.52012-1-fido_max@inbox.ru>
- References: <20230504071618.52012-1-fido_max@inbox.ru>
Some SoC may have resets for I2S subsystem. So add optional resets support.
Signed-off-by: Maxim Kochetkov <fido_max@xxxxxxxx>
---
.../devicetree/bindings/sound/snps,designware-i2s.yaml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/sound/snps,designware-i2s.yaml b/Documentation/devicetree/bindings/sound/snps,designware-i2s.yaml
index 56e623d4e168..a970fd264b21 100644
--- a/Documentation/devicetree/bindings/sound/snps,designware-i2s.yaml
+++ b/Documentation/devicetree/bindings/sound/snps,designware-i2s.yaml
@@ -36,7 +36,8 @@ properties:
const: i2sclk
resets:
- maxItems: 1
+ items:
+ - description: Optional controller resets
dmas:
items:
--
2.39.2
--- End Message ---