* [PATCH] clk: tegra124: remove gr2d and gr3d clocks
@ 2014-02-20 13:54 Peter De Schrijver
2014-02-20 16:59 ` Stephen Warren
0 siblings, 1 reply; 2+ messages in thread
From: Peter De Schrijver @ 2014-02-20 13:54 UTC (permalink / raw)
To: Peter De Schrijver
Cc: Prashant Gaikwad, Mike Turquette, Stephen Warren, Thierry Reding,
linux-arm-kernel, linux-tegra, linux-kernel
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>
---
drivers/clk/tegra/clk-tegra124.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/clk/tegra/clk-tegra124.c b/drivers/clk/tegra/clk-tegra124.c
index b4cf650..166e02f 100644
--- a/drivers/clk/tegra/clk-tegra124.c
+++ b/drivers/clk/tegra/clk-tegra124.c
@@ -769,10 +769,8 @@ static struct tegra_clk tegra124_clks[tegra_clk_max] __initdata = {
[tegra_clk_sdmmc4_8] = { .dt_id = TEGRA124_CLK_SDMMC4, .present = true },
[tegra_clk_pwm] = { .dt_id = TEGRA124_CLK_PWM, .present = true },
[tegra_clk_i2s2] = { .dt_id = TEGRA124_CLK_I2S2, .present = true },
- [tegra_clk_gr2d] = { .dt_id = TEGRA124_CLK_GR_2D, .present = true },
[tegra_clk_usbd] = { .dt_id = TEGRA124_CLK_USBD, .present = true },
[tegra_clk_isp_8] = { .dt_id = TEGRA124_CLK_ISP, .present = true },
- [tegra_clk_gr3d] = { .dt_id = TEGRA124_CLK_GR_3D, .present = true },
[tegra_clk_disp2] = { .dt_id = TEGRA124_CLK_DISP2, .present = true },
[tegra_clk_disp1] = { .dt_id = TEGRA124_CLK_DISP1, .present = true },
[tegra_clk_host1x_8] = { .dt_id = TEGRA124_CLK_HOST1X, .present = true },
--
1.7.7.rc0.72.g4b5ea.dirty
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] clk: tegra124: remove gr2d and gr3d clocks
2014-02-20 13:54 [PATCH] clk: tegra124: remove gr2d and gr3d clocks Peter De Schrijver
@ 2014-02-20 16:59 ` Stephen Warren
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Warren @ 2014-02-20 16:59 UTC (permalink / raw)
To: Peter De Schrijver
Cc: Prashant Gaikwad, Mike Turquette, Thierry Reding,
linux-arm-kernel, linux-tegra, linux-kernel
On 02/20/2014 06:54 AM, Peter De Schrijver wrote:
> Tegra124 does not have gr2d and gr3d clocks. They have been replaced by the
> vic03 and gpu clocks respectively.
I think you need to remove the DT #defines from
include/dt-bindings/clock/tegra124-car.h too.
With that change made,
Acked-by: Stephen Warren <swarren@nvidia.com>
(I assume this will be sent as a fix for 3.14)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-02-20 16:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-20 13:54 [PATCH] clk: tegra124: remove gr2d and gr3d clocks Peter De Schrijver
2014-02-20 16:59 ` Stephen Warren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox