On Fri, Oct 18, 2024 at 03:30:48PM +0200, Romain Gantois wrote: > +examples: > + - | > + i2c { > + #address-cells = <1>; > + #size-cells = <0>; > + > + typec-mux@44 { > + compatible = "ti,tusb1046"; > + reg = <0x44>; > + > + mode-switch; > + orientation-switch; > + > + port { > + endpoint { > + remote-endpoint = <&typec_controller>; Use consistent indentation for DTS, preferred is 4 space. With above fixed: Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof