mbox series

[0/3] ARM: dts: stm32: add dmas to stm32mp157c timers

Message ID 1538579465-7854-1-git-send-email-fabrice.gasnier@st.com (mailing list archive)
Headers show
Series ARM: dts: stm32: add dmas to stm32mp157c timers | expand

Message

Fabrice Gasnier Oct. 3, 2018, 3:11 p.m. UTC
This series adds dmas description to stm32mp157c device tree file.
But dmas are kept disabled by default on all boards. They are only
necessary for PWM capture. So, spare them for other usage by default.

Fabrice Gasnier (3):
  ARM: dts: stm32: Add dmas to timer on stm32mp157c
  ARM: dts: stm32: don't use timers dmas on stm32mp157c-ed1
  ARM: dts: stm32: don't use timers dmas on stm32mp157c-ev1

 arch/arm/boot/dts/stm32mp157c-ed1.dts |  3 ++
 arch/arm/boot/dts/stm32mp157c-ev1.dts |  7 +++++
 arch/arm/boot/dts/stm32mp157c.dtsi    | 58 +++++++++++++++++++++++++++++++++++
 3 files changed, 68 insertions(+)

Comments

Alexandre TORGUE Nov. 12, 2018, 9:10 a.m. UTC | #1
Hi Fabrice

On 10/3/18 5:11 PM, Fabrice Gasnier wrote:
> This series adds dmas description to stm32mp157c device tree file.
> But dmas are kept disabled by default on all boards. They are only
> necessary for PWM capture. So, spare them for other usage by default.
> 
> Fabrice Gasnier (3):
>    ARM: dts: stm32: Add dmas to timer on stm32mp157c
>    ARM: dts: stm32: don't use timers dmas on stm32mp157c-ed1
>    ARM: dts: stm32: don't use timers dmas on stm32mp157c-ev1
> 
>   arch/arm/boot/dts/stm32mp157c-ed1.dts |  3 ++
>   arch/arm/boot/dts/stm32mp157c-ev1.dts |  7 +++++
>   arch/arm/boot/dts/stm32mp157c.dtsi    | 58 +++++++++++++++++++++++++++++++++++
>   3 files changed, 68 insertions(+)
> 

Series applied on stm32-next.

Thanks!

Alex