diff options
| author | Zhiqiang Tu <ztu@codeaurora.org> | 2018-04-10 10:20:54 +0800 |
|---|---|---|
| committer | Zhiqiang Tu <ztu@codeaurora.org> | 2018-04-25 15:35:31 +0800 |
| commit | b7be0eecec07d767e2b0539c41a9f642f6de6e59 (patch) | |
| tree | 99a68a803e4e53301dfd79ec6afcb15f218b3010 /include/linux | |
| parent | 502257f3e6a9fbc83bdf42d98aef495c8dcecf11 (diff) | |
clk: msm: Add rpm controlled clock support for virtual clock
Add rpm controlled clocks for msm8996 frontend virtual clock
which need the remote flag.
Change-Id: I146ac01522aa13033c959f390667d8098ee333b7
Signed-off-by: Zhiqiang Tu <ztu@codeaurora.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/clk/msm-clock-generic.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/clk/msm-clock-generic.h b/include/linux/clk/msm-clock-generic.h index fe019d366d0b..cb2d8787b84f 100644 --- a/include/linux/clk/msm-clock-generic.h +++ b/include/linux/clk/msm-clock-generic.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017, The Linux Foundation. All rights reserved. + * Copyright (c) 2013-2018, 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 @@ -311,6 +311,7 @@ extern struct clk_ops clk_ops_mux_div_clk; struct virtclk_front { int id; struct clk c; + u32 flag; }; extern struct clk_ops virtclk_front_ops; |
