Skip to content

Commit 2ecf18d

Browse files
committed
tests: drivers: build_all: eeprom: fix build error
Rename the `eeprom` to `test_eeprom` to avoid namespace collision with boards that have existing `eeprom` defined in the devicetree, such as the `adp_xc7k/ae350` Signed-off-by: Yong Cong Sin <[email protected]> Signed-off-by: Yong Cong Sin <[email protected]>
1 parent 049b243 commit 2ecf18d

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_eeprom: ti_tmp116_eeprom@0 {
6363
compatible = "ti,tmp116-eeprom";
6464
reg = <0x0>;
6565
read-only;

0 commit comments

Comments
 (0)