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

dt-bindings: clock: rp1: Add missing MIPI DSI defines

Declare the positional index for the RP1 MIPI clocks.

Signed-off-by: Andrea della Porta <andrea.porta@suse.com>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lore.kernel.org/r/c20066500908db854aa4816b40e956296bab526a.1750714412.git.andrea.porta@suse.com
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>

authored by

Andrea della Porta and committed by
Florian Fainelli
07bab7b8 8f5ae30d

+4
+4
include/dt-bindings/clock/raspberrypi,rp1-clocks.h
··· 58 58 #define RP1_PLL_VIDEO_PRI_PH 43 59 59 #define RP1_PLL_AUDIO_TERN 44 60 60 61 + /* MIPI clocks managed by the DSI driver */ 62 + #define RP1_CLK_MIPI0_DSI_BYTECLOCK 45 63 + #define RP1_CLK_MIPI1_DSI_BYTECLOCK 46 64 + 61 65 #endif