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 '20241221-topic-x1p4_clk-v1-2-dbaeccb74884@oss.qualcomm.com' into clk-for-6.14

Merge the X1P42100 GPUCC binding through a topic branch to make
available for the DeviceTree branch as well.

+14
+1
Documentation/devicetree/bindings/clock/qcom,sm8450-gpucc.yaml
··· 32 32 - qcom,sm8550-gpucc 33 33 - qcom,sm8650-gpucc 34 34 - qcom,x1e80100-gpucc 35 + - qcom,x1p42100-gpucc 35 36 36 37 clocks: 37 38 items:
+13
include/dt-bindings/clock/qcom,x1e80100-gpucc.h
··· 33 33 #define GPU_CC_SLEEP_CLK 23 34 34 #define GPU_CC_XO_CLK_SRC 24 35 35 #define GPU_CC_XO_DIV_CLK_SRC 25 36 + #define GPU_CC_CX_ACCU_SHIFT_CLK 26 37 + #define GPU_CC_GX_ACCU_SHIFT_CLK 27 36 38 37 39 /* GDSCs */ 38 40 #define GPU_CX_GDSC 0 39 41 #define GPU_GX_GDSC 1 42 + 43 + /* GPU_CC resets */ 44 + #define GPU_CC_ACD_BCR 0 45 + #define GPU_CC_CB_BCR 1 46 + #define GPU_CC_CX_BCR 2 47 + #define GPU_CC_FAST_HUB_BCR 3 48 + #define GPU_CC_FF_BCR 4 49 + #define GPU_CC_GFX3D_AON_BCR 5 50 + #define GPU_CC_GMU_BCR 6 51 + #define GPU_CC_GX_BCR 7 52 + #define GPU_CC_XO_BCR 8 40 53 41 54 #endif