Skip to content

Commit 84160da

Browse files
Mani-Sadhasivamandersson
authored andcommitted
ARM: dts: qcom: apq8064: Use 0x prefix for the PCI I/O and MEM ranges
To maintain the uniformity, let's use the 0x prefix for the values of ranges property. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230228164752.55682-15-manivannan.sadhasivam@linaro.org
1 parent 64d5c8a commit 84160da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1513,8 +1513,8 @@
15131513
num-lanes = <1>;
15141514
#address-cells = <3>;
15151515
#size-cells = <2>;
1516-
ranges = <0x81000000 0 0 0x0fe00000 0 0x00100000>, /* I/O */
1517-
<0x82000000 0 0x08000000 0x08000000 0 0x07e00000>; /* mem */
1516+
ranges = <0x81000000 0x0 0x00000000 0x0fe00000 0x0 0x00100000>, /* I/O */
1517+
<0x82000000 0x0 0x08000000 0x08000000 0x0 0x07e00000>; /* mem */
15181518
interrupts = <GIC_SPI 238 IRQ_TYPE_LEVEL_HIGH>;
15191519
interrupt-names = "msi";
15201520
#interrupt-cells = <1>;

0 commit comments

Comments
 (0)