[PATCH 1/3] dt-bindings: clock: rk3128: Add HCLK_SFC
Alex Bee
knaerzche at gmail.com
Wed Jun 5 10:21:52 PDT 2024
Add a clock id for SFC's AHB clock.
Signed-off-by: Alex Bee <knaerzche at gmail.com>
---
NB: I've added the new id at the top of existing HCLK's, since adding it at
the bottom would change CLK_NR_CLKS and therefore the ABI and there is
plenty of "free" ids between PCLK_MIPIPHY and HCLK_SPDIF.
include/dt-bindings/clock/rk3128-cru.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/dt-bindings/clock/rk3128-cru.h b/include/dt-bindings/clock/rk3128-cru.h
index 1be455ba4985..a6bd7f13d7f8 100644
--- a/include/dt-bindings/clock/rk3128-cru.h
+++ b/include/dt-bindings/clock/rk3128-cru.h
@@ -119,6 +119,7 @@
#define PCLK_MIPIPHY 370
/* hclk gates */
+#define HCLK_SFC 439
#define HCLK_SPDIF 440
#define HCLK_GPS 441
#define HCLK_USBHOST 442
--
2.45.2
More information about the Linux-rockchip
mailing list