[PATCH 15/25] dt-bindings: clock: rockchip: Add SCLK_IN_SPI1 for RV1106
From: Vladislav Leonov
Date: Mon Aug 10 2026 - 08:39:52 EST
Add the clock ID for SCLK_IN_SPI1. This gate exists per the RV1106 TRM
but is missing in the Rockchip BSP kernel. SCLK_IN_SPI0 already has
a binding, so add the SPI1 counterpart for consistency.
Signed-off-by: Vladislav Leonov <vlad@xxxxxxx>
---
include/dt-bindings/clock/rockchip,rv1106-cru.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/dt-bindings/clock/rockchip,rv1106-cru.h b/include/dt-bindings/clock/rockchip,rv1106-cru.h
index 80244988e139..ec6e7cd36f08 100644
--- a/include/dt-bindings/clock/rockchip,rv1106-cru.h
+++ b/include/dt-bindings/clock/rockchip,rv1106-cru.h
@@ -303,4 +303,6 @@
#define PCLK_CPU_ROOT 286
#define CLK_RTC32K_FRAC 287
+#define SCLK_IN_SPI1 288
+
#endif
--
2.47.3