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: fix compatible

The SM8250 AON Clock Controller compatible used by Linux driver and DTS
is qcom,sm8250-lpass-aoncc.

Fixes: 7dbe5a7a3f99 ("dt-bindings: clock: Add support for LPASS Always ON Controller")
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-1-krzysztof.kozlowski@linaro.org

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
42f520f9 83bece0a

+2 -2
+2 -2
Documentation/devicetree/bindings/clock/qcom,aoncc-sm8250.yaml
··· 17 17 18 18 properties: 19 19 compatible: 20 - const: qcom,sm8250-lpass-aon 20 + const: qcom,sm8250-lpass-aoncc 21 21 22 22 reg: 23 23 maxItems: 1 ··· 50 50 #include <dt-bindings/sound/qcom,q6afe.h> 51 51 clock-controller@3800000 { 52 52 #clock-cells = <1>; 53 - compatible = "qcom,sm8250-lpass-aon"; 53 + compatible = "qcom,sm8250-lpass-aoncc"; 54 54 reg = <0x03380000 0x40000>; 55 55 clocks = <&q6afecc LPASS_HW_MACRO_VOTE LPASS_CLK_ATTRIBUTE_COUPLE_NO>, 56 56 <&q6afecc LPASS_CLK_ID_TX_CORE_MCLK LPASS_CLK_ATTRIBUTE_COUPLE_NO>;