Skip to content

Commit 71c8093

Browse files
danieldegrassenashif
authored andcommitted
tests: drivers: build_all: display: fix conflicting nodelabels
Some nodelabels in the display build_all test overlay lacked a "test" prefix, causing test failures on boards that also define displays with this nodelabel. Prefix these nodes with "test" to resolve this issue. Fixes #81610 Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 83356e9 commit 71c8093

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/drivers/build_all/display/app.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
height = <128>;
7272
};
7373

74-
st7789v: st7789v@3 {
74+
test_st7789v: st7789v@3 {
7575
compatible = "sitronix,st7789v";
7676
reg = <3>;
7777
mipi-max-frequency = <25000000>;
@@ -108,7 +108,7 @@
108108
busy-gpios = <&test_gpio 0 0>;
109109
};
110110

111-
uc8176_waveshare_epaper_gdew042t2: uc8176@5 {
111+
test_uc8176_waveshare_epaper_gdew042t2: uc8176@5 {
112112
compatible = "ultrachip,uc8176";
113113
mipi-max-frequency = <4000000>;
114114
reg = <5>;

0 commit comments

Comments
 (0)