Skip to content

Commit 4e516df

Browse files
FROMLIST: dt-bindings: clock: qcom: Add X1P42100 camera clock controller
Add X1P42100 camera clock controller support and clock bindings for camera QDSS debug clocks which are applicable for both X1E80100 and X1P42100 platforms. Link: https://lore.kernel.org/all/20260331-purwa-videocc-camcc-v3-2-6daca180a4b1@oss.qualcomm.com/ Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Signed-off-by: Jagadeesh Kona <jagadeesh.kona@oss.qualcomm.com>
1 parent 84a45dc commit 4e516df

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Documentation/devicetree/bindings/clock/qcom,x1e80100-camcc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ properties:
2323
compatible:
2424
enum:
2525
- qcom,x1e80100-camcc
26+
- qcom,x1p42100-camcc
2627

2728
reg:
2829
maxItems: 1

include/dt-bindings/clock/qcom,x1e80100-camcc.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@
115115
#define CAM_CC_SLEEP_CLK_SRC 105
116116
#define CAM_CC_SLOW_AHB_CLK_SRC 106
117117
#define CAM_CC_XO_CLK_SRC 107
118+
#define CAM_CC_QDSS_DEBUG_CLK 108
119+
#define CAM_CC_QDSS_DEBUG_CLK_SRC 109
120+
#define CAM_CC_QDSS_DEBUG_XO_CLK 110
118121

119122
/* CAM_CC power domains */
120123
#define CAM_CC_BPS_GDSC 0

0 commit comments

Comments
 (0)