diff options
author | Tom Rini <trini@konsulko.com> | 2021-05-14 21:34:09 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-07 19:52:08 -0400 |
commit | eb83d10b4261a4d54e8d132e82933ce98dafb23d (patch) | |
tree | 09743c289b9d30da1980785aaefc76f82d3c17be /arch/m68k/dts/M5485FFE.dts | |
parent | a3c6f97cb15b6cda91d8363a711c238a05cffb51 (diff) |
m68k: Remove M5485 boards
These board has not been converted to CONFIG_DM_PCI by the deadline.
Remove them. As this is all of the CONFIG_M548x platforms as well,
remove that code.
Cc: TsiChung Liew <Tsi-Chung.Liew@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/m68k/dts/M5485FFE.dts')
-rw-r--r-- | arch/m68k/dts/M5485FFE.dts | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/arch/m68k/dts/M5485FFE.dts b/arch/m68k/dts/M5485FFE.dts deleted file mode 100644 index 7f22de49f48..00000000000 --- a/arch/m68k/dts/M5485FFE.dts +++ /dev/null @@ -1,25 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0+ -/* - * Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it> - */ - -/dts-v1/; -/include/ "mcf54xx.dtsi" - -/ { - model = "Freescale M5485FFE"; - compatible = "fsl,M5485FFE"; - - chosen { - stdout-path = "serial0:115200n8"; - }; -}; - -&fec0 { - status = "okay"; -}; - -&fec1 { - status = "okay"; - mii-base = <0>; -}; |