Skip to content

Commit f9364a7

Browse files
Mani-Sadhasivamandersson
authored andcommitted
ARM: dts: qcom: sdx55: List the property values vertically
To align with the rest of the devicetree files and the relative properties, let's list the values of properties such as {reg/clock/interrupt}-names vertically. Suggested-by: Konrad Dybcio <konrad.dybcio@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230308082424.140224-9-manivannan.sadhasivam@linaro.org
1 parent 2b20437 commit f9364a7

1 file changed

Lines changed: 18 additions & 5 deletions

File tree

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

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,11 @@
393393
<0x40001000 0x1000>,
394394
<0x40200000 0x100000>,
395395
<0x01c03000 0x3000>;
396-
reg-names = "parf", "dbi", "elbi", "atu", "addr_space",
396+
reg-names = "parf",
397+
"dbi",
398+
"elbi",
399+
"atu",
400+
"addr_space",
397401
"mmio";
398402

399403
qcom,perst-regs = <&tcsr 0xb258 0xb270>;
@@ -405,12 +409,18 @@
405409
<&gcc GCC_PCIE_SLV_Q2A_AXI_CLK>,
406410
<&gcc GCC_PCIE_SLEEP_CLK>,
407411
<&gcc GCC_PCIE_0_CLKREF_CLK>;
408-
clock-names = "aux", "cfg", "bus_master", "bus_slave",
409-
"slave_q2a", "sleep", "ref";
412+
clock-names = "aux",
413+
"cfg",
414+
"bus_master",
415+
"bus_slave",
416+
"slave_q2a",
417+
"sleep",
418+
"ref";
410419

411420
interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>,
412421
<GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>;
413-
interrupt-names = "global", "doorbell";
422+
interrupt-names = "global",
423+
"doorbell";
414424
reset-gpios = <&tlmm 57 GPIO_ACTIVE_LOW>;
415425
wake-gpios = <&tlmm 53 GPIO_ACTIVE_LOW>;
416426
resets = <&gcc GCC_PCIE_BCR>;
@@ -434,7 +444,10 @@
434444
<&gcc GCC_PCIE_CFG_AHB_CLK>,
435445
<&gcc GCC_PCIE_0_CLKREF_CLK>,
436446
<&gcc GCC_PCIE_RCHNG_PHY_CLK>;
437-
clock-names = "aux", "cfg_ahb", "ref", "refgen";
447+
clock-names = "aux",
448+
"cfg_ahb",
449+
"ref",
450+
"refgen";
438451

439452
resets = <&gcc GCC_PCIE_PHY_BCR>;
440453
reset-names = "phy";

0 commit comments

Comments
 (0)