]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
arm64: dts: juno: add dma-ranges property
authorRobin Murphy <robin.murphy@arm.com>
Wed, 18 Jan 2017 12:12:50 +0000 (12:12 +0000)
committerSudeep Holla <sudeep.holla@arm.com>
Wed, 18 Jan 2017 14:01:02 +0000 (14:01 +0000)
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 <Liviu.Dudau@arm.com>
Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
arch/arm64/boot/dts/arm/juno-base.dtsi

index d410b9705dd629967819b5a73a5e756569161aa1..3d2ff408589d03eac3ad321f00d525c23867a1c5 100644 (file)
@@ -4,6 +4,7 @@
        /*
         *  Devices shared by all Juno boards
         */
+       dma-ranges = <0 0 0 0 0x100 0>;
 
        memtimer: timer@2a810000 {
                compatible = "arm,armv7-timer-mem";