ARM: dts: stm32: don't use timers dmas on stm32mp157c-ed1
authorFabrice Gasnier <fabrice.gasnier@st.com>
Wed, 3 Oct 2018 15:11:04 +0000 (17:11 +0200)
committerAlexandre Torgue <alexandre.torgue@st.com>
Mon, 12 Nov 2018 09:02:33 +0000 (10:02 +0100)
Spare dmas when using timer6 on stm32mp157c-ed1.

Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp157c-ed1.dts

index f77bea49c0793f4f07cb2cd912945f4c199c9e10..c3ecb1e10d947be3937fa445bb5d02e6fd8a2142 100644 (file)
@@ -72,6 +72,9 @@
 
 &timers6 {
        status = "okay";
+       /* spare dmas for other usage */
+       /delete-property/dmas;
+       /delete-property/dma-names;
        timer@5 {
                status = "okay";
        };