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,audiocc-sm8250: add missing audio clock

The SM8250 DTS uses three clocks as input to LPASS AudioClock 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-3-krzysztof.kozlowski@linaro.org

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
618c01c3 850c156f

+4 -1
+4 -1
Documentation/devicetree/bindings/clock/qcom,audiocc-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-audiocc"; 56 54 reg = <0x03300000 0x30000>; 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 };