Skip to content

Commit 6fd7900

Browse files
soburicarlescufi
authored andcommitted
tests: drivers: build_all: ethernet: Enable full-duplex of enc28j60
Following the change that replaces ETH_ENC28J60_0_FULL_DUPLEX by devicetree property. Enable enc28j60's `full-duplex` explicitly in the overlay file. Signed-off-by: TOKITA Hiroshi <[email protected]>
1 parent 5be6c17 commit 6fd7900

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/drivers/build_all/ethernet/app.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
test_spi_enc28j60: enc28j60@0 {
4040
compatible = "microchip,enc28j60";
4141
reg = <0x0>;
42+
full-duplex;
4243
spi-max-frequency = <0>;
4344
int-gpios = <&test_gpio 0 0>;
4445
local-mac-address = [00 00 00 00 00 00];

0 commit comments

Comments
 (0)