diff options
| author | Patrice Chotard <[email protected]> | 2025-11-14 17:08:54 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-11-17 10:43:25 -0600 |
| commit | 75defb7fbf9e10a7ddd817cbbcbabdd2a89805b3 (patch) | |
| tree | e11f15e2405710e994293b495c14fd80e67db8a9 /arch | |
| parent | 371baac357c58aebd0a96d3061c97910d4f1da64 (diff) | |
ARM: dts: Add st, adc_usb_pd property for stm32mp135-dk-u-boot
Add st,adc_usb_pd property in /config node for stm32mp135-dk-u-boot.
This needed to check board USB power delivery.
Signed-off-by: Patrice Chotard <[email protected]>
Reviewed-by: Patrick Delaunay <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/stm32mp135f-dk-u-boot.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32mp135f-dk-u-boot.dtsi b/arch/arm/dts/stm32mp135f-dk-u-boot.dtsi index f004e9840a2..326a8f8736e 100644 --- a/arch/arm/dts/stm32mp135f-dk-u-boot.dtsi +++ b/arch/arm/dts/stm32mp135f-dk-u-boot.dtsi @@ -14,6 +14,7 @@ u-boot,boot-led = "led-blue"; u-boot,error-led = "led-red"; u-boot,mmc-env-partition = "u-boot-env"; + st,adc_usb_pd = <&adc1 6>, <&adc1 12>; }; gpio-keys { |
