mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-25 06:26:15 +00:00
7108f5bd9f
Backport upstreamed clk/mfd/phy/usb updates for rk3588. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> Link: https://github.com/openwrt/openwrt/pull/16149 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
28 lines
990 B
Diff
28 lines
990 B
Diff
From 11a29dc2e41ead2be78cfa9d532edf924b461acc Mon Sep 17 00:00:00 2001
|
|
From: Sebastian Reichel <sebastian.reichel@collabora.com>
|
|
Date: Fri, 26 Jan 2024 19:18:23 +0100
|
|
Subject: [PATCH] dt-bindings: clock: rk3588: drop CLK_NR_CLKS
|
|
|
|
CLK_NR_CLKS should not be part of the binding. Let's drop it, since
|
|
the kernel code no longer uses it either.
|
|
|
|
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
|
|
Link: https://lore.kernel.org/r/20240126182919.48402-3-sebastian.reichel@collabora.com
|
|
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
|
|
---
|
|
include/dt-bindings/clock/rockchip,rk3588-cru.h | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
--- a/include/dt-bindings/clock/rockchip,rk3588-cru.h
|
|
+++ b/include/dt-bindings/clock/rockchip,rk3588-cru.h
|
|
@@ -734,8 +734,6 @@
|
|
#define PCLK_AV1_PRE 719
|
|
#define HCLK_SDIO_PRE 720
|
|
|
|
-#define CLK_NR_CLKS (HCLK_SDIO_PRE + 1)
|
|
-
|
|
/* scmi-clocks indices */
|
|
|
|
#define SCMI_CLK_CPUL 0
|