[PATCH v1 0/3] stm32mp13: Add ADC support and USB power delivery check
    Patrice Chotard 
    patrice.chotard at foss.st.com
       
    Thu Oct  9 17:25:57 CEST 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.
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                 | 79 +++++++++++++++++++++----
 4 files changed, 73 insertions(+), 10 deletions(-)
-- 
2.43.0
base-commit: 0eaa4b337336dbbe93395d1f2ccc18937eaafea2
branch: upstream_add_STM32MP13_ADC_support
    
    
More information about the U-Boot
mailing list