]> git.baikalelectronics.ru Git - kernel.git/commit
USB: ehci-tegra: add probing through device tree
authorOlof Johansson <olof@lixom.net>
Fri, 4 Nov 2011 09:12:40 +0000 (09:12 +0000)
committerOlof Johansson <olof@lixom.net>
Thu, 8 Dec 2011 04:47:48 +0000 (20:47 -0800)
commitcfda6b690880e39df63171479a66cb51c0c23701
treea8ed23bee2f1c0233566105c77f0d084ecfc59e9
parente7d3b082b1108549fcd78849c069f704b8b08e8b
USB: ehci-tegra: add probing through device tree

Rely on platform_data being passed through auxdata for now; more elaborate
bindings for phy config and tunings to be added.

v2: moved vbus-gpio check to the helper function, added check for !of_node,
    added usb2 clock to board-dt table.

Signed-off-by: Olof Johansson <olof@lixom.net>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
arch/arm/mach-tegra/board-dt.c
drivers/usb/host/ehci-tegra.c