Skip to content

Commit bc1a711

Browse files
Mani-Sadhasivamgregkh
authored andcommitted
arm64: dts: qcom: sa8775p: Fix the size of 'addr_space' regions
commit e60b14f upstream. 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: [email protected] # 6.11 Fixes: c5f5de8 ("arm64: dts: qcom: sa8775p: Add ep pcie1 controller node") Fixes: 1924f55 ("arm64: dts: qcom: sa8775p: Add ep pcie0 controller node") Signed-off-by: Manivannan Sadhasivam <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 6c3ed8b commit bc1a711

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5587,7 +5587,7 @@
55875587
<0x0 0x40000000 0x0 0xf20>,
55885588
<0x0 0x40000f20 0x0 0xa8>,
55895589
<0x0 0x40001000 0x0 0x4000>,
5590-
<0x0 0x40200000 0x0 0x100000>,
5590+
<0x0 0x40200000 0x0 0x1fe00000>,
55915591
<0x0 0x01c03000 0x0 0x1000>,
55925592
<0x0 0x40005000 0x0 0x2000>;
55935593
reg-names = "parf", "dbi", "elbi", "atu", "addr_space",
@@ -5744,7 +5744,7 @@
57445744
<0x0 0x60000000 0x0 0xf20>,
57455745
<0x0 0x60000f20 0x0 0xa8>,
57465746
<0x0 0x60001000 0x0 0x4000>,
5747-
<0x0 0x60200000 0x0 0x100000>,
5747+
<0x0 0x60200000 0x0 0x1fe00000>,
57485748
<0x0 0x01c13000 0x0 0x1000>,
57495749
<0x0 0x60005000 0x0 0x2000>;
57505750
reg-names = "parf", "dbi", "elbi", "atu", "addr_space",

0 commit comments

Comments
 (0)