Merge branch '20250811-sc7280-mdss-reset-v1-1-83ceff1d48de@oss.qualcomm.com' into arm64-for-6.18

Merge the addition of reset constants to the SC7280 display clock
controller binding, so we can use it in the MDSS node.
This commit is contained in:
Bjorn Andersson 2025-08-12 10:05:32 -05:00
commit c46d34c044

View File

@ -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