Skip to content

Commit 60b7ed7

Browse files
committed
drivers: adc: nrfx_saadc: remove VDD and DVDD inputs for nRF54LV10A
MDK 8.72.1 does not specify VDD and DVDD internal analog inputs for this SoC. Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
1 parent a2ae8ad commit 60b7ed7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/adc/adc_nrfx_saadc.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ static const uint32_t saadc_psels[NRF_SAADC_DVDD + 1] = {
7575
[NRF_SAADC_AIN5] = NRF_PIN_PORT_TO_PIN_NUMBER(10U, 1),
7676
[NRF_SAADC_AIN6] = NRF_PIN_PORT_TO_PIN_NUMBER(11U, 1),
7777
[NRF_SAADC_AIN7] = NRF_PIN_PORT_TO_PIN_NUMBER(12U, 1),
78-
[NRF_SAADC_VDD] = NRF_SAADC_INPUT_VDD,
79-
[NRF_SAADC_DVDD] = NRF_SAADC_INPUT_DVDD,
8078
};
8179
#endif
8280

0 commit comments

Comments
 (0)