Skip to content

Commit 193d00a

Browse files
rmurphy-armsudeep-holla
authored andcommitted
arm64: dts: juno: add dma-ranges property
The interconnects around Juno have a 40-bit address width, and DMA masters have no restrictions beyond their own individual limitations. Describe this to ensure that DT-based DMA masks get set up correctly for all devices capable of 40-bit addressing. Acked-by: Liviu Dudau <[email protected]> Signed-off-by: Robin Murphy <[email protected]> Signed-off-by: Sudeep Holla <[email protected]>
1 parent cde6f9a commit 193d00a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/boot/dts/arm/juno-base.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
/*
55
* Devices shared by all Juno boards
66
*/
7+
dma-ranges = <0 0 0 0 0x100 0>;
78

89
memtimer: timer@2a810000 {
910
compatible = "arm,armv7-timer-mem";

0 commit comments

Comments
 (0)