ARM: tegra30: clocks: Fix pciex clock registration
authorJay Agarwal <jagarwal@nvidia.com>
Wed, 12 Jun 2013 07:13:43 +0000 (12:43 +0530)
committerMike Turquette <mturquette@linaro.org>
Sun, 16 Jun 2013 18:25:45 +0000 (11:25 -0700)
commitff49fad1d9bf2c49f52817b04cde8e4412434637
treea5ff971c0769b8443f6cc1b86bd146c758d4cd0a
parent346f372f7b72a05bfa9b4e6d1b1e5de289a18d8a
ARM: tegra30: clocks: Fix pciex clock registration

Registering pciex as peripheral clock instead of fixed clock
as tegra_perih_reset_assert(deassert) api of this clock api
gives warning and ultimately does not succeed to assert(deassert)

Signed-off-by: Jay Agarwal <jagarwal@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/tegra/clk-tegra30.c