]> git.karo-electronics.de Git - karo-tx-linux.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, 10 Nov 2011 17:02:44 +0000 (09:02 -0800)
commita623524b340d4169ef6e1e628d2e7ea62f7b1100
tree87772470e5a707084e3930d986cc3fb99be558c9
parentf23754447a43cb616b97e8c5cff34db04053ccd1
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