diff options
author | Tim Harvey <tharvey@gateworks.com> | 2021-03-01 14:33:31 -0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2021-04-08 20:29:53 +0200 |
commit | 13acc63e840a0349009d0f8382e04ae39e50c3d5 (patch) | |
tree | 7ecc8a866802904f00ebc6149575c99baefbfa71 /arch/arm/dts/imx6qdl-gw5904.dtsi | |
parent | acb9a13b50db24a6ef17f4c2bd600a0f5d9fec1f (diff) | |
download | u-boot-13acc63e840a0349009d0f8382e04ae39e50c3d5.tar.gz |
arm: dts: imx6qdl-gw*: add dr_mode prop to dt to avoid error
The fsl-usb dt bindings in Linux default dr_mode to 'host' for
backward compatibility however U-Boot prints an error if
this property does not exist. Declare it in the Gateworks
Ventana device-trees to avoid the error.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'arch/arm/dts/imx6qdl-gw5904.dtsi')
-rw-r--r-- | arch/arm/dts/imx6qdl-gw5904.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6qdl-gw5904.dtsi b/arch/arm/dts/imx6qdl-gw5904.dtsi index 3cd2e717c1..52b255b726 100644 --- a/arch/arm/dts/imx6qdl-gw5904.dtsi +++ b/arch/arm/dts/imx6qdl-gw5904.dtsi @@ -583,6 +583,7 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_usbotg>; disable-over-current; + dr_mode = "otg"; status = "okay"; }; |