diff options
author | Vignesh Raghavendra <vigneshr@ti.com> | 2021-05-26 11:44:24 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-06-11 09:16:35 +0200 |
commit | 2dbe13dbc15f8e452595e9d19beb70e08a7839f5 (patch) | |
tree | bf0eeac139442a2c1fdc246308791baacbd7c119 /arch/arm/boot/dts/omap2.dtsi | |
parent | ARM: dts: OMAP2+: Replace underscores in sub-mailbox node names (diff) | |
download | linux-2dbe13dbc15f8e452595e9d19beb70e08a7839f5.tar.xz linux-2dbe13dbc15f8e452595e9d19beb70e08a7839f5.zip |
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/omap2.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap2.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/omap2.dtsi b/arch/arm/boot/dts/omap2.dtsi index f9c2a9938898..5750ca1233cc 100644 --- a/arch/arm/boot/dts/omap2.dtsi +++ b/arch/arm/boot/dts/omap2.dtsi @@ -120,8 +120,6 @@ #address-cells = <1>; #size-cells = <0>; interrupts = <56>; - dmas = <&sdma 27 &sdma 28>; - dma-names = "tx", "rx"; }; i2c2: i2c@48072000 { @@ -131,8 +129,6 @@ #address-cells = <1>; #size-cells = <0>; interrupts = <57>; - dmas = <&sdma 29 &sdma 30>; - dma-names = "tx", "rx"; }; mcspi1: spi@48098000 { |