On 08/12/2023 15:33, Julien Massot wrote: > Add DT bindings for Maxim MAX96717F GMSL2 Serializer. > > Signed-off-by: Julien Massot <julien.massot@xxxxxxxxxxxxx> > --- > .../bindings/media/i2c/maxim,max96717f.yaml | 144 ++++++++++++++++++ > 1 file changed, 144 insertions(+) > create mode 100644 Documentation/devicetree/bindings/media/i2c/maxim,max96717f.yaml > ... > + > + reg: > + description: I2C device address drop description > + maxItems: 1 > + ... > + > + i2c-gate { > + #address-cells = <1>; > + #size-cells = <0>; > + vd5661@10 { Node names should be generic. See also an explanation and list of examples (not exhaustive) in DT specification: https://devicetree-specification.readthedocs.io/en/latest/chapter2-devicetree-basics.html#generic-names-recommendation Best regards, Krzysztof