On 10.12.2023 00:21, Dmitry Baryshkov wrote: > Enable the USB-C related functionality for the USB-C port on this board. > This includes OTG, PowerDelivery and DP AltMode. Also enable the > DisplayPort itself. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- [...] > +&pm8150b_typec { > + status = "okay"; > + > + vdd-pdphy-supply = <&vreg_l2a_3p1>; > + > + connector { > + compatible = "usb-c-connector"; > + > + power-role = "source"; > + data-role = "dual"; > + self-powered; > + > + source-pdos = <PDO_FIXED(5000, 3000, > + PDO_FIXED_DUAL_ROLE | > + PDO_FIXED_USB_COMM | > + PDO_FIXED_DATA_SWAP)>; > + > + altmodes { > + displayport { > + svid = <0xff01>; /bits/ 16? Konrad