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

dt-bindings: remoteproc: qcom,sc8280xp-pas: Fix CDSP power desc

The power requirements for the CDSP instances on SC8280XP aren't fully
described, with only one of the three present. Fix that.

Fixes: ee651cd1e944 ("dt-bindings: remoteproc: qcom: pas: Add sc8280xp adsp and nsp pair")
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20251104-topic-8280_mxc-v1-2-df545af0ef94@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Konrad Dybcio and committed by
Bjorn Andersson
ca079ec3 7f07a5c3

+4
+4
Documentation/devicetree/bindings/remoteproc/qcom,sc8280xp-pas.yaml
··· 91 91 power-domains: 92 92 items: 93 93 - description: NSP power domain 94 + - description: CX power domain 95 + - description: MXC power domain 94 96 power-domain-names: 95 97 items: 96 98 - const: nsp 99 + - const: cx 100 + - const: mxc 97 101 98 102 unevaluatedProperties: false 99 103