diff options
author | Fabien Parent <fparent@baylibre.com> | 2016-11-24 15:35:45 +0100 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2016-11-28 06:25:36 +0100 |
commit | e177e7307c47f7276626b0c36e8b10e90e7321d2 (patch) | |
tree | 94e999e16574ac6067bf16b4b2cafbcaf1c4e8f3 /arch/arm/boot/dts/da850-lcdk.dts | |
parent | ARM: dts: da850-lcdk: fix mmc card detect polarity (diff) | |
download | linux-e177e7307c47f7276626b0c36e8b10e90e7321d2.tar.xz linux-e177e7307c47f7276626b0c36e8b10e90e7321d2.zip |
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 { |