diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2014-05-16 15:17:17 +0300 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2014-05-22 14:55:21 +0530 |
commit | 86a1dddc1c027cca707326e06d1a876f6349e3b4 (patch) | |
tree | 3a7bca95c92cb997cfd62c4b230d8c9d5762621e /arch/arm/boot/dts | |
parent | efc24e148009bb7965439a3a29abfb778a45061e (diff) |
ARM: dts: am33xx: Remove obsolete properties from edma node
dma-channels, ti,edma-regions and ti,edma-slots no longer needed in DT since
the the same information is available in the IP's CCCFG register.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 9770e35f2536..50d8d2f93490 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -147,9 +147,6 @@ <0x44e10f90 0x10>; interrupts = <12 13 14>; #dma-cells = <1>; - dma-channels = <64>; - ti,edma-regions = <4>; - ti,edma-slots = <256>; }; gpio0: gpio@44e07000 { |