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

dt-bindings: clock: g12a-clkc: add MIPI ISP & CSI PHY clock ids

Add MIPI ISP & CSI PHY clock ids to G12A clock bindings header

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com>
Tested-by: Daniel Scally <dan.scally@ideasonboard.com>
Link: https://lore.kernel.org/r/20231114-topic-amlogic-upstream-isp-clocks-v1-1-223958791501@linaro.org
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>

authored by

Neil Armstrong and committed by
Jerome Brunet
439d3404 bd5ef3f2

+6
+6
include/dt-bindings/clock/g12a-clkc.h
··· 281 281 #define CLKID_MIPI_DSI_PXCLK 270 282 282 #define CLKID_CTS_ENCL 271 283 283 #define CLKID_CTS_ENCL_SEL 272 284 + #define CLKID_MIPI_ISP_DIV 273 285 + #define CLKID_MIPI_ISP_SEL 274 286 + #define CLKID_MIPI_ISP 275 287 + #define CLKID_MIPI_ISP_GATE 276 288 + #define CLKID_MIPI_ISP_CSI_PHY0 277 289 + #define CLKID_MIPI_ISP_CSI_PHY1 278 284 290 285 291 #endif /* __G12A_CLKC_H */