On 5.11.2024 12:37 PM, Abel Vesa wrote: > The Thinkpad T14s has 2 USB-A ports, both connected to the USB > multiport controller, each one via a separate NXP PTN3222 eUSB2-to-USB2 > redriver to the eUSB2 PHY for High-Speed support, with a dedicated QMP > PHY for SuperSpeed support. > > Describe each redriver and then enable each pair of PHYs and the > USB controller itself, in order to enable support for the 2 USB-A ports. > > Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxx> > --- > + > +&usb_mp { > + status = "okay"; > +}; > + > +&usb_mp_hsphy0 { > + vdd-supply = <&vreg_l2e_0p8>; > + vdda12-supply = <&vreg_l3e_1p2>; > + > + phys = <&eusb6_repeater>; > + > + status = "okay"; > +}; > + > +&usb_mp_qmpphy0 { > + vdda-phy-supply = <&vreg_l3e_1p2>; > + vdda-pll-supply = <&vreg_l3c_0p8>; > + > + status = "okay"; > +}; Please sort these alphabetically with that: Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx> Konrad