On 27.06.2023 00:09, Rob Herring wrote: > The defined value for "status" is "disabled", not "disable". > > Signed-off-by: Rob Herring <robh@xxxxxxxxxx> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad > arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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 cfbc4fc1eba9..c6914db7dc6d 100644 > --- a/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts > +++ b/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts > @@ -779,5 +779,5 @@ &wifi { > > &crypto { > /* FIXME: qce_start triggers an SError */ > - status = "disable"; > + status = "disabled"; > };