From: Bjorn Andersson Date: Tue, 12 Aug 2025 03:11:33 +0000 (-0500) Subject: dt-bindings: clock: dispcc-sc7280: Add display resets X-Git-Tag: v6.18-rc1~147^2~32^2~115^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=039a504cda2cb69354387aa453391ec89a9e0e49;p=thirdparty%2Fkernel%2Flinux.git dt-bindings: clock: dispcc-sc7280: Add display resets Like other platforms the sc7280 display clock controller provides a couple of resets, add the defines to allow referring to them. Signed-off-by: Bjorn Andersson Reviewed-by: Taniya Das Link: https://lore.kernel.org/r/20250811-sc7280-mdss-reset-v1-1-83ceff1d48de@oss.qualcomm.com Signed-off-by: Bjorn Andersson --- diff --git a/include/dt-bindings/clock/qcom,dispcc-sc7280.h b/include/dt-bindings/clock/qcom,dispcc-sc7280.h index a4a692c20acfc..9f113f346be80 100644 --- a/include/dt-bindings/clock/qcom,dispcc-sc7280.h +++ b/include/dt-bindings/clock/qcom,dispcc-sc7280.h @@ -52,4 +52,8 @@ /* DISP_CC power domains */ #define DISP_CC_MDSS_CORE_GDSC 0 +/* DISPCC resets */ +#define DISP_CC_MDSS_CORE_BCR 0 +#define DISP_CC_MDSS_RSCC_BCR 1 + #endif