2 Aug
2022
2 Aug
'22
11:31 a.m.
On 02/08/2022 11:21, Shengjiu Wang wrote:
- lsb-first:
- $ref: /schemas/types.yaml#/definitions/flag
- description: |
Configures whether the LSB or the MSB is transmittedfirst for the fifo data. If this property is absent,the MSB is transmitted first as default, or the LSBis transmitted first.- type: boolean
The type: boolean goes instead of $ref, not additionally to it. Just like below...
Does this mean that I should remove the $ref for all the boolean flags? like fsl,sai-synchronous-rx...
Yes.
Best regards, Krzysztof