Skip to content

Commit 03675e3

Browse files
committed
Merge branch '[email protected]' into clk-for-6.11
Merge SM8650 video and camera clock drivers through topic branch, to make available the DeviceTree binding includes to the DeviceTree source branches as well.
2 parents 2116819 + 09ea421 commit 03675e3

File tree

8 files changed

+3979
-8
lines changed

8 files changed

+3979
-8
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@ title: Qualcomm Camera Clock & Reset Controller on SM8450
88

99
maintainers:
1010
- Vladimir Zapolskiy <[email protected]>
11+
- Jagadeesh Kona <[email protected]>
1112

1213
description: |
1314
Qualcomm camera clock control module provides the clocks, resets and power
1415
domains on SM8450.
1516
16-
See also::
17+
See also:
18+
include/dt-bindings/clock/qcom,sc8280xp-camcc.h
1719
include/dt-bindings/clock/qcom,sm8450-camcc.h
1820
include/dt-bindings/clock/qcom,sm8550-camcc.h
19-
include/dt-bindings/clock/qcom,sc8280xp-camcc.h
21+
include/dt-bindings/clock/qcom,sm8650-camcc.h
2022
include/dt-bindings/clock/qcom,x1e80100-camcc.h
2123
2224
allOf:
@@ -28,6 +30,7 @@ properties:
2830
- qcom,sc8280xp-camcc
2931
- qcom,sm8450-camcc
3032
- qcom,sm8550-camcc
33+
- qcom,sm8650-camcc
3134
- qcom,x1e80100-camcc
3235

3336
clocks:

Documentation/devicetree/bindings/clock/qcom,sm8450-videocc.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,22 @@ title: Qualcomm Video Clock & Reset Controller on SM8450
88

99
maintainers:
1010
- Taniya Das <[email protected]>
11+
- Jagadeesh Kona <[email protected]>
1112

1213
description: |
1314
Qualcomm video clock control module provides the clocks, resets and power
1415
domains on SM8450.
1516
16-
See also:: include/dt-bindings/clock/qcom,videocc-sm8450.h
17+
See also:
18+
include/dt-bindings/clock/qcom,sm8450-videocc.h
19+
include/dt-bindings/clock/qcom,sm8650-videocc.h
1720
1821
properties:
1922
compatible:
2023
enum:
2124
- qcom,sm8450-videocc
2225
- qcom,sm8550-videocc
26+
- qcom,sm8650-videocc
2327

2428
clocks:
2529
items:

drivers/clk/qcom/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,14 @@ config SM_CAMCC_8550
848848
Support for the camera clock controller on SM8550 devices.
849849
Say Y if you want to support camera devices and camera functionality.
850850

851+
config SM_CAMCC_8650
852+
tristate "SM8650 Camera Clock Controller"
853+
depends on ARM64 || COMPILE_TEST
854+
select SM_GCC_8650
855+
help
856+
Support for the camera clock controller on SM8650 devices.
857+
Say Y if you want to support camera devices and camera functionality.
858+
851859
config SM_DISPCC_6115
852860
tristate "SM6115 Display Clock Controller"
853861
depends on ARM64 || COMPILE_TEST

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ obj-$(CONFIG_SM_CAMCC_7150) += camcc-sm7150.o
112112
obj-$(CONFIG_SM_CAMCC_8250) += camcc-sm8250.o
113113
obj-$(CONFIG_SM_CAMCC_8450) += camcc-sm8450.o
114114
obj-$(CONFIG_SM_CAMCC_8550) += camcc-sm8550.o
115+
obj-$(CONFIG_SM_CAMCC_8650) += camcc-sm8650.o
115116
obj-$(CONFIG_SM_DISPCC_6115) += dispcc-sm6115.o
116117
obj-$(CONFIG_SM_DISPCC_6125) += dispcc-sm6125.o
117118
obj-$(CONFIG_SM_DISPCC_6350) += dispcc-sm6350.o

0 commit comments

Comments
 (0)