diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2020-02-28 21:15:48 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2020-02-28 22:46:27 +0100 |
commit | 91a7c9c27d2e0d88e73735f865c83894a8a32555 (patch) | |
tree | f236a031d9aaeef1865f1611f70304efe4235773 /target/linux/ipq40xx/patches-5.4/300-clk-qcom-ipq4019-add-ess-reset.patch | |
parent | e48465bdd863e6a4cf44703d85d595378b61e791 (diff) | |
download | upstream-91a7c9c27d2e0d88e73735f865c83894a8a32555.tar.gz upstream-91a7c9c27d2e0d88e73735f865c83894a8a32555.tar.bz2 upstream-91a7c9c27d2e0d88e73735f865c83894a8a32555.zip |
ipq40xx: 5.4: refresh patches and config
This patch just refreshes the 5.4 patches. It seems as if
070-v4.20-soc-qcom-spm-add-SCM-probe-dependency.patch is
already applied, so drop it. It also does a quick
make kernel_oldconfig to get rid of unneeded symbols.
[Looks like USB and Ethernet need some more work].
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/ipq40xx/patches-5.4/300-clk-qcom-ipq4019-add-ess-reset.patch')
-rw-r--r-- | target/linux/ipq40xx/patches-5.4/300-clk-qcom-ipq4019-add-ess-reset.patch | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/target/linux/ipq40xx/patches-5.4/300-clk-qcom-ipq4019-add-ess-reset.patch b/target/linux/ipq40xx/patches-5.4/300-clk-qcom-ipq4019-add-ess-reset.patch index 55cd5e43c5..4297f32e05 100644 --- a/target/linux/ipq40xx/patches-5.4/300-clk-qcom-ipq4019-add-ess-reset.patch +++ b/target/linux/ipq40xx/patches-5.4/300-clk-qcom-ipq4019-add-ess-reset.patch @@ -11,11 +11,9 @@ Signed-off-by: Ram Chandra Jangir <rjangir@codeaurora.org> include/dt-bindings/clock/qcom,gcc-ipq4019.h | 11 +++++++++++ 2 files changed, 22 insertions(+) -diff --git a/drivers/clk/qcom/gcc-ipq4019.c b/drivers/clk/qcom/gcc-ipq4019.c -index b2dc68efd5c8..a8672c5870a5 100644 --- a/drivers/clk/qcom/gcc-ipq4019.c +++ b/drivers/clk/qcom/gcc-ipq4019.c -@@ -1744,6 +1744,17 @@ static const struct qcom_reset_map gcc_ipq4019_resets[] = { +@@ -1736,6 +1736,17 @@ static const struct qcom_reset_map gcc_i [GCC_TCSR_BCR] = {0x22000, 0}, [GCC_MPM_BCR] = {0x24000, 0}, [GCC_SPDM_BCR] = {0x25000, 0}, @@ -33,8 +31,6 @@ index b2dc68efd5c8..a8672c5870a5 100644 }; static const struct regmap_config gcc_ipq4019_regmap_config = { -diff --git a/include/dt-bindings/clock/qcom,gcc-ipq4019.h b/include/dt-bindings/clock/qcom,gcc-ipq4019.h -index 7e8a7be6dcda..b8f0cdcd9ec0 100644 --- a/include/dt-bindings/clock/qcom,gcc-ipq4019.h +++ b/include/dt-bindings/clock/qcom,gcc-ipq4019.h @@ -165,5 +165,16 @@ @@ -54,6 +50,3 @@ index 7e8a7be6dcda..b8f0cdcd9ec0 100644 +#define ESS_MAC5_CLK_DIS 82 #endif --- -2.20.1 - |