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

dt-bindings: clock: qcom,msm8996-apcc: add sys_apcs_aux clock

The MSM8996 CPU clock controller can make use of the sys_apcs_aux clock.
Add it to the bindings.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230113120544.59320-2-dmitry.baryshkov@linaro.org

authored by

Dmitry Baryshkov and committed by
Bjorn Andersson
33d0f394 1c9efb0b

+4 -2
+4 -2
Documentation/devicetree/bindings/clock/qcom,msm8996-apcc.yaml
··· 27 27 clocks: 28 28 items: 29 29 - description: XO source 30 + - description: SYS APCS AUX clock 30 31 31 32 clock-names: 32 33 items: 33 34 - const: xo 35 + - const: sys_apcs_aux 34 36 35 37 required: 36 38 - compatible ··· 50 48 reg = <0x6400000 0x90000>; 51 49 #clock-cells = <1>; 52 50 53 - clocks = <&xo_board>; 54 - clock-names = "xo"; 51 + clocks = <&xo_board>, <&apcs_glb>; 52 + clock-names = "xo", "sys_apcs_aux"; 55 53 };