Skip to content

Commit e60b14f

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: [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]>
1 parent 40384c8 commit e60b14f

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
@@ -6092,7 +6092,7 @@
60926092
<0x0 0x40000000 0x0 0xf20>,
60936093
<0x0 0x40000f20 0x0 0xa8>,
60946094
<0x0 0x40001000 0x0 0x4000>,
6095-
<0x0 0x40200000 0x0 0x100000>,
6095+
<0x0 0x40200000 0x0 0x1fe00000>,
60966096
<0x0 0x01c03000 0x0 0x1000>,
60976097
<0x0 0x40005000 0x0 0x2000>;
60986098
reg-names = "parf", "dbi", "elbi", "atu", "addr_space",
@@ -6250,7 +6250,7 @@
62506250
<0x0 0x60000000 0x0 0xf20>,
62516251
<0x0 0x60000f20 0x0 0xa8>,
62526252
<0x0 0x60001000 0x0 0x4000>,
6253-
<0x0 0x60200000 0x0 0x100000>,
6253+
<0x0 0x60200000 0x0 0x1fe00000>,
62546254
<0x0 0x01c13000 0x0 0x1000>,
62556255
<0x0 0x60005000 0x0 0x2000>;
62566256
reg-names = "parf", "dbi", "elbi", "atu", "addr_space",

0 commit comments

Comments
 (0)