summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-03-12 21:20:51 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-03-12 21:20:51 -0700
commitc3b8576cf952bcc998661b11997d924deefcb3da (patch)
tree09f8bcccc7a81824e2894705129f45be83383a1a
parent869960020e477074edc9cea4b830c32d8d0cb8f8 (diff)
parent99682cfc7b4413324d84b9761f5070e98e482df3 (diff)
Merge "clk: qcom: Remove the CLK_SET_RATE_PARENT flag for Byte intferface clk"
-rw-r--r--drivers/clk/qcom/mmcc-sdm660.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/clk/qcom/mmcc-sdm660.c b/drivers/clk/qcom/mmcc-sdm660.c
index 542737e4d204..05606f1b23dc 100644
--- a/drivers/clk/qcom/mmcc-sdm660.c
+++ b/drivers/clk/qcom/mmcc-sdm660.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2016-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
@@ -2419,7 +2419,7 @@ static struct clk_regmap_div mmss_mdss_byte0_intf_div_clk = {
},
.num_parents = 1,
.ops = &clk_regmap_div_ops,
- .flags = CLK_SET_RATE_PARENT | CLK_GET_RATE_NOCACHE,
+ .flags = CLK_GET_RATE_NOCACHE,
},
},
};
@@ -2476,7 +2476,7 @@ static struct clk_regmap_div mmss_mdss_byte1_intf_div_clk = {
},
.num_parents = 1,
.ops = &clk_regmap_div_ops,
- .flags = CLK_SET_RATE_PARENT | CLK_GET_RATE_NOCACHE,
+ .flags = CLK_GET_RATE_NOCACHE,
},
},
};