Skip to content

Commit f8fa1f2

Browse files
jhovoldandersson
authored andcommitted
arm64: dts: qcom: x1e80100: fix PCIe domain numbers
The current PCIe domain numbers are off by one and do not match the numbers that the UEFI firmware (and Windows) uses. Fixes: 5eb83fc ("arm64: dts: qcom: x1e80100: Add PCIe nodes") Cc: [email protected] # 6.9 Reviewed-by: Konrad Dybcio <[email protected]> Signed-off-by: Johan Hovold <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 30f593f commit f8fa1f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/qcom/x1e80100.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2901,7 +2901,7 @@
29012901

29022902
dma-coherent;
29032903

2904-
linux,pci-domain = <7>;
2904+
linux,pci-domain = <6>;
29052905
num-lanes = <2>;
29062906

29072907
interrupts = <GIC_SPI 773 IRQ_TYPE_LEVEL_HIGH>,
@@ -3022,7 +3022,7 @@
30223022

30233023
dma-coherent;
30243024

3025-
linux,pci-domain = <5>;
3025+
linux,pci-domain = <4>;
30263026
num-lanes = <2>;
30273027

30283028
interrupts = <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>,

0 commit comments

Comments
 (0)