File tree Expand file tree Collapse file tree
Documentation/devicetree/bindings/clock
include/dt-bindings/clock Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,15 +8,17 @@ title: Qualcomm Camera Clock & Reset Controller on SM8450
88
99maintainers :
1010 - Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
11+ - Jagadeesh Kona <quic_jkona@quicinc.com>
1112
1213description : |
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
2224allOf :
@@ -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 :
Original file line number Diff line number Diff line change @@ -8,18 +8,22 @@ title: Qualcomm Video Clock & Reset Controller on SM8450
88
99maintainers :
1010 - Taniya Das <quic_tdas@quicinc.com>
11+ - Jagadeesh Kona <quic_jkona@quicinc.com>
1112
1213description : |
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
1821properties :
1922 compatible :
2023 enum :
2124 - qcom,sm8450-videocc
2225 - qcom,sm8550-videocc
26+ - qcom,sm8650-videocc
2327
2428 clocks :
2529 items :
Original file line number Diff line number Diff 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+
851859config SM_DISPCC_6115
852860 tristate "SM6115 Display Clock Controller"
853861 depends on ARM64 || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ obj-$(CONFIG_SM_CAMCC_7150) += camcc-sm7150.o
112112obj-$(CONFIG_SM_CAMCC_8250) += camcc-sm8250.o
113113obj-$(CONFIG_SM_CAMCC_8450) += camcc-sm8450.o
114114obj-$(CONFIG_SM_CAMCC_8550) += camcc-sm8550.o
115+ obj-$(CONFIG_SM_CAMCC_8650) += camcc-sm8650.o
115116obj-$(CONFIG_SM_DISPCC_6115) += dispcc-sm6115.o
116117obj-$(CONFIG_SM_DISPCC_6125) += dispcc-sm6125.o
117118obj-$(CONFIG_SM_DISPCC_6350) += dispcc-sm6350.o
You can’t perform that action at this time.
0 commit comments