diff options
author | Peter De Schrijver <pdeschrijver@nvidia.com> | 2014-02-20 10:49:34 +0200 |
---|---|---|
committer | Peter De Schrijver <pdeschrijver@nvidia.com> | 2014-02-20 19:10:58 +0200 |
commit | c7fbd4158433c1c910c62850247728cb05a94e42 (patch) | |
tree | 77ede83867f521f8f80c5127cb58e4c80eb7e2cc /include | |
parent | a9952a76bc0c24b3c9d355c053e001b8a3b65dd3 (diff) | |
download | linux-stable-c7fbd4158433c1c910c62850247728cb05a94e42.tar.gz linux-stable-c7fbd4158433c1c910c62850247728cb05a94e42.tar.bz2 linux-stable-c7fbd4158433c1c910c62850247728cb05a94e42.zip |
clk: tegra124: remove gr2d and gr3d clocks
Tegra124 does not have gr2d and gr3d clocks. They have been replaced by the
vic03 and gpu clocks respectively.
Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/dt-bindings/clock/tegra124-car.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dt-bindings/clock/tegra124-car.h b/include/dt-bindings/clock/tegra124-car.h index a1116a3b54ef..8c1603b10665 100644 --- a/include/dt-bindings/clock/tegra124-car.h +++ b/include/dt-bindings/clock/tegra124-car.h @@ -36,10 +36,10 @@ #define TEGRA124_CLK_PWM 17 #define TEGRA124_CLK_I2S2 18 /* 20 (register bit affects vi and vi_sensor) */ -#define TEGRA124_CLK_GR_2D 21 +/* 21 */ #define TEGRA124_CLK_USBD 22 #define TEGRA124_CLK_ISP 23 -#define TEGRA124_CLK_GR_3D 24 +/* 26 */ /* 25 */ #define TEGRA124_CLK_DISP2 26 #define TEGRA124_CLK_DISP1 27 |