diff options
author | Sugar Zhang <sugar.zhang@rock-chips.com> | 2021-08-26 06:02:35 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-08-26 14:59:34 +0200 |
commit | 296713a3609deaf4ad2c460ffe196c09084792e0 (patch) | |
tree | f5d63e90dc34f4b2b65bf5f3b33acd62069bee2d | |
parent | ASoC: rockchip: i2s: Fix regmap_ops hang (diff) | |
download | linux-296713a3609deaf4ad2c460ffe196c09084792e0.tar.xz linux-296713a3609deaf4ad2c460ffe196c09084792e0.zip |
ASoC: dt-bindings: rockchip: Document reset property for i2s
This patch documents reset property for i2s.
Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/1629950562-14281-2-git-send-email-sugar.zhang@rock-chips.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/sound/rockchip-i2s.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/rockchip-i2s.yaml b/Documentation/devicetree/bindings/sound/rockchip-i2s.yaml index 245895b58a2f..9f9cc480209b 100644 --- a/Documentation/devicetree/bindings/sound/rockchip-i2s.yaml +++ b/Documentation/devicetree/bindings/sound/rockchip-i2s.yaml @@ -61,6 +61,14 @@ properties: power-domains: maxItems: 1 + reset-names: + items: + - const: reset-m + - const: reset-h + + resets: + maxItems: 2 + rockchip,capture-channels: $ref: /schemas/types.yaml#/definitions/uint32 default: 2 |