Commit 55179c92 authored by Rob Herring's avatar Rob Herring Committed by Bjorn Andersson

arm64: dts: qcom: Fix "status" value

The defined value for "status" is "disabled", not "disable".
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230626220957.3945972-1-robh@kernel.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent b1260cee
......@@ -779,5 +779,5 @@ &wifi {
&crypto {
/* FIXME: qce_start triggers an SError */
status = "disable";
status = "disabled";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment