]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dt-bindings: clock: rp1: Add missing MIPI DSI defines
authorAndrea della Porta <andrea.porta@suse.com>
Mon, 23 Jun 2025 21:46:27 +0000 (23:46 +0200)
committerFlorian Fainelli <florian.fainelli@broadcom.com>
Wed, 3 Sep 2025 20:47:58 +0000 (13:47 -0700)
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>
include/dt-bindings/clock/raspberrypi,rp1-clocks.h

index 248efb895f354986d93ff0eaf50b40decf5ba081..7915fb8197bf6371d31b3b4be64f298bf21f99f2 100644 (file)
@@ -58,4 +58,8 @@
 #define RP1_PLL_VIDEO_PRI_PH           43
 #define RP1_PLL_AUDIO_TERN             44
 
+/* MIPI clocks managed by the DSI driver */
+#define RP1_CLK_MIPI0_DSI_BYTECLOCK    45
+#define RP1_CLK_MIPI1_DSI_BYTECLOCK    46
+
 #endif