commit | 69535b33bc1fce43dcc10b646cf44db81cffa131 | [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 | 51f60a89b75e5b71c747e15b8247abae798244ec [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>