Skip to content

Commit 1bbae89

Browse files
6by9pelwell
authored andcommitted
dtoverlays: Correct field sizes in pcie-32bit-dma
Adding the dma-ranges to the overlay missed setting the field sizes, so the compiler rightly flagged a warning. #4848 Fixes: ee6a81c "dtoverlay: Reduce size of PCIE IB window in pcie-32-dma overlay" Signed-off-by: Dave Stevenson <[email protected]>
1 parent c6a2e26 commit 1bbae89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/boot/dts/overlays/pcie-32bit-dma-overlay.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
* so the range ends up being 0-4GB, and the MSI vector
2929
* gets pushed beyond 4GB.
3030
*/
31+
#address-cells = <3>;
32+
#size-cells = <2>;
3133
dma-ranges = <0x02000000 0x0 0x00000000 0x0 0x00000000
3234
0x0 0x80000000>;
3335
};

0 commit comments

Comments
 (0)