Message ID | 20200127200156.15173-3-mrjoel@lixil.net |
---|---|
State | Superseded |
Headers | show |
Series | ClearFog Base static variant support | expand |
On 27.01.20 21:01, Joel Johnson wrote: > Using a consistent hardcoded MAC address from the DTS file causes > issues when using multiple devices on the same network segment. > Instead rely on environment configuration or random generation. > > Signed-off-by: Joel Johnson <mrjoel at lixil.net> Reviewed-by: Stefan Roese <sr at denx.de> Thanks, Stefan
diff --git a/arch/arm/dts/armada-38x-solidrun-microsom.dtsi b/arch/arm/dts/armada-38x-solidrun-microsom.dtsi index a322a28c21..9bbeafc53b 100644 --- a/arch/arm/dts/armada-38x-solidrun-microsom.dtsi +++ b/arch/arm/dts/armada-38x-solidrun-microsom.dtsi @@ -39,7 +39,6 @@ ð0 { /* ethernet at 70000 */ - mac-address = [00 50 43 02 02 01]; pinctrl-0 = <&ge0_rgmii_pins>; pinctrl-names = "default"; phy = <&phy_dedicated>;
Using a consistent hardcoded MAC address from the DTS file causes issues when using multiple devices on the same network segment. Instead rely on environment configuration or random generation. Signed-off-by: Joel Johnson <mrjoel at lixil.net> --- v2 changes: - none v3 changes: - none v4 changes: - none v5 changes: - none --- arch/arm/dts/armada-38x-solidrun-microsom.dtsi | 1 - 1 file changed, 1 deletion(-)