ARM: dts: am437x/am33xx/omap/dm816x: Add gpmc dma channel
authorFranklin S Cooper Jr <fcooper@ti.com>
Thu, 15 Oct 2015 17:37:27 +0000 (12:37 -0500)
committerTony Lindgren <tony@atomide.com>
Mon, 30 Nov 2015 19:03:35 +0000 (11:03 -0800)
Add dma channel information to the gpmc. Although not enabled by
default this will allow prefetch-dma to be used.

Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am33xx.dtsi
arch/arm/boot/dts/am4372.dtsi
arch/arm/boot/dts/dm816x.dtsi
arch/arm/boot/dts/omap3.dtsi
arch/arm/boot/dts/omap4.dtsi
arch/arm/boot/dts/omap5.dtsi

index d23e2524d694e95512a0ab967c6ef4fd9c1b8314..9b8861891bf038e486ba2e5b2bbbf451b6c9c5cd 100644 (file)
                        ti,no-idle-on-init;
                        reg = <0x50000000 0x2000>;
                        interrupts = <100>;
+                       dmas = <&edma 52>;
+                       dma-names = "rxtx";
                        gpmc,num-cs = <7>;
                        gpmc,num-waitpins = <2>;
                        #address-cells = <2>;
index d83ff9c9701e36d5d837c87ce292d89c421c4a70..1695b684e29d4d1f94b571f8ef3646310903d4d5 100644 (file)
                gpmc: gpmc@50000000 {
                        compatible = "ti,am3352-gpmc";
                        ti,hwmods = "gpmc";
+                       dmas = <&edma 52>;
+                       dma-names = "rxtx";
                        clocks = <&l3s_gclk>;
                        clock-names = "fck";
                        reg = <0x50000000 0x2000>;
index f9286c3bdedc1bb801fed29f6cf7317b3c0ca7f1..b6543a86510237ba03e594e969123e05824d40a7 100644 (file)
                        #address-cells = <2>;
                        #size-cells = <1>;
                        interrupts = <100>;
+                       dmas = <&edma 52>;
+                       dma-names = "rxtx";
                        gpmc,num-cs = <6>;
                        gpmc,num-waitpins = <2>;
                };
index 8a2b25332b8c73092fb39ea962bd752dd166ae6a..d1ffabb7c74fc7dee2de91665ac92aca5c898eeb 100644 (file)
                        ti,hwmods = "gpmc";
                        reg = <0x6e000000 0x02d0>;
                        interrupts = <20>;
+                       dmas = <&sdma 4>;
+                       dma-names = "rxtx";
                        gpmc,num-cs = <8>;
                        gpmc,num-waitpins = <4>;
                        #address-cells = <2>;
index 5a206c100ce287b34ce35f454d80749dfe6e9f06..32b65be7d4236022dcc8d66de1c082eb158b24fe 100644 (file)
                        #address-cells = <2>;
                        #size-cells = <1>;
                        interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
+                       dmas = <&sdma 4>;
+                       dma-names = "rxtx";
                        gpmc,num-cs = <8>;
                        gpmc,num-waitpins = <4>;
                        ti,hwmods = "gpmc";
index 4c04389dab3252fdbdc4c6e904bac0964eb58421..ca3c17fde5a0fb465965de579234efe9fb052e44 100644 (file)
                        #address-cells = <2>;
                        #size-cells = <1>;
                        interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
+                       dmas = <&sdma 4>;
+                       dma-names = "rxtx";
                        gpmc,num-cs = <8>;
                        gpmc,num-waitpins = <4>;
                        ti,hwmods = "gpmc";
This page took 0.03235 seconds and 5 git commands to generate.