diff options
author | Nicolas Frattaroli <[email protected]> | 2022-10-25 14:41:29 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-11-25 19:31:04 +0000 |
commit | 1024a5b29e90a18530588b3f161e81cf3fae7dcf (patch) | |
tree | ff586244ccb7be6b16d72348dc9a2d8586c79c44 | |
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 <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-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 |