Skip to content

Commit

Permalink
bcm270x: Use dma-ranges unconditionally on bcm2710
Browse files Browse the repository at this point in the history
See: #1699

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
  • Loading branch information
pelwell authored and popcornmix committed Nov 19, 2016
1 parent e5286f5 commit 9c3e447
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/arm/boot/dts/bcm2710.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
soc {
ranges = <0x7e000000 0x3f000000 0x01000000>,
<0x40000000 0x40000000 0x00040000>;
#ifdef RPI364
dma-ranges = <0xc0000000 0x00000000 0x3f000000>;
#endif

local_intc: local_intc {
compatible = "brcm,bcm2836-l1-intc";
Expand Down Expand Up @@ -143,9 +141,7 @@

&intc {
compatible = "brcm,bcm2836-armctrl-ic";
#ifdef RPI364
reg = <0x7e00b200 0x200>;
#endif
interrupt-parent = <&local_intc>;
interrupts = <8>;
};
Expand Down

0 comments on commit 9c3e447

Please sign in to comment.