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

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch '20260120-topic-7180_dispcc_bcr-v1-1-0b1b442156c3@oss.qualcomm.com' into clk-for-7.1

Merge the addition of reset constants to the SC7180 display clock
controller through a topic branch, in order to make them available to
the DeviceTree branch as well.

+6 -1
+6 -1
include/dt-bindings/clock/qcom,dispcc-sc7180.h
··· 6 6 #ifndef _DT_BINDINGS_CLK_QCOM_DISP_CC_SC7180_H 7 7 #define _DT_BINDINGS_CLK_QCOM_DISP_CC_SC7180_H 8 8 9 + /* Clocks */ 9 10 #define DISP_CC_PLL0 0 10 11 #define DISP_CC_PLL0_OUT_EVEN 1 11 12 #define DISP_CC_MDSS_AHB_CLK 2 ··· 41 40 #define DISP_CC_MDSS_VSYNC_CLK_SRC 31 42 41 #define DISP_CC_XO_CLK 32 43 42 44 - /* DISP_CC GDSCR */ 43 + /* Resets */ 44 + #define DISP_CC_MDSS_CORE_BCR 0 45 + #define DISP_CC_MDSS_RSCC_BCR 1 46 + 47 + /* GDSCs */ 45 48 #define MDSS_GDSC 0 46 49 47 50 #endif