On 19.02.2025 10:07 AM, Krzysztof Kozlowski wrote: > There should be exactly one space before and after '=', and one space > before '{'. No functional impact. Verified with comparing decompiled > DTB (dtx_diff and fdtdump+diff). > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx> > diff --git a/arch/arm64/boot/dts/qcom/sm8750.dtsi b/arch/arm64/boot/dts/qcom/sm8750.dtsi > index abb92c81c76b..f81a3c3ae334 100644 > --- a/arch/arm64/boot/dts/qcom/sm8750.dtsi > +++ b/arch/arm64/boot/dts/qcom/sm8750.dtsi > @@ -990,7 +990,7 @@ uart14: serial@898000 { > clocks = <&gcc GCC_QUPV3_WRAP2_S5_CLK>; > clock-names = "se"; > > - interconnects = <&clk_virt MASTER_QUP_CORE_2 QCOM_ICC_TAG_ALWAYS > + interconnects = <&clk_virt MASTER_QUP_CORE_2 QCOM_ICC_TAG_ALWAYS for those wondering, there's a \t after '=' that becomes a space Konrad