diff options
author | Fabrice Gasnier <fabrice.gasnier@st.com> | 2018-10-03 17:11:04 +0200 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2018-11-12 10:02:33 +0100 |
commit | 1f3250f397f683e713439d4ff6a524386646a328 (patch) | |
tree | 507aa3422e9cde3ede295d352ec49a5e94d4ec64 /arch | |
parent | ARM: dts: stm32: Add dmas to timer on stm32mp157c (diff) | |
download | linux-1f3250f397f683e713439d4ff6a524386646a328.tar.xz linux-1f3250f397f683e713439d4ff6a524386646a328.zip |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/stm32mp157c-ed1.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32mp157c-ed1.dts b/arch/arm/boot/dts/stm32mp157c-ed1.dts index f77bea49c079..c3ecb1e10d94 100644 --- a/arch/arm/boot/dts/stm32mp157c-ed1.dts +++ b/arch/arm/boot/dts/stm32mp157c-ed1.dts @@ -72,6 +72,9 @@ &timers6 { status = "okay"; + /* spare dmas for other usage */ + /delete-property/dmas; + /delete-property/dma-names; timer@5 { status = "okay"; }; |