diff options
author | Tom Rini <trini@konsulko.com> | 2021-07-18 23:07:36 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-18 23:07:36 -0400 |
commit | abf0061eabf43f43a3889871e259c9633e7a42e3 (patch) | |
tree | fa0e4b2984c629092a61346dab9d69f91f7b078c /arch/m68k/dts/M54418TWR.dts | |
parent | df761ba4254eedf078840ecfade9644839cd5bc0 (diff) | |
parent | b7b5cbe2794b2d3c8e9500c6de8257aa92cdae96 (diff) |
Merge branch '2021-07-18-finalize-migrations'
- With the deadline for DM_USB (host controller support), DM_VIDEO,
DM_SPI_FLASH and DM_PCI now at 2 years past the release where their
migration deadline was given, finish removing platforms and enforcing
the switch.
Diffstat (limited to 'arch/m68k/dts/M54418TWR.dts')
-rw-r--r-- | arch/m68k/dts/M54418TWR.dts | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/arch/m68k/dts/M54418TWR.dts b/arch/m68k/dts/M54418TWR.dts deleted file mode 100644 index 058707fdf0..0000000000 --- a/arch/m68k/dts/M54418TWR.dts +++ /dev/null @@ -1,34 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0+ -/* - * Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it> - */ - -/dts-v1/; -/include/ "mcf5441x.dtsi" - -/ { - model = "Freescale M54418TWR"; - compatible = "fsl,M54418TWR"; - - chosen { - stdout-path = "serial0:115200n8"; - }; -}; - -&uart0 { - u-boot,dm-pre-reloc; - status = "okay"; -}; - -&dspi0 { - status = "okay"; -}; - -&fec0 { - status = "okay"; -}; - -&fec1 { - status = "okay"; - mii-base = <0>; -}; |