Skip to content

Commit 0f2167d

Browse files
committed
Merge tag 'tags/bcm2835-dt-fixes-2020-03-27' into devicetree/fixes
This patch is to be squashed into 55c7c06 ("ARM: dts: bcm283x: Fix vc4's firmware bus DMA limitations") as it turned out to be faulty Signed-off-by: Florian Fainelli <[email protected]>
2 parents 8f3d9f3 + be08d27 commit 0f2167d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/arm/boot/dts/bcm2835-rpi.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
soc {
1515
firmware: firmware {
1616
compatible = "raspberrypi,bcm2835-firmware", "simple-bus";
17+
#address-cells = <1>;
18+
#size-cells = <1>;
19+
1720
mboxes = <&mailbox>;
1821
dma-ranges;
1922
};

0 commit comments

Comments
 (0)