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:
David Dai
2019-03-01 16:37:48 -08:00
parent 60c7014223
commit c4540b8ee3

View File

@@ -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;