From 71c80932a90e897afcc184aa41c58a563a1fb2c1 Mon Sep 17 00:00:00 2001 From: Daniel DeGrasse Date: Mon, 18 Nov 2024 09:31:25 -0600 Subject: [PATCH] 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 --- tests/drivers/build_all/display/app.overlay | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/drivers/build_all/display/app.overlay b/tests/drivers/build_all/display/app.overlay index 2ff3deb3424..d28c554ce07 100644 --- a/tests/drivers/build_all/display/app.overlay +++ b/tests/drivers/build_all/display/app.overlay @@ -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>;