[PATCH 15/25] dt-bindings: clock: rockchip: Add SCLK_IN_SPI1 for RV1106
Vladislav Leonov <[email protected]>
| Newsgroups | org.kernel.vger.linux-clk,org.infradead.lists.linux-arm-kernel,org.infradead.lists.linux-rockchip,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- 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