Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: drivers: adc: Change the property names in the overlay #83768

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/drivers/adc/adc_accuracy_test/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ voltage on the same range.

In the reference voltage case, the ADC is expected to be connected to a
known voltage reference, whose value is informed, in millivolts, at
property "reference_mv" from "zephyr,user" node. The test reads the ADC
property "reference-mv" from "zephyr,user" node. The test reads the ADC
to see if they match.
4 changes: 2 additions & 2 deletions tests/drivers/adc/adc_accuracy_test/boards/ek_ra4e2.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
/ {
zephyr,user {
io-channels = <&adc0 0>;
reference_mv = <3300>;
expected_accuracy = <32>;
reference-mv = <3300>;
anangl marked this conversation as resolved.
Show resolved Hide resolved
expected-accuracy = <32>;
};
};

Expand Down
4 changes: 2 additions & 2 deletions tests/drivers/adc/adc_accuracy_test/boards/ek_ra4m2.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
/ {
zephyr,user {
io-channels = <&adc0 0>;
reference_mv = <3300>;
expected_accuracy = <32>;
reference-mv = <3300>;
expected-accuracy = <32>;
};
};

Expand Down
4 changes: 2 additions & 2 deletions tests/drivers/adc/adc_accuracy_test/boards/ek_ra4m3.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
/ {
zephyr,user {
io-channels = <&adc0 0>;
reference_mv = <3300>;
expected_accuracy = <32>;
reference-mv = <3300>;
expected-accuracy = <32>;
};
};

Expand Down
4 changes: 2 additions & 2 deletions tests/drivers/adc/adc_accuracy_test/boards/ek_ra4w1.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
/ {
zephyr,user {
io-channels = <&adc0 4>;
reference_mv = <3300>;
expected_accuracy = <32>;
reference-mv = <3300>;
expected-accuracy = <32>;
};
};

Expand Down
4 changes: 2 additions & 2 deletions tests/drivers/adc/adc_accuracy_test/boards/ek_ra6e2.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
/ {
zephyr,user {
io-channels = <&adc0 0>;
reference_mv = <3300>;
expected_accuracy = <32>;
reference-mv = <3300>;
expected-accuracy = <32>;
};
};

Expand Down
4 changes: 2 additions & 2 deletions tests/drivers/adc/adc_accuracy_test/boards/ek_ra6m1.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
/ {
zephyr,user {
io-channels = <&adc0 0>;
reference_mv = <3300>;
expected_accuracy = <32>;
reference-mv = <3300>;
expected-accuracy = <32>;
};
};

Expand Down
4 changes: 2 additions & 2 deletions tests/drivers/adc/adc_accuracy_test/boards/ek_ra6m2.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
/ {
zephyr,user {
io-channels = <&adc0 0>;
reference_mv = <3300>;
expected_accuracy = <32>;
reference-mv = <3300>;
expected-accuracy = <32>;
};
};

Expand Down
4 changes: 2 additions & 2 deletions tests/drivers/adc/adc_accuracy_test/boards/ek_ra6m3.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
/ {
zephyr,user {
io-channels = <&adc0 0>;
reference_mv = <3300>;
expected_accuracy = <32>;
reference-mv = <3300>;
expected-accuracy = <32>;
};
};

Expand Down
4 changes: 2 additions & 2 deletions tests/drivers/adc/adc_accuracy_test/boards/ek_ra6m4.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
/ {
zephyr,user {
io-channels = <&adc0 0>;
reference_mv = <3300>;
expected_accuracy = <32>;
reference-mv = <3300>;
expected-accuracy = <32>;
};
};

Expand Down
4 changes: 2 additions & 2 deletions tests/drivers/adc/adc_accuracy_test/boards/ek_ra6m5.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
/ {
zephyr,user {
io-channels = <&adc0 0>;
reference_mv = <3300>;
expected_accuracy = <32>;
reference-mv = <3300>;
expected-accuracy = <32>;
};
};

Expand Down
4 changes: 2 additions & 2 deletions tests/drivers/adc/adc_accuracy_test/boards/ek_ra8d1.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
/ {
zephyr,user {
io-channels = <&adc0 0>;
reference_mv = <3300>;
expected_accuracy = <32>;
reference-mv = <3300>;
expected-accuracy = <32>;
};
};

Expand Down
4 changes: 2 additions & 2 deletions tests/drivers/adc/adc_accuracy_test/boards/ek_ra8m1.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
/ {
zephyr,user {
io-channels = <&adc0 0>;
reference_mv = <3300>;
expected_accuracy = <32>;
reference-mv = <3300>;
expected-accuracy = <32>;
};
};

Expand Down
4 changes: 2 additions & 2 deletions tests/drivers/adc/adc_accuracy_test/boards/fpb_ra6e1.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
/ {
zephyr,user {
io-channels = <&adc0 0>;
reference_mv = <3300>;
expected_accuracy = <32>;
reference-mv = <3300>;
expected-accuracy = <32>;
};
};

Expand Down
4 changes: 2 additions & 2 deletions tests/drivers/adc/adc_accuracy_test/boards/fpb_ra6e2.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
/ {
zephyr,user {
io-channels = <&adc0 0>;
reference_mv = <3300>;
expected_accuracy = <32>;
reference-mv = <3300>;
expected-accuracy = <32>;
};
};

Expand Down
4 changes: 2 additions & 2 deletions tests/drivers/adc/adc_accuracy_test/boards/frdm_kl25z.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
/ {
zephyr,user {
io-channels = <&adc0 12>;
reference_mv = <1100>;
expected_accuracy = <32>;
reference-mv = <1100>;
expected-accuracy = <32>;
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
/ {
zephyr,user {
io-channels = <&adc0 1>;
reference_mv = <1650>;
expected_accuracy = <32>;
reference-mv = <1650>;
expected-accuracy = <32>;
};
};

Expand Down
4 changes: 2 additions & 2 deletions tests/drivers/adc/adc_accuracy_test/boards/mck_ra8t1.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
/ {
zephyr,user {
io-channels = <&adc0 0>;
reference_mv = <3300>;
expected_accuracy = <32>;
reference-mv = <3300>;
expected-accuracy = <32>;
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
/ {
zephyr,user {
io-channels = <&adc 0>;
reference_mv = <3000>;
expected_accuracy = <32>;
reference-mv = <3000>;
expected-accuracy = <32>;
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
/ {
zephyr,user {
io-channels = <&adc 0>;
reference_mv = <1800>;
expected_accuracy = <64>;
reference-mv = <1800>;
expected-accuracy = <64>;
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
/ {
zephyr,user {
io-channels = <&adc 0>;
reference_mv = <1800>;
expected_accuracy = <64>;
reference-mv = <1800>;
expected-accuracy = <64>;
};
};

Expand Down
Loading