ARM: tegra: add clocks properties to USB PHY nodes
authorStephen Warren <swarren@nvidia.com>
Wed, 23 Jan 2013 00:12:25 +0000 (17:12 -0700)
committerStephen Warren <swarren@nvidia.com>
Mon, 28 Jan 2013 18:20:05 +0000 (11:20 -0700)
commit540fc9d971a6b38339dfcccb5364640b907ae423
tree7a04028d56c85e4a359d8445716e9f9c83295727
parente374b65c9b15c17685925e45a3f8e97c80a75e5e
ARM: tegra: add clocks properties to USB PHY nodes

The patch to add USB PHY nodes to device tree was written before Tegra
supported the clocks property in device tree. Now that it does, add the
required clocks properties to these nodes.

This will allow all clk_get_sys() calls in tegra_usb_phy.c to be replaced
by clk_get(phy->dev, clock_name), as part of converting the PHY driver to
a platform driver.

Acked-by: Venu Byravarasu <vbyravarasu@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/boot/dts/tegra20.dtsi