clk: fix conflicting bit for measure clock flag
Update CLK_IS_MEASURE bit to 15 so as to not conflict with CLK_ENABLE_HAND_OFF flag. Change-Id: I27414503e89561f085d0dc8ef342df734702e3ba Signed-off-by: David Dai <daidavid1@codeaurora.org>
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
* hand-off enable_count & prepare_count
|
||||
* to first consumer that enables clk
|
||||
*/
|
||||
#define CLK_IS_MEASURE BIT(14) /* measure clock */
|
||||
#define CLK_IS_MEASURE BIT(15) /* measure clock */
|
||||
|
||||
struct clk;
|
||||
struct clk_hw;
|
||||
|
||||
Reference in New Issue
Block a user