diff options
author | Stephen Warren <swarren@nvidia.com> | 2013-11-07 18:58:21 +0100 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-12-12 00:45:13 +0100 |
commit | a85f06badc3cff4069f2f5112cea63cd39d99920 (patch) | |
tree | 1f8550812bcf67687068b9e7e39459658ee02a0c /include/dt-bindings/clock/tegra30-car.h | |
parent | clk: tegra: remove legacy reset APIs (diff) | |
download | linux-a85f06badc3cff4069f2f5112cea63cd39d99920.tar.xz linux-a85f06badc3cff4069f2f5112cea63cd39d99920.zip |
clk: tegra: remove bogus PCIE_XCLK
The "pcie_xclk" clock is not actually a clock at all, but rather a reset
domain. Now that the custom Tegra module reset API has been removed, we
can remove the definition of any "clocks" that existed solely to support
it.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Acked-By: Peter De Schrijver <pdeschrijver@nvidia.com>
Diffstat (limited to 'include/dt-bindings/clock/tegra30-car.h')
-rw-r--r-- | include/dt-bindings/clock/tegra30-car.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/tegra30-car.h b/include/dt-bindings/clock/tegra30-car.h index 22445820a929..889e49ba0aa3 100644 --- a/include/dt-bindings/clock/tegra30-car.h +++ b/include/dt-bindings/clock/tegra30-car.h @@ -92,7 +92,7 @@ #define TEGRA30_CLK_OWR 71 #define TEGRA30_CLK_AFI 72 #define TEGRA30_CLK_CSITE 73 -#define TEGRA30_CLK_PCIEX 74 +/* 74 */ #define TEGRA30_CLK_AVPUCQ 75 #define TEGRA30_CLK_LA 76 /* 77 */ |