diff options
author | Alexander Stein <alexander.stein@ew.tq-group.com> | 2023-11-17 10:59:57 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-12-06 04:53:54 +0300 |
commit | 0548761f8ed8613d8ab6266391c9285503b62a75 (patch) | |
tree | 3aa2919b51ed7680e96c317c06f40cc5616717aa /arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts | |
parent | adf8745db47488bff78b1b9b33efc9b9e24d9256 (diff) | |
download | linux-0548761f8ed8613d8ab6266391c9285503b62a75.tar.xz |
arm64: dts: tqma8mpql: Remove invalid/unused property
'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>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts b/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts index 4240e20d38ac..4b161564a284 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts +++ b/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts @@ -602,7 +602,6 @@ &usb3_1 { fsl,disable-port-power-control; fsl,permanently-attached; - dr_mode = "host"; status = "okay"; }; |