1 From 3224569a3e279bbeae4e975dfa1a890f3f595239 Mon Sep 17 00:00:00 2001
2 From: Nick Hollinghurst <nick.hollinghurst@raspberrypi.com>
3 Date: Fri, 10 May 2024 15:18:44 +0100
4 Subject: [PATCH 1176/1215] dt-bindings: clk: rp1: Add clocks representing MIPI
7 Define two new RP1 clocks, representing the MIPI DSI byteclock
8 sources for the dividers used to generate MIPI[01] DPI pixel clocks.
9 (Previously they were represented by "fake" fixed clocks sources).
11 Signed-off-by: Nick Hollinghurst <nick.hollinghurst@raspberrypi.com>
13 include/dt-bindings/clock/rp1.h | 4 ++++
14 1 file changed, 4 insertions(+)
16 --- a/include/dt-bindings/clock/rp1.h
17 +++ b/include/dt-bindings/clock/rp1.h
19 /* Extra PLL output channels - RP1B0 only */
20 #define RP1_PLL_VIDEO_PRI_PH 43
21 #define RP1_PLL_AUDIO_TERN 44
23 +/* MIPI clocks managed by the DSI driver */
24 +#define RP1_CLK_MIPI0_DSI_BYTECLOCK 45
25 +#define RP1_CLK_MIPI1_DSI_BYTECLOCK 46