From 9c3e44782785bedb3e1772239caf11f3208a92e9 Mon Sep 17 00:00:00 2001 From: Phil Elwell Date: Fri, 28 Oct 2016 13:55:36 +0100 Subject: [PATCH] bcm270x: Use dma-ranges unconditionally on bcm2710 See: https://github.com/raspberrypi/linux/pull/1699 Signed-off-by: Phil Elwell --- arch/arm/boot/dts/bcm2710.dtsi | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/arm/boot/dts/bcm2710.dtsi b/arch/arm/boot/dts/bcm2710.dtsi index 491594c918cf5d..df1a4ce1cd4e57 100644 --- a/arch/arm/boot/dts/bcm2710.dtsi +++ b/arch/arm/boot/dts/bcm2710.dtsi @@ -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"; @@ -143,9 +141,7 @@ &intc { compatible = "brcm,bcm2836-armctrl-ic"; -#ifdef RPI364 reg = <0x7e00b200 0x200>; -#endif interrupt-parent = <&local_intc>; interrupts = <8>; };