Skip to content

Commit 8e99e77

Browse files
abelvesaandersson
authored andcommitted
arm64: dts: qcom: x1e80100: Fix PCIe 6a reg offsets and add MHI
The actual size of the DBI region is 0xf20 and the start of the ELBI region is 0xf40, according to the documentation. So fix them. While at it, add the MHI region as well. Fixes: 5eb83fc ("arm64: dts: qcom: x1e80100: Add PCIe nodes") Reviewed-by: Konrad Dybcio <[email protected]> Signed-off-by: Abel Vesa <[email protected]> Acked-by: Manivannan Sadhasivam <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 41fca59 commit 8e99e77

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2737,15 +2737,17 @@
27372737
device_type = "pci";
27382738
compatible = "qcom,pcie-x1e80100";
27392739
reg = <0 0x01bf8000 0 0x3000>,
2740-
<0 0x70000000 0 0xf1d>,
2741-
<0 0x70000f20 0 0xa8>,
2740+
<0 0x70000000 0 0xf20>,
2741+
<0 0x70000f40 0 0xa8>,
27422742
<0 0x70001000 0 0x1000>,
2743-
<0 0x70100000 0 0x100000>;
2743+
<0 0x70100000 0 0x100000>,
2744+
<0 0x01bfb000 0 0x1000>;
27442745
reg-names = "parf",
27452746
"dbi",
27462747
"elbi",
27472748
"atu",
2748-
"config";
2749+
"config",
2750+
"mhi";
27492751
#address-cells = <3>;
27502752
#size-cells = <2>;
27512753
ranges = <0x01000000 0 0x00000000 0 0x70200000 0 0x100000>,

0 commit comments

Comments
 (0)