diff options
author | Fabien Parent <fparent@baylibre.com> | 2016-11-24 17:35:45 +0300 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2016-11-28 08:25:36 +0300 |
commit | e177e7307c47f7276626b0c36e8b10e90e7321d2 (patch) | |
tree | 94e999e16574ac6067bf16b4b2cafbcaf1c4e8f3 /arch/arm/boot/dts/da850-lcdk.dts | |
parent | a9aa4233b8948ef212dd0b62d0bf4e8ef0b8894b (diff) | |
download | linux-e177e7307c47f7276626b0c36e8b10e90e7321d2.tar.xz |
ARM: dts: da850-lcdk: Add ethernet0 alias to DT
In order to avoid Linux generating a random mac address on every boot,
add an ethernet0 alias that will allow u-boot to patch the dtb with
the MAC address programmed into the EEPROM.
Signed-off-by: Fabien Parent <fparent@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/da850-lcdk.dts')
-rw-r--r-- | arch/arm/boot/dts/da850-lcdk.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/da850-lcdk.dts b/arch/arm/boot/dts/da850-lcdk.dts index 8411a91911fd..bd976f286bc7 100644 --- a/arch/arm/boot/dts/da850-lcdk.dts +++ b/arch/arm/boot/dts/da850-lcdk.dts @@ -13,6 +13,7 @@ aliases { serial2 = &serial2; + ethernet0 = ð0; }; chosen { |