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/cobra5272.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/cobra5272.dts')
-rw-r--r-- | arch/m68k/dts/cobra5272.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/m68k/dts/cobra5272.dts b/arch/m68k/dts/cobra5272.dts index f3b74975de..6085eee5b3 100644 --- a/arch/m68k/dts/cobra5272.dts +++ b/arch/m68k/dts/cobra5272.dts @@ -20,3 +20,6 @@ status = "okay"; }; +&fec0 { + status = "okay"; +}; |