Skip to content

Commit

Permalink
tests: drivers: build_all: eeprom: use unique SPI CS lines
Browse files Browse the repository at this point in the history
Use unique SPI CS lines in the EEPROM build-all test.

Fixes: zephyrproject-rtos#83696

Signed-off-by: Henrik Brix Andersen <[email protected]>
  • Loading branch information
henrikbrixandersen authored and kartben committed Jan 10, 2025
1 parent 01252ad commit 5575158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/drivers/build_all/eeprom/app.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@
/* read-only; */
};

test_spi_mb85rsxx: mb85rsxx@0 {
test_spi_mb85rsxx: mb85rsxx@1 {
compatible = "fujitsu,mb85rsxx";
reg = <0x0>;
reg = <0x1>;
spi-max-frequency = <DT_FREQ_M(25)>;
size = <DT_SIZE_K(128)>;
};
Expand Down

0 comments on commit 5575158

Please sign in to comment.