upgrade 3.13 targets to 3.13.2, refresh patches
[openwrt/openwrt.git] / target / linux / omap / patches-3.12 / 100-ARM-dts-add-AM33XX-EDMA-support.patch
1 Adds AM33XX EDMA support to the am33xx.dtsi as documented in
2 Documentation/devicetree/bindings/dma/ti-edma.txt
3
4 [Joel Fernandes <joelf@ti.com>]
5 Drop DT entries that are non-hardware-description as discussed in [1]
6
7 [1] https://patchwork.kernel.org/patch/2226761/
8
9 Signed-off-by: Matt Porter <mporter@ti.com>
10 Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
11
12 ---
13 arch/arm/boot/dts/am33xx.dtsi | 12 ++++++++++++
14 1 file changed, 12 insertions(+)
15
16 --- a/arch/arm/boot/dts/am33xx.dtsi
17 +++ b/arch/arm/boot/dts/am33xx.dtsi
18 @@ -100,6 +100,18 @@
19 reg = <0x48200000 0x1000>;
20 };
21
22 + edma: edma@49000000 {
23 + compatible = "ti,edma3";
24 + ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2";
25 + reg = <0x49000000 0x10000>,
26 + <0x44e10f90 0x10>;
27 + interrupts = <12 13 14>;
28 + #dma-cells = <1>;
29 + dma-channels = <64>;
30 + ti,edma-regions = <4>;
31 + ti,edma-slots = <256>;
32 + };
33 +
34 gpio0: gpio@44e07000 {
35 compatible = "ti,omap4-gpio";
36 ti,hwmods = "gpio1";