commit | aac6513aa81d50787c95537caad43c13df270ffa | [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 | c6e17f99d2f8add967a70f054576f6b146d47369 [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/M54451EVB_stmicro.dts b/arch/m68k/dts/M54451EVB_stmicro.dts index 9a088e1..6645b58 100644 --- a/arch/m68k/dts/M54451EVB_stmicro.dts +++ b/arch/m68k/dts/M54451EVB_stmicro.dts
@@ -23,3 +23,11 @@ &dspi0 { status = "okay"; }; + +&fec0 { + status = "okay"; +}; + +&fec1 { + status = "okay"; +};