mbox series

[0/2] Add support for ADC on stm32mp157c-ed1

Message ID 1573231059-395-1-git-send-email-fabrice.gasnier@st.com (mailing list archive)
Headers show
Series Add support for ADC on stm32mp157c-ed1 | expand

Message

Fabrice Gasnier Nov. 8, 2019, 4:37 p.m. UTC
This series adds support for digital-to-analog converter on
stm32mp157c-ed1 board:
- define pins that can be used for ADC
- configure ADC channels to use these

Fabrice Gasnier (2):
  ARM: dts: stm32: add ADC pins used for stm32mp157c-ed1
  ARM: dts: stm32: add ADC support to stm32mp157c-ed1

 arch/arm/boot/dts/stm32mp157-pinctrl.dtsi |  6 ++++++
 arch/arm/boot/dts/stm32mp157c-ed1.dts     | 16 ++++++++++++++++
 2 files changed, 22 insertions(+)

Comments

Alexandre TORGUE Nov. 15, 2019, 1:10 p.m. UTC | #1
Hi Fabrice

On 11/8/19 5:37 PM, Fabrice Gasnier wrote:
> This series adds support for digital-to-analog converter on
> stm32mp157c-ed1 board:
> - define pins that can be used for ADC
> - configure ADC channels to use these
> 
> Fabrice Gasnier (2):
>    ARM: dts: stm32: add ADC pins used for stm32mp157c-ed1
>    ARM: dts: stm32: add ADC support to stm32mp157c-ed1
> 
>   arch/arm/boot/dts/stm32mp157-pinctrl.dtsi |  6 ++++++
>   arch/arm/boot/dts/stm32mp157c-ed1.dts     | 16 ++++++++++++++++
>   2 files changed, 22 insertions(+)
> 
Series applied on stm32-next.

Regards
Alex