[PATCH v2 0/3] stm32mp13: Add ADC support and USB power delivery check
Patrice Chotard
patrice.chotard at foss.st.com
Fri Nov 14 17:08:51 CET 2025
Add power delivery check for stm32mp135f-dk board as already done
for stm32mp15x-dk boards :
- Add STM32MP13 support in STM32 ADC drivers.
- Enable ADC flag in stm3mp13_defconfig.
- Add st,adc_usb_pd property in stm32mp135-dk-u-boot.
Changes in v2:
- add Patrick's reviewed-by
- Fix some struct declaration location
Olivier Moysan (1):
adc: stm32mp13: add support of adc to stm32mp13
Patrice Chotard (2):
configs: stm32: Enable ADC support for stm32mp13_defconfig
ARM: dts: Add st,adc_usb_pd property for stm32mp135-dk-u-boot
arch/arm/dts/stm32mp135f-dk-u-boot.dtsi | 1 +
configs/stm32mp13_defconfig | 2 +
drivers/adc/stm32-adc-core.c | 1 +
drivers/adc/stm32-adc.c | 88 +++++++++++++++++++++----
4 files changed, 78 insertions(+), 14 deletions(-)
--
2.43.0
base-commit: 0eaa4b337336dbbe93395d1f2ccc18937eaafea2
branch: upstream_add_STM32MP13_ADC_support_v2
More information about the U-Boot
mailing list