Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Merge the addition of reset constants to the SC7280 display clock
controller binding through a topic branch to allow it to be included in
the DeviceTree branch as well.

+4
+4
include/dt-bindings/clock/qcom,dispcc-sc7280.h
··· 52 52 /* DISP_CC power domains */ 53 53 #define DISP_CC_MDSS_CORE_GDSC 0 54 54 55 + /* DISPCC resets */ 56 + #define DISP_CC_MDSS_CORE_BCR 0 57 + #define DISP_CC_MDSS_RSCC_BCR 1 58 + 55 59 #endif