aports/testing/linux-starfive/d7da632ac4cd08648105b8783292f0e7c222111d.patch
Milan P. Stanić 94d1aa3863 testing/linux-starfive: upgrade to 6.11.0
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
2024-09-23 13:31:52 +00:00

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 {