Hi Fabio, > > On Mon, Dec 18, 2023 at 5:49 AM Xu Yang <xu.yang_2@xxxxxxx> wrote: > > > + > > + ptn5150_1: typec@1d { > > + compatible = "nxp,ptn5150"; > > + reg = <0x1d>; > > + int-gpios = <&gpiof 3 IRQ_TYPE_EDGE_FALLING>; > > + pinctrl-names = "default"; > > + pinctrl-0 = <&pinctrl_typec1>; > > + status = "disabled"; > > Why disabled? As we talked before, I just present these nodes here since the i.MX8ULP board does have these chips. And I think the above information is enough to let people know and use it if they really want. In most of the cases, it's not needed. > > No connector and no port properties. Please run dt-schema check > against linux-next. The ptn5150 driver doesn't have any relation with typec subsystem. As Jun said, it uses extcon. Also I have run dt-schema check, no warnings. Thanks, Xu Yang > > > + }; > > + > > + ptn5150_2: typec@3d { > > + compatible = "nxp,ptn5150"; > > + reg = <0x3d>; > > + int-gpios = <&gpiof 5 IRQ_TYPE_EDGE_FALLING>; > > + pinctrl-names = "default"; > > + pinctrl-0 = <&pinctrl_typec2>; > > + status = "disabled"; > > Same here.