On Fri, Nov 01, 2024 at 07:46:20PM +0800, Shawn Guo wrote: > Copy Sebastian for comment if any. > > Shawn Sascha Hauer: Do you have comments for this? Frank > > On Wed, Oct 23, 2024 at 06:02:52PM -0400, Frank Li wrote: > > Remove undocment property 'extcon' for usb-pd@3f to fix below CHECK_DTBS > > warnings: > > arch/arm64/boot/dts/freescale/imx8mq-librem5-r2.dtb: usb-pd@3f: 'extcon' does not match any of the regexes: 'pinctrl-[0-9]+' > > from schema $id: http://devicetree.org/schemas/usb/ti,tps6598x.yaml# > > > > Signed-off-by: Frank Li <Frank.Li@xxxxxxx> > > --- > > arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi > > index 1b39514d5c12a..61bdb43dec31d 100644 > > --- a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi > > +++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi > > @@ -794,7 +794,6 @@ typec_pd: usb-pd@3f { > > interrupt-parent = <&gpio1>; > > interrupts = <10 IRQ_TYPE_LEVEL_LOW>; > > interrupt-names = "irq"; > > - extcon = <&usb3_phy0>; > > wakeup-source; > > > > connector { > > -- > > 2.34.1 > > >