mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 18:26:39 +02:00
remove esmil-6.10-rc1.jh7110.patch, mostly applied to mainline add few patches from https://github.com/drmpeg/linux which are not yet in mainline kernel
24 lines
889 B
Diff
24 lines
889 B
Diff
From d7da632ac4cd08648105b8783292f0e7c222111d Mon Sep 17 00:00:00 2001
|
|
From: Emil Renner Berthing <emil.renner.berthing@canonical.com>
|
|
Date: Wed, 30 Aug 2023 18:24:51 +0200
|
|
Subject: [PATCH] riscv: dts: starfive: Disable JH7110 crypto peripheral
|
|
|
|
The driver is super buggy and crashes the kernel.
|
|
|
|
Signed-off-by: Emil Renner Berthing <emil.renner.berthing@canonical.com>
|
|
---
|
|
arch/riscv/boot/dts/starfive/jh7110.dtsi | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/arch/riscv/boot/dts/starfive/jh7110.dtsi b/arch/riscv/boot/dts/starfive/jh7110.dtsi
|
|
index 0d8339357bad32..baa760037a4551 100644
|
|
--- a/arch/riscv/boot/dts/starfive/jh7110.dtsi
|
|
+++ b/arch/riscv/boot/dts/starfive/jh7110.dtsi
|
|
@@ -939,6 +939,7 @@
|
|
resets = <&stgcrg JH7110_STGRST_SEC_AHB>;
|
|
dmas = <&sdma 1 2>, <&sdma 0 2>;
|
|
dma-names = "tx", "rx";
|
|
+ status = "disabled";
|
|
};
|
|
|
|
sdma: dma-controller@16008000 {
|