Message ID | 20230626220957.3945972-1-robh@kernel.org |
---|---|
State | Accepted |
Commit | 55179c92c7346ab20991975195c3dc0ba7b74c50 |
Headers | show |
Series | arm64: dts: qcom: Fix "status" value | expand |
On Mon, 26 Jun 2023 16:09:57 -0600, Rob Herring wrote: > The defined value for "status" is "disabled", not "disable". > > Applied, thanks! [1/1] arm64: dts: qcom: Fix "status" value commit: 55179c92c7346ab20991975195c3dc0ba7b74c50 Best regards,
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"; };
The defined value for "status" is "disabled", not "disable". Signed-off-by: Rob Herring <robh@kernel.org> --- arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)