diff options
author | Tudor Ambarus <tudor.ambarus@microchip.com> | 2020-05-14 07:03:12 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2020-05-15 16:50:33 +0200 |
commit | b793f1661777dddbd8f99554c24df247906c29bc (patch) | |
tree | d98c449879738dff365b380b5a71116354fa1ddb /arch/arm/boot/dts/at91-sama5d2_icp.dts | |
parent | ARM: dts: at91: sama5d2: Add DMA bindings for the SPI and UART flx4 functions (diff) | |
download | linux-b793f1661777dddbd8f99554c24df247906c29bc.tar.xz linux-b793f1661777dddbd8f99554c24df247906c29bc.zip |
ARM: dts: at91: sama5d2: Add DMA bindings for the flx3 SPI function
Spare boards of duplicating the DMA bindings. Describe the flx3
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-10-tudor.ambarus@microchip.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/at91-sama5d2_icp.dts')
-rw-r--r-- | arch/arm/boot/dts/at91-sama5d2_icp.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d2_icp.dts b/arch/arm/boot/dts/at91-sama5d2_icp.dts index 4a01ab8e7e70..559d8ae93af9 100644 --- a/arch/arm/boot/dts/at91-sama5d2_icp.dts +++ b/arch/arm/boot/dts/at91-sama5d2_icp.dts @@ -167,6 +167,7 @@ status = "okay"; spi5: spi@400 { + dmas = <0>, <0>; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_mikrobus1_spi &pinctrl_mikrobus1_spi_cs>; status = "okay"; |