diff options
author | Alan Kwong <akwong@codeaurora.org> | 2016-09-17 20:08:37 -0400 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-09-30 10:21:32 -0700 |
commit | d18d83c45d51094bd397fd3ac24287a231703162 (patch) | |
tree | 9f736d3cec1da09fe098b39edc29a56832c159cb /include/linux/mdss_io_util.h | |
parent | 861e42e106de8ef4bad4d219e553f6d24a2cdbd3 (diff) |
drm/msm/sde: add max clock property for sde
Add max clock property for sde. This property defines
the maximum allowable clock in Hz.
Change-Id: I4e8f40593345abb970c08b837c76d79f1f8a0581
Signed-off-by: Alan Kwong <akwong@codeaurora.org>
Diffstat (limited to 'include/linux/mdss_io_util.h')
-rw-r--r-- | include/linux/mdss_io_util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mdss_io_util.h b/include/linux/mdss_io_util.h index 6ad21e887877..5b2587b28737 100644 --- a/include/linux/mdss_io_util.h +++ b/include/linux/mdss_io_util.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012, The Linux Foundation. All rights reserved. +/* Copyright (c) 2012, 2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -77,6 +77,7 @@ struct dss_clk { char clk_name[32]; enum dss_clk_type type; unsigned long rate; + unsigned long max_rate; }; struct dss_module_power { |