Hi Krzysztof, On Mon, 2025-01-06 at 14:33 +0100, Krzysztof Kozlowski wrote: > On 03/12/2024 13:40, André Draszik wrote: > > > > &pinctrl_gpio_alive { > > @@ -142,9 +228,16 @@ &usbdrd31_dwc3 { > > role-switch-default-mode = "peripheral"; > > maximum-speed = "super-speed-plus"; > > status = "okay"; > > + > > + port { > > + usbdrd31_dwc3_role_switch: endpoint { > > + remote-endpoint = <&usbc0_role_sw>; > > + }; > > + }; > > }; > > > > &usbdrd31_phy { > > + orientation-switch; > This shows now warnings on linux-next. > > Is this because of unapplied > https://lore.kernel.org/all/20241206-gs101-phy-lanes-orientation-phy-v4-2-f5961268b149@xxxxxxxxxx/ > ? Yes, that's the reason Cheers, Andre'