Skip to content

Commit c4cf1cc

Browse files
krzkandersson
authored andcommitted
ARM: dts: qcom: minor whitespace cleanup around '='
The DTS code coding style expects exactly one space before and after '=' sign. Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 594ccb8 commit c4cf1cc

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

arch/arm/boot/dts/qcom/qcom-ipq4019.dtsi

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -416,10 +416,10 @@
416416

417417
pcie0: pci@40000000 {
418418
compatible = "qcom,pcie-ipq4019";
419-
reg = <0x40000000 0xf1d
420-
0x40000f20 0xa8
421-
0x80000 0x2000
422-
0x40100000 0x1000>;
419+
reg = <0x40000000 0xf1d>,
420+
<0x40000f20 0xa8>,
421+
<0x80000 0x2000>,
422+
<0x40100000 0x1000>;
423423
reg-names = "dbi", "elbi", "parf", "config";
424424
device_type = "pci";
425425
linux,pci-domain = <0>;
@@ -543,9 +543,9 @@
543543
<GIC_SPI 46 IRQ_TYPE_EDGE_RISING>,
544544
<GIC_SPI 47 IRQ_TYPE_EDGE_RISING>,
545545
<GIC_SPI 168 IRQ_TYPE_LEVEL_HIGH>;
546-
interrupt-names = "msi0", "msi1", "msi2", "msi3",
547-
"msi4", "msi5", "msi6", "msi7",
548-
"msi8", "msi9", "msi10", "msi11",
546+
interrupt-names = "msi0", "msi1", "msi2", "msi3",
547+
"msi4", "msi5", "msi6", "msi7",
548+
"msi8", "msi9", "msi10", "msi11",
549549
"msi12", "msi13", "msi14", "msi15",
550550
"legacy";
551551
status = "disabled";
@@ -585,9 +585,9 @@
585585
<GIC_SPI 62 IRQ_TYPE_EDGE_RISING>,
586586
<GIC_SPI 63 IRQ_TYPE_EDGE_RISING>,
587587
<GIC_SPI 169 IRQ_TYPE_LEVEL_HIGH>;
588-
interrupt-names = "msi0", "msi1", "msi2", "msi3",
589-
"msi4", "msi5", "msi6", "msi7",
590-
"msi8", "msi9", "msi10", "msi11",
588+
interrupt-names = "msi0", "msi1", "msi2", "msi3",
589+
"msi4", "msi5", "msi6", "msi7",
590+
"msi8", "msi9", "msi10", "msi11",
591591
"msi12", "msi13", "msi14", "msi15",
592592
"legacy";
593593
status = "disabled";

arch/arm/boot/dts/qcom/qcom-msm8974pro-fairphone-fp2.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414

415415
wcnss_pin_a: wcnss-pin-active-state {
416416
wlan-pins {
417-
pins = "gpio36", "gpio37", "gpio38", "gpio39", "gpio40";
417+
pins = "gpio36", "gpio37", "gpio38", "gpio39", "gpio40";
418418
function = "wlan";
419419

420420
drive-strength = <6>;

0 commit comments

Comments
 (0)