diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2021-03-03 23:01:37 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-05-07 07:05:16 +0200 |
commit | db2c147cf47b12894aa0c6b49efcdd1eb199aed5 (patch) | |
tree | e387e6d974e531f73b3430a046734d4e2b4a28d1 /target/linux/ipq806x/patches-5.10/097-2-ipq806x-lcc-add-missing-reset.patch | |
parent | d079c8fa48995a64ce56c1d01cf008118e999a81 (diff) | |
download | upstream-db2c147cf47b12894aa0c6b49efcdd1eb199aed5.tar.gz upstream-db2c147cf47b12894aa0c6b49efcdd1eb199aed5.tar.bz2 upstream-db2c147cf47b12894aa0c6b49efcdd1eb199aed5.zip |
ipq806x: refresh 5.10 patches
make target/linux/kernel refresh
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux/ipq806x/patches-5.10/097-2-ipq806x-lcc-add-missing-reset.patch')
-rw-r--r-- | target/linux/ipq806x/patches-5.10/097-2-ipq806x-lcc-add-missing-reset.patch | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/target/linux/ipq806x/patches-5.10/097-2-ipq806x-lcc-add-missing-reset.patch b/target/linux/ipq806x/patches-5.10/097-2-ipq806x-lcc-add-missing-reset.patch index 877f751537..cd2cb33356 100644 --- a/target/linux/ipq806x/patches-5.10/097-2-ipq806x-lcc-add-missing-reset.patch +++ b/target/linux/ipq806x/patches-5.10/097-2-ipq806x-lcc-add-missing-reset.patch @@ -11,8 +11,6 @@ Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> include/dt-bindings/clock/qcom,lcc-ipq806x.h | 1 + 2 files changed, 9 insertions(+) -diff --git a/drivers/clk/qcom/lcc-ipq806x.c b/drivers/clk/qcom/lcc-ipq806x.c -index 1a2be4aeb31d..ee48642bb872 100644 --- a/drivers/clk/qcom/lcc-ipq806x.c +++ b/drivers/clk/qcom/lcc-ipq806x.c @@ -12,6 +12,7 @@ @@ -42,7 +40,7 @@ index 1a2be4aeb31d..ee48642bb872 100644 static const struct pll_config pll4_config = { .l = 0xf, .m = 0x91, -@@ -417,6 +423,8 @@ static const struct qcom_cc_desc lcc_ipq806x_desc = { +@@ -417,6 +423,8 @@ static const struct qcom_cc_desc lcc_ipq .config = &lcc_ipq806x_regmap_config, .clks = lcc_ipq806x_clks, .num_clks = ARRAY_SIZE(lcc_ipq806x_clks), @@ -51,8 +49,6 @@ index 1a2be4aeb31d..ee48642bb872 100644 }; static const struct of_device_id lcc_ipq806x_match_table[] = { -diff --git a/include/dt-bindings/clock/qcom,lcc-ipq806x.h b/include/dt-bindings/clock/qcom,lcc-ipq806x.h -index 25b92bbf0ab4..73318b1ce29e 100644 --- a/include/dt-bindings/clock/qcom,lcc-ipq806x.h +++ b/include/dt-bindings/clock/qcom,lcc-ipq806x.h @@ -19,4 +19,5 @@ @@ -61,6 +57,3 @@ index 25b92bbf0ab4..73318b1ce29e 100644 +#define LCC_PCM_RESET 0 #endif --- -2.29.2 - |