commit | 3deb9896176a624051af30efd1b7713a3abc8cb1 | [log] [tgz] |
---|---|---|
author | Tim Harvey <tharvey@gateworks.com> | Mon Mar 01 14:33:31 2021 -0800 |
committer | Stefano Babic <sbabic@denx.de> | Thu Apr 08 20:29:53 2021 +0200 |
tree | 7ecc8a866802904f00ebc6149575c99baefbfa71 | |
parent | 295c8f9022ac58dc75d941dbb8d52d9d671ae2c1 [diff] |
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>