Message ID | 20220612223201.2740248-6-niklas.soderlund+renesas@ragnatech.se |
---|---|
State | New |
Headers | show |
Series | [1/6] arm64: dts: broadcom: Add missing space around status property | expand |
diff --git a/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi b/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi index 42af1fade461bdfa..03c18c74da3081a3 100644 --- a/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi @@ -34,7 +34,7 @@ framebuffer0: framebuffer@9d400000 { height = <1920>; stride = <(1080 * 4)>; format = "a8r8g8b8"; - status= "okay"; + status = "okay"; }; }; 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 f1619b3f97ef80d0..eae185ced74a598c 100644 --- a/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts +++ b/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts @@ -817,5 +817,5 @@ &wifi { &crypto { /* FIXME: qce_start triggers an SError */ - status= "disable"; + status = "disable"; };
Add the missing space around properties before the typo spreads to other files Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> --- arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi | 2 +- arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)