Skip to content

Commit d267402

Browse files
jimmyzhedkalowsk
authored andcommitted
tests: drivers: build_all: eeprom: fix label name conflict
Renamed the label of 'ti_tmp116_eeprom@0' node because 'eeprom' label name already exists in some boards, such as adp_xc7k/ae350, bytesensi_l, same54_xpro. Signed-off-by: Jimmy Zheng <[email protected]>
1 parent d9bfdaf commit d267402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/drivers/build_all/eeprom/app.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
#address-cells = <1>;
6060
#size-cells = <0>;
6161

62-
eeprom: ti_tmp116_eeprom@0 {
62+
test_tmp116_eeprom: ti_tmp116_eeprom@0 {
6363
compatible = "ti,tmp116-eeprom";
6464
reg = <0x0>;
6565
read-only;

0 commit comments

Comments
 (0)