clk: tegra: remove USB from clk init table
authorLucas Stach <dev@lynxeye.de>
Mon, 6 May 2013 21:11:10 +0000 (15:11 -0600)
committerOlof Johansson <olof@lixom.net>
Tue, 21 May 2013 06:24:34 +0000 (23:24 -0700)
commit7e94984495dbce182260fa3dd15687439236b0a1
treed0eb114a26f7867933406d295b88edac384d0d60
parentc7788792a5e7b0d5d7f96d0766b4cb6112d47d75
clk: tegra: remove USB from clk init table

The USB clocks are just clock gates, so no need to set a specific clock.
In fact trying to set a specific clock is just a NOP if the requested
clockrate is the same as those of the parent (clk_m) or will trigger a
WARN_ON() if rates don't match up.

As we are not setting a specific rate, nor activating the clocks at
init, there is no point in keeping the the usb entries in the clock init
table.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Acked-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Reviewed-by: Prashant Gaikwad <pgaikwad@nvidia.com>
Acked-by: Mike Turquette <mturquette@linaro.org>
Tested-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
drivers/clk/tegra/clk-tegra20.c