Re: [PATCH] clk: tegra210: Add SLCG override gate clocks
From: Thierry Reding <hidden>
Date: 2016-03-14 16:05:51
Also in:
linux-clk
Attachments
- signature.asc [application/pgp-signature] 819 bytes
From: Thierry Reding <hidden>
Date: 2016-03-14 16:05:51
Also in:
linux-clk
On Thu, Mar 10, 2016 at 02:38:05PM -0500, Rhyland Klein wrote:
From: Bill Huang <redacted> Add some SLCG (Second Level Clock Gating) override clocks to control gating and un-gating their logics. Signed-off-by: Bill Huang <redacted> Signed-off-by: Rhyland Klein <redacted> --- drivers/clk/tegra/clk-id.h | 16 ++++++ drivers/clk/tegra/clk-tegra210.c | 91 ++++++++++++++++++++++++++++++++ include/dt-bindings/clock/tegra210-car.h | 32 +++++------ 3 files changed, 123 insertions(+), 16 deletions(-)
There's no rationale given here about why we need this. What will these second level clock gates be used for? Why do we need these (seemingly) duplicate clock entries. Thierry