commit | 15287f0f341a0d718f389ab32fa7761150711565 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Wed Apr 03 08:41:56 2019 -0500 |
committer | Marek Vasut <marex@denx.de> | Tue Apr 09 13:11:45 2019 +0200 |
tree | 5f96e7303ebf58f5face8d08e57e65436c818f77 | |
parent | 93431a82700e60011d0d8f683e15562cf6e49bf7 [diff] |
usb: ehci-mx6: Use common code to extract dr_mode There exists code in drivers/common/common.c to read the dr_mode from the device tree. This patch converts this driver to use that function to initialize the driver. Signed-off-by: Adam Ford <aford173@gmail.com>