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: stable@vger.kernel.org # 6.9 Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Link: https://lore.kernel.org/r/20240722094249.26471-3-johan+linaro@kernel.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 30f593f commit f8fa1f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)