30 Jul
2023
30 Jul
'23
9:13 p.m.
On 30/07/2023 21:02, David Heidelberg wrote:
Convert GTM601 binding to the YAML format.
Signed-off-by: David Heidelberg david@ixit.cz
v3:
- incorporated feedback from Krzysztof
...
+properties:
- compatible:
- oneOf:
- items: # 48 kHz stereo
- const: broadmobi,bm818
- const: option,gtm601
- const: option,gtm601 # 8 kHz mono
- '#sound-dai-cells':
- const: 0
+allOf:
- $ref: dai-common.yaml#
+additionalProperties: false
I missed one thing in the previous review, sorry. Something was looking here as missing but my brain did not work. Please add "required:" with compatible.
Best regards, Krzysztof