Skip to content

Commit

Permalink
tests: drivers: build_all: sensor: fix i3c typo for LPS28DFW
Browse files Browse the repository at this point in the history
Fix typo in LPS28DFW driver i3c build test.

Signed-off-by: Armando Visconti <[email protected]>
  • Loading branch information
avisconti authored and fabiobaltieri committed Dec 4, 2023
1 parent a47aa23 commit 3832c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/drivers/build_all/sensor/i3c.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test_i3c_lps22df: lps22df@200000803E0000002 {
drdy-gpios = <&test_gpio 0 0>;
};

test_i3c_lps28dfw: lps28dfw@200000803E0000003 {
test_i3c_lps28dfw: lps28dfw@300000803E0000003 {
compatible = "st,lps28dfw";
reg = <0x3 0x00000803 0xE0000003>;
assigned-address = <0x3>;
Expand Down

0 comments on commit 3832c67

Please sign in to comment.