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/M54451EVB.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/M54451EVB.dts')
-rw-r--r-- | arch/m68k/dts/M54451EVB.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/m68k/dts/M54451EVB.dts b/arch/m68k/dts/M54451EVB.dts index b57bfea2cb..b81d37a938 100644 --- a/arch/m68k/dts/M54451EVB.dts +++ b/arch/m68k/dts/M54451EVB.dts @@ -23,3 +23,11 @@ &dspi0 { status = "okay"; }; + +&fec0 { + status = "okay"; +}; + +&fec1 { + status = "okay"; +}; |