diff options
author | Tudor Ambarus <tudor.ambarus@microchip.com> | 2020-05-14 05:03:14 +0000 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2020-05-15 16:50:34 +0200 |
commit | 466fb89be5916af18ba5ea636fc1f7489a71e276 (patch) | |
tree | 3ede588582d063393f25ddf629cc544e600eeddc /arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts | |
parent | 1a6508a2ed9a9a7925c999683eb872cd0ed2a7bd (diff) | |
download | linux-next-466fb89be5916af18ba5ea636fc1f7489a71e276.tar.gz |
ARM: dts: at91: sama5d2: Add DMA bindings for the SPI and I2C flx0 functions
Spare boards of duplicating the DMA bindings. Describe the flx0
DMA bindings in the SoC dtsi. Users that don't want to use DMA
for their flexcom functions have to overwrite the flexcom DMA
bindings in their board device tree.
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Link: https://lore.kernel.org/r/20200514050301.147442-12-tudor.ambarus@microchip.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts b/arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts index 8ad3a9c6c536..0e0341c83aa5 100644 --- a/arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts +++ b/arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts @@ -192,7 +192,6 @@ i2c2: i2c@600 { dmas = <0>, <0>; - dma-names = "tx", "rx"; pinctrl-names = "default", "gpio"; pinctrl-0 = <&pinctrl_flx0_default>; pinctrl-1 = <&pinctrl_flx0_gpio>; |