diff options
author | Johan Jonker <jbx6244@gmail.com> | 2020-03-24 10:41:49 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-04-14 16:45:30 +0200 |
commit | 2a79c31a498e002eeb7c7d759241c3cca95b28d9 (patch) | |
tree | b27fb0a829e3723e9f311fe2b0d81ca6c0e2819f /Documentation | |
parent | ASoC: madera: Remove a couple of stray blank lines (diff) | |
download | linux-2a79c31a498e002eeb7c7d759241c3cca95b28d9.tar.xz linux-2a79c31a498e002eeb7c7d759241c3cca95b28d9.zip |
ASoC: rockchip-i2s: add power-domains property
In the old txt situation we add/describe only properties that are used
by the driver/hardware itself. With yaml it also filters things in a
node that are used by other drivers like 'power-domains' for rk3399,
so add it to 'rockchip-i2s.yaml'.
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20200324094149.6904-3-jbx6244@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/rockchip-i2s.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/rockchip-i2s.yaml b/Documentation/devicetree/bindings/sound/rockchip-i2s.yaml index 7cd0e278ed85..a3ba2186d6a1 100644 --- a/Documentation/devicetree/bindings/sound/rockchip-i2s.yaml +++ b/Documentation/devicetree/bindings/sound/rockchip-i2s.yaml @@ -56,6 +56,9 @@ properties: - const: tx - const: rx + power-domains: + maxItems: 1 + rockchip,capture-channels: allOf: - $ref: /schemas/types.yaml#/definitions/uint32 |