Hi Rob, On Mon, 21 Aug 2023 15:49:29 -0500 Rob Herring <robh@xxxxxxxxxx> wrote: > On Fri, Aug 18, 2023 at 06:39:16PM +0200, Christophe Leroy wrote: > > From: Herve Codina <herve.codina@xxxxxxxxxxx> > > > > The Lantiq PEF2256 is a framer and line interface component designed to > > fulfill all required interfacing between an analog E1/T1/J1 line and the > > digital PCM system highway/H.100 bus. > > > > Signed-off-by: Herve Codina <herve.codina@xxxxxxxxxxx> > > Signed-off-by: Christophe Leroy <christophe.leroy@xxxxxxxxxx> > > --- > > .../bindings/net/lantiq,pef2256.yaml | 219 ++++++++++++++++++ > > 1 file changed, 219 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/net/lantiq,pef2256.yaml ... > > + '#framer-cells': > > Not a standard binding. Do you need provider specific variable number of > cells? For the PEF2256, I don't need it. It will be removed in the next iteration. > > > + const: 0 > > + ... > > + lantiq,channel-phase: > > + $ref: /schemas/types.yaml#/definitions/uint32 > > + enum: [0, 1, 2, 3, 4, 5, 6, 7] > > + default: 0 > > + description: > > Need '|' to preserve formatting Will be fixed in the next iteration. Best regards, Hervé