Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
[pandora-u-boot.git] / arch / arm / mach-sc5xx / rcu.c
diff --git a/arch/arm/mach-sc5xx/rcu.c b/arch/arm/mach-sc5xx/rcu.c
deleted file mode 100644 (file)
index 4935750..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0-or-later
-/*
- * (C) Copyright 2024 - Analog Devices, Inc.
- *
- * Written and/or maintained by Timesys Corporation
- *
- * Contact: Ian Roberts <ian.roberts@timesys.com>
- */
-
-#include <dm.h>
-#include <syscon.h>
-
-static const struct udevice_id adi_syscon_ids[] = {
-       { .compatible = "adi,reset-controller" },
-       { }
-};
-
-U_BOOT_DRIVER(syscon_sc5xx_rcu) = {
-       .name = "sc5xx_rcu",
-       .id = UCLASS_SYSCON,
-       .of_match = adi_syscon_ids,
-};