Skip to content

Commit d716028

Browse files
Chunyan Zhangbebarino
authored andcommitted
clk: sprd: add dt-bindings include for mipi_csi_xx clocks
mipi_csi_xx clocks are used by camera sensors. Signed-off-by: Chunyan Zhang <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 82a4d4a commit d716028

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/dt-bindings/clock/sprd,sc9863a-clk.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,11 @@
308308
#define CLK_MCPHY_CFG_EB 14
309309
#define CLK_MM_GATE_NUM (CLK_MCPHY_CFG_EB + 1)
310310

311+
#define CLK_MIPI_CSI 0
312+
#define CLK_MIPI_CSI_S 1
313+
#define CLK_MIPI_CSI_M 2
314+
#define CLK_MM_CLK_NUM (CLK_MIPI_CSI_M + 1)
315+
311316
#define CLK_SIM0_EB 0
312317
#define CLK_IIS0_EB 1
313318
#define CLK_IIS1_EB 2

0 commit comments

Comments
 (0)