aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/patches-5.4/320-armada-370-dts-fix-crypto-engine.patch
diff options
context:
space:
mode:
authorPaul Spooren <mail@aparcar.org>2021-10-01 11:28:36 -1000
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-10-02 18:16:33 +0200
commit8ff832333590adee3c827ca8fe92da541f86c303 (patch)
tree3343b1cef45463091e0dde15f7a6e2eee3772f53 /target/linux/mvebu/patches-5.4/320-armada-370-dts-fix-crypto-engine.patch
parentb48d30521d4d2f90af50b06c7cf95dd6a24acd35 (diff)
downloadupstream-8ff832333590adee3c827ca8fe92da541f86c303.tar.gz
upstream-8ff832333590adee3c827ca8fe92da541f86c303.tar.bz2
upstream-8ff832333590adee3c827ca8fe92da541f86c303.zip
mvebu: remove obsolete Kernel 5.4
With the upgrade to Kernel 5.10 per default the old version is no longer required to be in tree. Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'target/linux/mvebu/patches-5.4/320-armada-370-dts-fix-crypto-engine.patch')
-rw-r--r--target/linux/mvebu/patches-5.4/320-armada-370-dts-fix-crypto-engine.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/target/linux/mvebu/patches-5.4/320-armada-370-dts-fix-crypto-engine.patch b/target/linux/mvebu/patches-5.4/320-armada-370-dts-fix-crypto-engine.patch
deleted file mode 100644
index 19378870ef..0000000000
--- a/target/linux/mvebu/patches-5.4/320-armada-370-dts-fix-crypto-engine.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- a/arch/arm/boot/dts/armada-370.dtsi
-+++ b/arch/arm/boot/dts/armada-370.dtsi
-@@ -234,7 +234,7 @@
- clocks = <&gateclk 23>;
- clock-names = "cesa0";
- marvell,crypto-srams = <&crypto_sram>;
-- marvell,crypto-sram-size = <0x7e0>;
-+ marvell,crypto-sram-size = <0x800>;
- };
- };
-
-@@ -255,12 +255,17 @@
- * cpuidle workaround.
- */
- idle-sram@0 {
-+ status = "disabled";
- reg = <0x0 0x20>;
- };
- };
- };
- };
-
-+&coherencyfab {
-+ broken-idle;
-+};
-+
- /*
- * Default UART pinctrl setting without RTS/CTS, can be overwritten on
- * board level if a different configuration is used.