diff options
author | Angelo Durgehello <angelo.dureghello@timesys.com> | 2019-11-15 23:54:13 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-01-10 10:07:25 -0500 |
commit | 0dac80110c81747d90e22aae27f9a8e64b2aecc9 (patch) | |
tree | bfa6dff58a9d52b96af5c32c1140426ece6150a3 /arch/m68k/dts/M5485BFE.dts | |
parent | 04e5dd511555e3f87c6690c96e312a0a78a4a249 (diff) |
m68k: add fec fdt overrides to all boards
Add ethernet controller overrides for all involved boards.
Signed-off-by: Angelo Durgehello <angelo.dureghello@timesys.com>
Diffstat (limited to 'arch/m68k/dts/M5485BFE.dts')
-rw-r--r-- | arch/m68k/dts/M5485BFE.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/m68k/dts/M5485BFE.dts b/arch/m68k/dts/M5485BFE.dts index 6d48795a4d..10b8f5b201 100644 --- a/arch/m68k/dts/M5485BFE.dts +++ b/arch/m68k/dts/M5485BFE.dts @@ -15,3 +15,11 @@ }; }; +&fec0 { + status = "okay"; +}; + +&fec1 { + status = "okay"; + mii-base = <0>; +}; |