summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-03-13 09:01:18 -0600
committerTom Rini <[email protected]>2026-03-13 10:52:03 -0600
commit2f52473884723751316388af30a95419905b1cd3 (patch)
treef4fe44d985d60038551723ebdfd2749eaaf66483 /include
parent6dc75d440dbdd3e2ac24ae5bb0ed51123bee8c33 (diff)
parent12a9c83cba29b0acf3d41fb40de6416c473c0ba3 (diff)
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv into next
CI: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/29497 - sifive: switch to OF_UPSTREAM - driver: cache: Remove SiFive PL2 driver - riscv: fixes for non-existent CONFIG
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/clock/sifive-fu540-prci.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/dt-bindings/clock/sifive-fu540-prci.h b/include/dt-bindings/clock/sifive-fu540-prci.h
deleted file mode 100644
index 6a0b70a37d7..00000000000
--- a/include/dt-bindings/clock/sifive-fu540-prci.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-/*
- * Copyright (C) 2018-2019 SiFive, Inc.
- * Wesley Terpstra
- * Paul Walmsley
- */
-
-#ifndef __DT_BINDINGS_CLOCK_SIFIVE_FU540_PRCI_H
-#define __DT_BINDINGS_CLOCK_SIFIVE_FU540_PRCI_H
-
-/* Clock indexes for use by Device Tree data and the PRCI driver */
-
-#define PRCI_CLK_COREPLL 0
-#define PRCI_CLK_DDRPLL 1
-#define PRCI_CLK_GEMGXLPLL 2
-#define PRCI_CLK_TLCLK 3
-
-#endif