diff options
author | Nicolas Frattaroli <frattaroli.nicolas@gmail.com> | 2022-10-25 14:41:29 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-11-25 19:31:04 +0000 |
commit | 1024a5b29e90a18530588b3f161e81cf3fae7dcf (patch) | |
tree | ff586244ccb7be6b16d72348dc9a2d8586c79c44 /Documentation | |
parent | af406c90977241bbaa436b121d3e79b1b2ffeeb2 (diff) |
ASoC: dt-bindings: rockchip: i2s-tdm: Make grf property optional
Turns out most things don't require the GRF, so making the property
optional is the obvious move.
Signed-off-by: Nicolas Frattaroli <frattaroli.nicolas@gmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221025124132.399729-2-frattaroli.nicolas@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/rockchip,i2s-tdm.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/rockchip,i2s-tdm.yaml b/Documentation/devicetree/bindings/sound/rockchip,i2s-tdm.yaml index 6a7c004bef17..8646cdc692d7 100644 --- a/Documentation/devicetree/bindings/sound/rockchip,i2s-tdm.yaml +++ b/Documentation/devicetree/bindings/sound/rockchip,i2s-tdm.yaml @@ -135,7 +135,6 @@ required: - clock-names - resets - reset-names - - rockchip,grf - "#sound-dai-cells" additionalProperties: false |