Skip to content

Commit 719588d

Browse files
lbmengpalmer-dabbelt
authored andcommitted
riscv: dts: microchip: Use 'local-mac-address' for emac1
Per the DT spec, 'local-mac-address' is used to specify MAC address that was assigned to the network device, while 'mac-address' is used to specify the MAC address that was last used by the boot program, and shall be used only if the value differs from 'local-mac-address' property value. Signed-off-by: Bin Meng <[email protected]> Reviewed-by: conor dooley <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 379eb01 commit 719588d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
reg = <0x0 0x20112000 0x0 0x2000>;
318318
interrupt-parent = <&plic>;
319319
interrupts = <70 71 72 73>;
320-
mac-address = [00 00 00 00 00 00];
320+
local-mac-address = [00 00 00 00 00 00];
321321
clocks = <&clkcfg 5>, <&clkcfg 2>;
322322
status = "disabled";
323323
clock-names = "pclk", "hclk";

0 commit comments

Comments
 (0)