Skip to content

Commit

Permalink
ASoC: dt-bindings: renesas, fsi: use patternProperties for FSI-A/B
Browse files Browse the repository at this point in the history
FSI has FSI-A and FSI-B, and has fsia-xxx/fsib-xxx properties.
This patch uses patternProperties, and reduce verbose settings.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/87o8osxlow.wl-kuninori.morimoto.gx@renesas.com
Link: https://lore.kernel.org/r/87pn9v39eo.wl-kuninori.morimoto.gx@renesas.com
Link: https://lore.kernel.org/r/87zh802tif.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Kuninori Morimoto authored and Mark Brown committed Jul 16, 2020
1 parent 5b235b5 commit d235b28
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions Documentation/devicetree/bindings/sound/renesas,fsi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,30 +43,19 @@ properties:
'#sound-dai-cells':
const: 1

fsia,spdif-connection:
patternProperties:
"^fsi(a|b),spdif-connection$":
$ref: /schemas/types.yaml#/definitions/flag
description: FSI is connected by S/PDIF

fsia,stream-mode-support:
"^fsi(a|b),stream-mode-support$":
$ref: /schemas/types.yaml#/definitions/flag
description: FSI supports 16bit stream mode

fsia,use-internal-clock:
"^fsi(a|b),use-internal-clock$":
$ref: /schemas/types.yaml#/definitions/flag
description: FSI uses internal clock when master mode

fsib,spdif-connection:
$ref: /schemas/types.yaml#/definitions/flag
description: same as fsia

fsib,stream-mode-support:
$ref: /schemas/types.yaml#/definitions/flag
description: same as fsia

fsib,use-internal-clock:
$ref: /schemas/types.yaml#/definitions/flag
description: same as fsia

required:
- compatible
- reg
Expand Down

0 comments on commit d235b28

Please sign in to comment.