On 19/06/2023 09:58, Neil Armstrong wrote: > Add nodes to support Type-C USB/DP functionality. > > Signed-off-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx> > --- ... > +&i2c_hub_2 { > + status = "okay"; > + > + typec-mux@42 { > + compatible = "fcs,fsa4480"; > + reg = <0x42>; > + > + vcc-supply = <&vreg_bob1>; > + > + mode-switch; > + orientation-switch; > + > + ports { > + #address-cells = <1>; > + #size-cells = <0>; The node fsa4480 not take ports, but port according to bindings. > + > + port@0 { > + reg = <0>; > + > + fsa4480_sbu_mux: endpoint { > + remote-endpoint = <&pmic_glink_sbu>; > + }; > + }; Best regards, Krzysztof