public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Angelo Dureghello <angelo@kernel-space.org>
To: trini@konsulko.com
Cc: u-boot@lists.denx.de, Angelo Dureghello <angelo@kernel-space.org>
Subject: [PATCH] m68k: remove unused mcf54xx devicetree
Date: Mon,  6 Nov 2023 17:55:25 +0100	[thread overview]
Message-ID: <20231106165525.675612-1-angelo@kernel-space.org> (raw)

Remove unused devicetree, can be re-added later, in case
some board would use it.

Signed-off-by: Angelo Dureghello <angelo@kernel-space.org>
---
 arch/m68k/dts/mcf54xx.dtsi | 72 --------------------------------------
 1 file changed, 72 deletions(-)
 delete mode 100644 arch/m68k/dts/mcf54xx.dtsi

diff --git a/arch/m68k/dts/mcf54xx.dtsi b/arch/m68k/dts/mcf54xx.dtsi
deleted file mode 100644
index e9cebb9f74..0000000000
--- a/arch/m68k/dts/mcf54xx.dtsi
+++ /dev/null
@@ -1,72 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0+
-/*
- * Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
- */
-
-/ {
-	compatible = "fsl,mcf54x5";
-
-	aliases {
-		/* TO DO, clarify on serial, this SoC seems to have SPC and
-		 * no UARTS.
-		 */
-		spi0 = &dspi0;
-		fec0 = &fec0;
-		fec1 = &fec1;
-	};
-
-	soc {
-		compatible = "simple-bus";
-		#address-cells = <1>;
-		#size-cells = <1>;
-
-		mbar: mbar@80000000 {
-			compatible = "simple-bus";
-			#address-cells = <1>;
-			#size-cells = <1>;
-			ranges = <0x00000000 0x80000000 0x10000>;
-			reg = <0x80000000 0x10000>;
-
-			dspi0: dspi@8a00 {
-				compatible = "fsl,mcf-dspi";
-				#address-cells = <1>;
-				#size-cells = <0>;
-				reg = <0x8a00 0x100>;
-				spi-max-frequency = <50000000>;
-				num-cs = <4>;
-				spi-mode = <0>;
-				status = "disabled";
-			};
-
-			fec0: ethernet@9000 {
-				compatible = "fsl,mcf-dma-fec";
-				reg = <0x9000 0x800>;
-				mii-base = <0>;
-				max-speed = <100>;
-				timeout-loop = <50000>;
-				rx-task = <0>;
-				tx-task = <1>;
-				rx-piority = <6>;
-				tx-piority = <7>;
-				rx-init = <16>;
-				tx-init = <17>;
-				status = "disabled";
-			};
-
-			fec1: ethernet@9800 {
-				compatible = "fsl,mcf-dma-fec";
-				reg = <0x9800 0x800>;
-				mii-base = <1>;
-				max-speed = <100>;
-				timeout-loop = <50000>;
-				rx-task = <2>;
-				tx-task = <3>;
-				rx-piority = <6>;
-				tx-piority = <7>;
-				rx-init = <30>;
-				tx-init = <31>;
-				status = "disabled";
-			};
-		};
-	};
-};
-- 
2.42.0


                 reply	other threads:[~2023-11-06 16:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231106165525.675612-1-angelo@kernel-space.org \
    --to=angelo@kernel-space.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox