Re: [PATCH 1/1] arm64: dts: imx8mq-librem5: remove undocument property 'extcon' for usb-pd@3f
From: Shawn Guo
Date: Fri Nov 01 2024 - 07:47:11 EST
Copy Sebastian for comment if any.
Shawn
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
>