Re: [PATCH v2 21/28] dt-bindings: net: Add the Lantiq PEF2256 E1/T1/J1 framer

From: Andrew Lunn
Date: Tue Aug 01 2023 - 06:05:33 EST


> + clocks:
> + items:
> + - description: Master clock
> + - description: Receive System Clock
> + - description: Transmit System Clock
> +
> + clock-names:
> + items:
> + - const: mclk
> + - const: sclkr
> + - const: sclkx

Nit pick, but "Receive System Clock", but "sclkr'. Maybe "System Clock
Receive" so you have the same word order?

Andrew