ARM: dts: stm32: don't use timers dmas on stm32mp157c-ed1

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>
This commit is contained in:
Fabrice Gasnier 2018-10-03 17:11:04 +02:00 committed by Alexandre Torgue
parent 4bf04fc458
commit 1f3250f397
1 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,9 @@ &rtc {
&timers6 {
status = "okay";
/* spare dmas for other usage */
/delete-property/dmas;
/delete-property/dma-names;
timer@5 {
status = "okay";
};