Skip to content

Commit 2cb0c97

Browse files
krzkandersson
authored andcommitted
dt-bindings: remoteproc: qcom,adsp: Allow cx-supply on qcom,sdm845-slpi-pas
One SDM845 board uses cx-supply, which is not allowed by the bindings, as reported by dtbs_check: sdm845-samsung-starqltechn.dtb: remoteproc@5c00000 (qcom,sdm845-slpi-pas): Unevaluated properties are not allowed ('cx-supply' was unexpected) The SDM845 SLPI binding already allows lcx and lmx domains, thus the cx-supply seems like a fake name for something else, e.g. some enable pin. The qcom_q6v5_pas.c driver parses cx-supply, so it is an established ABI, therefore document it for this device only. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Acked-by: Rob Herring (Arm) <robh@kernel.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20251229152658.284199-2-krzysztof.kozlowski@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent a84a1e2 commit 2cb0c97

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ properties:
3232
reg:
3333
maxItems: 1
3434

35+
cx-supply: true
36+
3537
px-supply:
3638
description: Phandle to the PX regulator
3739

@@ -159,6 +161,9 @@ allOf:
159161
items:
160162
- const: lcx
161163
- const: lmx
164+
else:
165+
properties:
166+
cx-supply: false
162167

163168
- if:
164169
properties:

0 commit comments

Comments
 (0)