]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dt-bindings: clock: qcom,dispcc-sm6125: Define MDSS resets
authorVal Packett <val@packett.cool>
Tue, 3 Mar 2026 03:41:21 +0000 (00:41 -0300)
committerBjorn Andersson <andersson@kernel.org>
Wed, 11 Mar 2026 20:44:18 +0000 (15:44 -0500)
Add the missing defines for MDSS resets, which are necessary to reset
the display subsystem in order to avoid issues caused by state left over
from the bootloader.

While here, align comment style with other SoCs.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Signed-off-by: Val Packett <val@packett.cool>
Link: https://lore.kernel.org/r/20260303034847.13870-3-val@packett.cool
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
include/dt-bindings/clock/qcom,dispcc-sm6125.h

index 4ff974f4fcc351203f4ea80ed59d75ec2388e835..f58b85d2c814568c5905fa12a12274db761aba02 100644 (file)
@@ -6,6 +6,7 @@
 #ifndef _DT_BINDINGS_CLK_QCOM_DISP_CC_SM6125_H
 #define _DT_BINDINGS_CLK_QCOM_DISP_CC_SM6125_H
 
+/* Clocks */
 #define DISP_CC_PLL0                   0
 #define DISP_CC_MDSS_AHB_CLK           1
 #define DISP_CC_MDSS_AHB_CLK_SRC       2
 #define DISP_CC_MDSS_VSYNC_CLK_SRC     26
 #define DISP_CC_XO_CLK                 27
 
-/* DISP_CC GDSCR */
+/* Resets */
+#define DISP_CC_MDSS_CORE_BCR                  0
+
+/* GDSCs */
 #define MDSS_GDSC                      0
 
 #endif