20 Feb
2020
20 Feb
'20
7:46 p.m.
On Thu, Feb 20, 2020 at 01:33:56PM -0600, Rob Herring wrote:
On Wed, Feb 19, 2020 at 8:16 PM Kuninori Morimoto
- clock-frequency:
- description: for audio_clkout0/1/2/3
- $ref: /schemas/types.yaml#/definitions/uint32-array
This already has a common definition and this conflicts with that. 'clock-frequency' is a single uint32 or uint64.
This needs clock array. Like this
clock-frequency = <12288000 11289600>;
Sorry, but the type is already defined in the spec. You'll still get warnings from the common schema and you can't override that here.
Not sure what to suggest. Leave it with a fixme or move to assigned-clocks-rates instead?
Given that this is an existing schema we should really try to keep compatibility :/