diff options
| author | Devesh Jhunjhunwala <deveshj@codeaurora.org> | 2015-12-17 16:57:48 -0800 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 21:15:36 -0700 |
| commit | 467b64b1c5b6fa727a156feda7cabf60e5048c09 (patch) | |
| tree | f8a20e723ccf8d4ce0d12076152255bf66c0e376 /include/linux | |
| parent | 243a901e219b92fe082785ad4a41874da6b957e6 (diff) | |
clk: msm: Add support to control MEM_PERPIH_OFF bit of branch clock
Update cbcr_set_flags method to add support for controlling the
MEM_PERPIH_OFF bit for branch clocks.
Change-Id: I87451b02cb9000dc850fdfaa52a5a9f9fd2893a1
Signed-off-by: Devesh Jhunjhunwala <deveshj@codeaurora.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/clk/msm-clk.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/clk/msm-clk.h b/include/linux/clk/msm-clk.h index 1f613dfe33c1..22587e8852e2 100644 --- a/include/linux/clk/msm-clk.h +++ b/include/linux/clk/msm-clk.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2012-2014 The Linux Foundation. All rights reserved. +/* Copyright (c) 2009, 2012-2015 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 @@ -30,6 +30,8 @@ #define CLKFLAG_NO_RATE_CACHE 0x00004000 #define CLKFLAG_MEASURE 0x00008000 #define CLKFLAG_EPROBE_DEFER 0x00010000 +#define CLKFLAG_PERIPH_OFF_SET 0x00020000 +#define CLKFLAG_PERIPH_OFF_CLEAR 0x00040000 struct clk_lookup; struct clk; |
