Commit c4cf1cc5 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson
Browse files

ARM: dts: qcom: minor whitespace cleanup around '='



The DTS code coding style expects exactly one space before and after '='
sign.

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230702185051.43867-2-krzysztof.kozlowski@linaro.org


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 594ccb8d
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -416,10 +416,10 @@

		pcie0: pci@40000000 {
			compatible = "qcom,pcie-ipq4019";
			reg =  <0x40000000 0xf1d
				0x40000f20 0xa8
				0x80000 0x2000
				0x40100000 0x1000>;
			reg = <0x40000000 0xf1d>,
			      <0x40000f20 0xa8>,
			      <0x80000 0x2000>,
			      <0x40100000 0x1000>;
			reg-names = "dbi", "elbi", "parf", "config";
			device_type = "pci";
			linux,pci-domain = <0>;
+1 −1

File changed.

Contains only whitespace changes.