diff mbox series

[1/3] dt-bindings: clock: mmcc-sdm660: Add missing MDSS reset

Message ID 20251031-sdm660-mdss-reset-v1-1-14cb4e6836f2@postmarketos.org
State New
Headers show
Series SDM630/660: Add missing MDSS reset | expand

Commit Message

From: Alexey Minnekhanov <alexeymin@postmarketos.org>

Add definition for display subsystem reset control.

Cc: <stable@vger.kernel.org> # 6.17
Signed-off-by: Alexey Minnekhanov <alexeymin@postmarketos.org>
---
 include/dt-bindings/clock/qcom,mmcc-sdm660.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Krzysztof Kozlowski Oct. 31, 2025, 9:17 a.m. UTC | #1
On Fri, Oct 31, 2025 at 05:27:43AM +0300, AlexeyMinnekhanov wrote:
> From: Alexey Minnekhanov <alexeymin@postmarketos.org>
> 
> Add definition for display subsystem reset control.

Please describe the bug being fixed here. Otherwise this:

> 
> Cc: <stable@vger.kernel.org> # 6.17

does not apply.

Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/include/dt-bindings/clock/qcom,mmcc-sdm660.h b/include/dt-bindings/clock/qcom,mmcc-sdm660.h
index f9dbc21cb5c7..ee2a89dae72d 100644
--- a/include/dt-bindings/clock/qcom,mmcc-sdm660.h
+++ b/include/dt-bindings/clock/qcom,mmcc-sdm660.h
@@ -157,6 +157,7 @@ 
 #define BIMC_SMMU_GDSC							7
 
 #define CAMSS_MICRO_BCR				 0
+#define MDSS_BCR				1
 
 #endif