Hi Krzysztof On Thu, 12 Oct 2023 at 11:20, Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> wrote: > > On 12/10/2023 12:15, Peter Griffin wrote: > > >>> + - if: > >>> + properties: > >>> + compatible: > >>> + contains: > >>> + const: google,gs101-cmu-top > >>> + > >>> + then: > >>> + properties: > >>> + clocks: > >>> + items: > >>> + - description: External reference clock (24.576 MHz) > >>> + > >>> + clock-names: > >>> + items: > >>> + - const: oscclk > >>> + > >>> + - if: > >>> + properties: > >>> + compatible: > >>> + contains: > >> > >> enum: > >> - google,gs101-cmu-apm > >> - google,gs101-cmu-misc > > > > Ok just to be clear, are you saying I should have it like this? > > > > - if: > > properties: > > compatible: > > contains: > > enum: > > - google,gs101-cmu-misc > > No, my bad, I meant apm + google,gs101-cmu-top > > > - google,gs101-cmu-apm Ah OK, yes that makes more sense. Thanks for the clarification :) Peter.