summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea della Porta <andrea.porta@suse.com>2025-06-24 00:46:27 +0300
committerFlorian Fainelli <florian.fainelli@broadcom.com>2025-09-03 23:47:58 +0300
commit07bab7b81d8a4de604ae4175978adf37137c35d6 (patch)
tree31ccfdef40d70efe25b473d35115f37df34bfbb5 /include
parent8f5ae30d69d7543eee0d70083daf4de8fe15d585 (diff)
downloadlinux-07bab7b81d8a4de604ae4175978adf37137c35d6.tar.xz
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>
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/clock/raspberrypi,rp1-clocks.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/raspberrypi,rp1-clocks.h b/include/dt-bindings/clock/raspberrypi,rp1-clocks.h
index 248efb895f35..7915fb8197bf 100644
--- a/include/dt-bindings/clock/raspberrypi,rp1-clocks.h
+++ b/include/dt-bindings/clock/raspberrypi,rp1-clocks.h
@@ -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