Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <chunyan.zhang@unisoc.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lkml.kernel.org/r/20200527053638.31439-4-zhang.lyra@gmail.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Chunyan Zhang and committed by
Stephen Boyd
d7160288 82a4d4a7

+5
+5
include/dt-bindings/clock/sprd,sc9863a-clk.h
··· 308 308 #define CLK_MCPHY_CFG_EB 14 309 309 #define CLK_MM_GATE_NUM (CLK_MCPHY_CFG_EB + 1) 310 310 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 + 311 316 #define CLK_SIM0_EB 0 312 317 #define CLK_IIS0_EB 1 313 318 #define CLK_IIS1_EB 2