diff options
| author | Wenyou Yang <[email protected]> | 2017-09-01 16:26:17 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-09-11 16:23:07 -0400 |
| commit | 34e2819d31bb3512e723ae775b8e3eab8cff29ad (patch) | |
| tree | 3f0b056742bf7e46b3e46c7ecf67f9314ca3d3e1 /arch | |
| parent | d9b23e26f0b663752e915763d6e2da2fd12fe4b2 (diff) | |
board: sama5d2_xplained: Replace code to set mac address
Replace the code to set the ethernet mac address with the code from
the common folder.
Signed-off-by: Wenyou Yang <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/at91-sama5d2_xplained.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/at91-sama5d2_xplained.dts b/arch/arm/dts/at91-sama5d2_xplained.dts index 3e624f142c6..b00aaa2c792 100644 --- a/arch/arm/dts/at91-sama5d2_xplained.dts +++ b/arch/arm/dts/at91-sama5d2_xplained.dts @@ -102,6 +102,11 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_i2c1_default>; status = "okay"; + + i2c_eeprom: i2c_eeprom@5c { + compatible = "atmel,24mac402"; + reg = <0x5c>; + }; }; pioA: gpio@fc038000 { |
