dts: bindings: adc: Remove unused properties for STM32 ADC

Boolean properties for STM32 ADC internal channels are not used anymore
and can be removed. It is replaced by channel number properties.

Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
This commit is contained in:
Guillaume Gautier 2023-01-17 17:57:25 +01:00 committed by Fabio Baltieri
commit d9662d1706

View file

@ -32,18 +32,6 @@ properties:
default: 3300
description: Indicates the reference voltage of the ADC in mV (on the target board).
has-temp-channel:
type: boolean
description: Indicates if the ADC has a dedicated internal temperature sensor channel.
has-vref-channel:
type: boolean
description: Indicates if the ADC has a dedicated internal voltage reference channel.
has-vbat-channel:
type: boolean
description: Indicates if the ADC has a dedicated internal vbat monitoring channel.
temp-channel:
type: int
description: Indicates the ADC channel of the internal temperature sensor.