diff options
author | Thierry Reding <thierry.reding@gmail.com> | 2013-10-02 23:12:40 +0200 |
---|---|---|
committer | Peter De Schrijver <pdeschrijver@nvidia.com> | 2013-11-26 18:43:59 +0200 |
commit | f67a8d21e63876a79f9f94b734049e789d594c7b (patch) | |
tree | ed0b0f5d3f4686483e1c315e3b90eb1f08cb28c8 /include | |
parent | 642fb0cf517173948684122403d73513c8c8b033 (diff) | |
download | linux-stable-f67a8d21e63876a79f9f94b734049e789d594c7b.tar.gz linux-stable-f67a8d21e63876a79f9f94b734049e789d594c7b.tar.bz2 linux-stable-f67a8d21e63876a79f9f94b734049e789d594c7b.zip |
clk: tegra114: Rename gr_2d/gr_3d to gr2d/gr3d
These clocks were named gr2d and gr3d on Tegra20 and Tegra30, so use the
same names on Tegra114 for consistency.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/dt-bindings/clock/tegra114-car.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dt-bindings/clock/tegra114-car.h b/include/dt-bindings/clock/tegra114-car.h index 5d4b90a2c023..6d0d8d8ef31e 100644 --- a/include/dt-bindings/clock/tegra114-car.h +++ b/include/dt-bindings/clock/tegra114-car.h @@ -37,10 +37,10 @@ #define TEGRA114_CLK_I2S2 18 #define TEGRA114_CLK_EPP 19 /* 20 (register bit affects vi and vi_sensor) */ -#define TEGRA114_CLK_GR_2D 21 +#define TEGRA114_CLK_GR2D 21 #define TEGRA114_CLK_USBD 22 #define TEGRA114_CLK_ISP 23 -#define TEGRA114_CLK_GR_3D 24 +#define TEGRA114_CLK_GR3D 24 /* 25 */ #define TEGRA114_CLK_DISP2 26 #define TEGRA114_CLK_DISP1 27 |