Commit 0548761f authored by Alexander Stein's avatar Alexander Stein Committed by Shawn Guo

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: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent adf8745d
...@@ -602,7 +602,6 @@ &usb3_0 { ...@@ -602,7 +602,6 @@ &usb3_0 {
&usb3_1 { &usb3_1 {
fsl,disable-port-power-control; fsl,disable-port-power-control;
fsl,permanently-attached; fsl,permanently-attached;
dr_mode = "host";
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment