Skip to content

Commit

Permalink
ARM: dts: bcm283x: Fix vc4's firmware bus DMA limitations
Browse files Browse the repository at this point in the history
The bus is virtual and devices have to inherit their DMA constraints
from the underlying interconnect. So add an empty dma-ranges property to
the bus node, implying the firmware bus' DMA constraints are identical to
its parent's.

Fixes: 7dbe8c6 ("ARM: dts: Add minimal Raspberry Pi 4 support")
Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
  • Loading branch information
Nicolas Saenz Julienne authored and Florian Fainelli committed Mar 22, 2020
1 parent 6687c20 commit 55c7c06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/bcm2835-rpi.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
firmware: firmware {
compatible = "raspberrypi,bcm2835-firmware", "simple-bus";
mboxes = <&mailbox>;
dma-ranges;
};

power: power {
Expand Down

0 comments on commit 55c7c06

Please sign in to comment.