On Fri, Sep 04, 2026 at 12:43:40PM +0200, Jacopo Mondi wrote: > +examples: > + - | > + i2c { > + #address-cells = <1>; > + #size-cells = <0>; > + > + mira016: camera-sensor@36 { Drop the two unused labels here if there's a v3, Acked-by: Conor Dooley pw-bot: not-applicable Thanks, Conor. > + compatible = "ams,mira016"; > + reg = <0x36>; > + clocks = <&cam1_clk>; > + vdd28-supply = <&cam1_reg>; > + vdd11-supply = <&cam_dummy_reg>; > + port { > + mira016_ep: endpoint { > + data-lanes = <1>; > + link-frequencies = /bits/ 64 <750000000>; > + }; > + }; > + }; > + }; > +...