Skip to content

Commit 4679fa1

Browse files
jsbatchnashif
authored andcommitted
tests: adc: corrects Infineon HPPASS ADC overlay channel addresses
Corrects the addressess used in the Infineon HPPASS SAR ADC overlays to correctly use hex formatting for channel numbers >= 10. Assisted-by: Github Copilot:claude-opus-4.6 Signed-off-by: John Batch <john.batch@infineon.com>
1 parent aadbf79 commit 4679fa1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/drivers/adc/adc_api/boards/kit_psc3m5_evk.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
zephyr,resolution = <12>;
3535
};
3636

37-
channel@12 {
37+
channel@c {
3838
reg = <12>;
3939
zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
4040
zephyr,gain = "ADC_GAIN_1";

tests/drivers/adc/adc_error_cases/boards/kit_psc3m5_evk.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
zephyr,resolution = <12>;
3535
};
3636

37-
channel@12 {
37+
channel@c {
3838
reg = <12>;
3939
zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
4040
zephyr,gain = "ADC_GAIN_1";

0 commit comments

Comments
 (0)