Skip to content

Commit ec2f548

Browse files
Mani-Sadhasivamandersson
authored andcommitted
arm64: dts: qcom: sa8775p: Fix the size of 'addr_space' regions
For both the controller instances, size of the 'addr_space' region should be 0x1fe00000 as per the hardware memory layout. Otherwise, endpoint drivers cannot request even reasonable BAR size of 1MB. Cc: stable@vger.kernel.org # 6.11 Fixes: c5f5de8 ("arm64: dts: qcom: sa8775p: Add ep pcie1 controller node") Fixes: 1924f55 ("arm64: dts: qcom: sa8775p: Add ep pcie0 controller node") Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Link: https://lore.kernel.org/r/20241231130224.38206-2-manivannan.sadhasivam@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 4b120ef commit ec2f548

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6478,7 +6478,7 @@
64786478
<0x0 0x40000000 0x0 0xf20>,
64796479
<0x0 0x40000f20 0x0 0xa8>,
64806480
<0x0 0x40001000 0x0 0x4000>,
6481-
<0x0 0x40200000 0x0 0x100000>,
6481+
<0x0 0x40200000 0x0 0x1fe00000>,
64826482
<0x0 0x01c03000 0x0 0x1000>,
64836483
<0x0 0x40005000 0x0 0x2000>;
64846484
reg-names = "parf", "dbi", "elbi", "atu", "addr_space",
@@ -6636,7 +6636,7 @@
66366636
<0x0 0x60000000 0x0 0xf20>,
66376637
<0x0 0x60000f20 0x0 0xa8>,
66386638
<0x0 0x60001000 0x0 0x4000>,
6639-
<0x0 0x60200000 0x0 0x100000>,
6639+
<0x0 0x60200000 0x0 0x1fe00000>,
66406640
<0x0 0x01c13000 0x0 0x1000>,
66416641
<0x0 0x60005000 0x0 0x2000>;
66426642
reg-names = "parf", "dbi", "elbi", "atu", "addr_space",

0 commit comments

Comments
 (0)