summaryrefslogtreecommitdiff
path: root/drm/nouveau/nouveau_platform.h
diff options
context:
space:
mode:
authorVince Hsu <vinceh@nvidia.com>2015-04-20 17:59:53 +0800
committerAlexandre Courbot <acourbot@nvidia.com>2015-08-06 13:26:23 +0900
commitc26cce979be2a99b4cf05a242328c93b641e8380 (patch)
treefd40630f6b498a16e6b02c9ad2ed1d93810edf32 /drm/nouveau/nouveau_platform.h
parent4cff9d533fae3e7a63e90e2350c26a67eec030a7 (diff)
downloadnouveau-c26cce979be2a99b4cf05a242328c93b641e8380.tar.gz
drm/nouveau/platform: add one more reference clock
GM20B and GK20A have different reference clocks. Add one more handle for GM20B so taht the clock subdev can choose which one to use. Signed-off-by: Vince Hsu <vinceh@nvidia.com>
Diffstat (limited to 'drm/nouveau/nouveau_platform.h')
-rw-r--r--drm/nouveau/nouveau_platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drm/nouveau/nouveau_platform.h b/drm/nouveau/nouveau_platform.h
index 392874cf4..51e04c55e 100644
--- a/drm/nouveau/nouveau_platform.h
+++ b/drm/nouveau/nouveau_platform.h
@@ -35,6 +35,7 @@ struct platform_driver;
struct nouveau_platform_gpu {
struct reset_control *rst;
struct clk *clk;
+ struct clk *clk_ref;
struct clk *clk_pwr;
struct regulator *vdd;