diff options
author | Sugar Zhang <sugar.zhang@rock-chips.com> | 2021-08-26 07:02:35 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-08-26 15:59:34 +0300 |
commit | 296713a3609deaf4ad2c460ffe196c09084792e0 (patch) | |
tree | f5d63e90dc34f4b2b65bf5f3b33acd62069bee2d /Documentation | |
parent | 53ca9b9777b95cdd689181d7c547e38dc79adad0 (diff) | |
download | linux-296713a3609deaf4ad2c460ffe196c09084792e0.tar.xz |
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>
Diffstat (limited to 'Documentation')
-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 |