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 <daniel.degrasse@nxp.com>
This commit is contained in:
parent
83356e924a
commit
71c80932a9
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@
|
|||
height = <128>;
|
||||
};
|
||||
|
||||
st7789v: st7789v@3 {
|
||||
test_st7789v: st7789v@3 {
|
||||
compatible = "sitronix,st7789v";
|
||||
reg = <3>;
|
||||
mipi-max-frequency = <25000000>;
|
||||
|
@ -108,7 +108,7 @@
|
|||
busy-gpios = <&test_gpio 0 0>;
|
||||
};
|
||||
|
||||
uc8176_waveshare_epaper_gdew042t2: uc8176@5 {
|
||||
test_uc8176_waveshare_epaper_gdew042t2: uc8176@5 {
|
||||
compatible = "ultrachip,uc8176";
|
||||
mipi-max-frequency = <4000000>;
|
||||
reg = <5>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue