arm64: dts: tqma8mpql: Remove invalid/unused property
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Fri, 17 Nov 2023 07:59:57 +0000 (08:59 +0100)
committerShawn Guo <shawnguo@kernel.org>
Wed, 6 Dec 2023 01:53:54 +0000 (09:53 +0800)
'dr_mode' is part of the USB DWC3 core, not the glue layer. Remove the
property from glue layer. Fixes the dtbs_check warning:
arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dtb: usb@32f10108:
  'dr_mode' does not match any of the regexes: '^usb@[0-9a-f]+$',
  'pinctrl-[0-9]+'
 from schema $id: http://devicetree.org/schemas/usb/fsl,imx8mp-dwc3.yaml#

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts

index 4240e20d38ac32eb5fa27d169ddadbe625d4f15f..4b161564a284ef1e6a076ff62c76cfc3a090dec0 100644 (file)
 &usb3_1 {
        fsl,disable-port-power-control;
        fsl,permanently-attached;
-       dr_mode = "host";
        status = "okay";
 };