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: Add x1e80100 LPASS AUDIOCC reset controller

X1E80100 LPASS (Low Power Audio Subsystem) Audio clock controller
provides reset support when it is under the control of Q6DSP.

Add x1e80100 compatible to the existing sc8280xp as these reset
controllers have same reg layout and compatible.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20240624-x1e-swr-reset-v2-1-8bc677fcfa64@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Srinivas Kandagatla and committed by
Bjorn Andersson
6319bdd2 fd1036f7

+7 -4
+7 -4
Documentation/devicetree/bindings/clock/qcom,sc8280xp-lpasscc.yaml
··· 18 18 19 19 properties: 20 20 compatible: 21 - enum: 22 - - qcom,sc8280xp-lpassaudiocc 23 - - qcom,sc8280xp-lpasscc 24 - 21 + oneOf: 22 + - enum: 23 + - qcom,sc8280xp-lpassaudiocc 24 + - qcom,sc8280xp-lpasscc 25 + - items: 26 + - const: qcom,x1e80100-lpassaudiocc 27 + - const: qcom,sc8280xp-lpassaudiocc 25 28 reg: 26 29 maxItems: 1 27 30