commit | 0dac80110c81747d90e22aae27f9a8e64b2aecc9 | [log] [tgz] |
---|---|---|
author | Angelo Durgehello <angelo.dureghello@timesys.com> | Fri Nov 15 23:54:13 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 10 10:07:25 2020 -0500 |
tree | bfa6dff58a9d52b96af5c32c1140426ece6150a3 | |
parent | 04e5dd511555e3f87c6690c96e312a0a78a4a249 [diff] [blame] |
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>
diff --git a/arch/m68k/dts/M5475CFE.dts b/arch/m68k/dts/M5475CFE.dts index 4c92c33..f1033f7 100644 --- a/arch/m68k/dts/M5475CFE.dts +++ b/arch/m68k/dts/M5475CFE.dts
@@ -11,3 +11,11 @@ compatible = "fsl,M5475CFE"; }; +&fec0 { + status = "okay"; +}; + +&fec1 { + status = "okay"; + mii-base = <0>; +};