Skip to content

Commit

Permalink
tests: drivers: build_all: eeprom: fix label name conflict
Browse files Browse the repository at this point in the history
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 <jimmyzhe@andestech.com>
  • Loading branch information
jimmyzhe authored and dkalowsk committed Nov 14, 2024
1 parent d9bfdaf commit d267402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/drivers/build_all/eeprom/app.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
#address-cells = <1>;
#size-cells = <0>;

eeprom: ti_tmp116_eeprom@0 {
test_tmp116_eeprom: ti_tmp116_eeprom@0 {
compatible = "ti,tmp116-eeprom";
reg = <0x0>;
read-only;
Expand Down

0 comments on commit d267402

Please sign in to comment.