diff options
author | Vignesh Raghavendra <vigneshr@ti.com> | 2021-05-26 12:44:24 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-06-11 10:16:35 +0300 |
commit | 2dbe13dbc15f8e452595e9d19beb70e08a7839f5 (patch) | |
tree | bf0eeac139442a2c1fdc246308791baacbd7c119 /arch/arm/boot/dts/dm816x.dtsi | |
parent | 9e7f5ee1137397def6580461e27e5efcb68183ee (diff) | |
download | linux-2dbe13dbc15f8e452595e9d19beb70e08a7839f5.tar.xz |
ARM: dts: omap2/3: Drop dmas property from I2C node
DMA was never supported by i2c-omap driver and the bindings were never
documented. Therefore drop the entries in preparation to moving
bindings to YAML schema.
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dm816x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dm816x.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/dm816x.dtsi b/arch/arm/boot/dts/dm816x.dtsi index 1825d912b8ab..a9e7274806f4 100644 --- a/arch/arm/boot/dts/dm816x.dtsi +++ b/arch/arm/boot/dts/dm816x.dtsi @@ -314,8 +314,6 @@ #address-cells = <1>; #size-cells = <0>; interrupts = <70>; - dmas = <&edma 58 0 &edma 59 0>; - dma-names = "tx", "rx"; }; i2c2: i2c@4802a000 { @@ -325,8 +323,6 @@ #address-cells = <1>; #size-cells = <0>; interrupts = <71>; - dmas = <&edma 60 0 &edma 61 0>; - dma-names = "tx", "rx"; }; intc: interrupt-controller@48200000 { |