diff mbox series

arm64: dts: qcom: c630: disable crypto due to serror

Message ID 20211105035235.2392-1-steev@kali.org (mailing list archive)
State Accepted
Headers show
Series arm64: dts: qcom: c630: disable crypto due to serror | expand

Commit Message

Steev Klimaszewski Nov. 5, 2021, 3:52 a.m. UTC
Disable the crypto due to it causing an serror when cryptomanager tests
are enabled.  Add a fixme comment so that someone way smarter than I can
come along and fix it.

Signed-off-by: Steev Klimaszewski <steev@kali.org>
---
 arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Bjorn Andersson Nov. 20, 2021, 11:55 p.m. UTC | #1
On Thu, 4 Nov 2021 22:52:32 -0500, Steev Klimaszewski wrote:
> Disable the crypto due to it causing an serror when cryptomanager tests
> are enabled.  Add a fixme comment so that someone way smarter than I can
> come along and fix it.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: c630: disable crypto due to serror
      commit: 36be92f490a7f403c7b1ea7662c92e100e8c3096

Best regards,
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts b/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts
index b2e09d3387ed..955f73acd26b 100644
--- a/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts
+++ b/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts
@@ -813,3 +813,8 @@  &wifi {
 
 	qcom,snoc-host-cap-8bit-quirk;
 };
+
+&crypto {
+	/* FIXME: qce_start triggers an SError */
+	status= "disable";
+};