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? No connector and no port properties. Please run dt-schema check against linux-next. > + }; > + > + 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.