* [PATCH] arm64: dts: qcom: c630: disable crypto due to serror
@ 2021-11-05 3:52 Steev Klimaszewski
2021-11-20 23:55 ` (subset) " Bjorn Andersson
0 siblings, 1 reply; 2+ messages in thread
From: Steev Klimaszewski @ 2021-11-05 3:52 UTC (permalink / raw)
To: linux-arm-msm
Cc: Steev Klimaszewski, Andy Gross, Bjorn Andersson, Rob Herring,
devicetree, linux-kernel
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(+)
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";
+};
--
2.33.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-11-20 23:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-05 3:52 [PATCH] arm64: dts: qcom: c630: disable crypto due to serror Steev Klimaszewski
2021-11-20 23:55 ` (subset) " Bjorn Andersson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).