brcm2708: bcm2711: remove custom config file
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.19 / 950-0334-bcm283x-Set-the-DISDEBUG-flag-for-SD-transfers.patch
1 From d3f3bb6aa32c371b207db913d037775d3c07e872 Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.org>
3 Date: Fri, 20 Jul 2018 22:08:05 +0100
4 Subject: [PATCH 334/773] bcm283x: Set the DISDEBUG flag for SD transfers
5
6 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
7 ---
8 arch/arm/boot/dts/bcm283x.dtsi | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11 --- a/arch/arm/boot/dts/bcm283x.dtsi
12 +++ b/arch/arm/boot/dts/bcm283x.dtsi
13 @@ -400,7 +400,7 @@
14 reg = <0x7e202000 0x100>;
15 interrupts = <2 24>;
16 clocks = <&clocks BCM2835_CLOCK_VPU>;
17 - dmas = <&dma 13>;
18 + dmas = <&dma (13|(1<<29))>;
19 dma-names = "rx-tx";
20 status = "disabled";
21 };