summaryrefslogtreecommitdiff
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorAlain Volmat <avolmat@me.com>2023-02-09 12:16:58 +0300
committerStephen Boyd <sboyd@kernel.org>2023-02-11 02:47:13 +0300
commitd10e9f88139e6b354924a242d458eb4b6a3b0d71 (patch)
treecc2c495e2ca4178c55bc277d2c1e8106761543d1 /include/dt-bindings
parent22cb284808cb83c94a227893925e4d9cc4384fec (diff)
downloadlinux-d10e9f88139e6b354924a242d458eb4b6a3b0d71.tar.xz
dt-bindings: clock: remove stih416 bindings
Remove the stih416 clock dt-bindings since this platform is no more supported. Signed-off-by: Alain Volmat <avolmat@me.com> Link: https://lore.kernel.org/r/20230209091659.1409-11-avolmat@me.com Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/clock/stih416-clks.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/dt-bindings/clock/stih416-clks.h b/include/dt-bindings/clock/stih416-clks.h
deleted file mode 100644
index 74302278024e..000000000000
--- a/include/dt-bindings/clock/stih416-clks.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-/*
- * This header provides constants clk index STMicroelectronics
- * STiH416 SoC.
- */
-#ifndef _CLK_STIH416
-#define _CLK_STIH416
-
-/* CLOCKGEN A0 */
-#define CLK_ICN_REG 0
-#define CLK_ETH1_PHY 4
-
-/* CLOCKGEN A1 */
-#define CLK_ICN_IF_2 0
-#define CLK_GMAC0_PHY 3
-
-#endif