diff options
author | Fabrice Gasnier <fabrice.gasnier@st.com> | 2018-10-03 17:11:05 +0200 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2018-11-12 10:02:33 +0100 |
commit | 5ae71cea1aec476a115dcf931807548cd26160ec (patch) | |
tree | 07bec0d1d4b79ea97994576edd5568ce1b0b8ece /arch/arm/boot/dts/stm32mp157c-ev1.dts | |
parent | ARM: dts: stm32: don't use timers dmas on stm32mp157c-ed1 (diff) | |
download | linux-5ae71cea1aec476a115dcf931807548cd26160ec.tar.xz linux-5ae71cea1aec476a115dcf931807548cd26160ec.zip |
ARM: dts: stm32: don't use timers dmas on stm32mp157c-ev1
Spare dmas when using timers on stm32mp157c-ev1.
Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stm32mp157c-ev1.dts')
-rw-r--r-- | arch/arm/boot/dts/stm32mp157c-ev1.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32mp157c-ev1.dts b/arch/arm/boot/dts/stm32mp157c-ev1.dts index 063ee8ac5dcb..e911527c80d0 100644 --- a/arch/arm/boot/dts/stm32mp157c-ev1.dts +++ b/arch/arm/boot/dts/stm32mp157c-ev1.dts @@ -161,6 +161,9 @@ }; &timers2 { + /* spare dmas for other usage (un-delete to enable pwm capture) */ + /delete-property/dmas; + /delete-property/dma-names; status = "disabled"; pwm { pinctrl-0 = <&pwm2_pins_a>; @@ -173,6 +176,8 @@ }; &timers8 { + /delete-property/dmas; + /delete-property/dma-names; status = "disabled"; pwm { pinctrl-0 = <&pwm8_pins_a>; @@ -185,6 +190,8 @@ }; &timers12 { + /delete-property/dmas; + /delete-property/dma-names; status = "disabled"; pwm { pinctrl-0 = <&pwm12_pins_a>; |