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.

dt-bindings: clock: qcom,aoncc-sm8250: add missing audio clock

The SM8250 DTS uses three clocks as input to LPASS AON Clock Controller
(althopugh Linux driver seems not needing it), so document the missing
audio voting clock.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221104174656.123979-2-krzysztof.kozlowski@linaro.org

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
850c156f 42f520f9

+4 -1
+4 -1
Documentation/devicetree/bindings/clock/qcom,aoncc-sm8250.yaml
··· 28 28 clocks: 29 29 items: 30 30 - description: LPASS Core voting clock 31 + - description: LPASS Audio codec voting clock 31 32 - description: Glitch Free Mux register clock 32 33 33 34 clock-names: 34 35 items: 35 36 - const: core 37 + - const: audio 36 38 - const: bus 37 39 38 40 required: ··· 55 53 compatible = "qcom,sm8250-lpass-aoncc"; 56 54 reg = <0x03380000 0x40000>; 57 55 clocks = <&q6afecc LPASS_HW_MACRO_VOTE LPASS_CLK_ATTRIBUTE_COUPLE_NO>, 56 + <&q6afecc LPASS_HW_DCODEC_VOTE LPASS_CLK_ATTRIBUTE_COUPLE_NO>, 58 57 <&q6afecc LPASS_CLK_ID_TX_CORE_MCLK LPASS_CLK_ATTRIBUTE_COUPLE_NO>; 59 - clock-names = "core", "bus"; 58 + clock-names = "core", "audio", "bus"; 60 59 };