4 May
2023
4 May
'23
9:16 a.m.
Some SoC may have resets for I2S subsystem. So add optional resets support.
Signed-off-by: Maxim Kochetkov fido_max@inbox.ru --- .../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