ASoC: dt-bindings: renesas, fsi: use patternProperties for FSI-A/B
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>
This commit is contained in:
parent
5b235b5522
commit
d235b28236
|
@ -43,30 +43,19 @@ properties:
|
||||||
'#sound-dai-cells':
|
'#sound-dai-cells':
|
||||||
const: 1
|
const: 1
|
||||||
|
|
||||||
fsia,spdif-connection:
|
patternProperties:
|
||||||
|
"^fsi(a|b),spdif-connection$":
|
||||||
$ref: /schemas/types.yaml#/definitions/flag
|
$ref: /schemas/types.yaml#/definitions/flag
|
||||||
description: FSI is connected by S/PDIF
|
description: FSI is connected by S/PDIF
|
||||||
|
|
||||||
fsia,stream-mode-support:
|
"^fsi(a|b),stream-mode-support$":
|
||||||
$ref: /schemas/types.yaml#/definitions/flag
|
$ref: /schemas/types.yaml#/definitions/flag
|
||||||
description: FSI supports 16bit stream mode
|
description: FSI supports 16bit stream mode
|
||||||
|
|
||||||
fsia,use-internal-clock:
|
"^fsi(a|b),use-internal-clock$":
|
||||||
$ref: /schemas/types.yaml#/definitions/flag
|
$ref: /schemas/types.yaml#/definitions/flag
|
||||||
description: FSI uses internal clock when master mode
|
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:
|
required:
|
||||||
- compatible
|
- compatible
|
||||||
- reg
|
- reg
|
||||||
|
|
Loading…
Reference in New Issue