]> Git Repo - linux.git/commitdiff
dt-bindings: remoteproc: qcom,sdm845-adsp-pil: Fix qcom,halt-regs definition
authorLuca Weiss <[email protected]>
Sun, 7 Apr 2024 09:58:32 +0000 (11:58 +0200)
committerBjorn Andersson <[email protected]>
Tue, 7 May 2024 02:41:38 +0000 (19:41 -0700)
Set the 'items' correctly for the qcom,halt-regs property and update the
description to match what it should be.

Signed-off-by: Luca Weiss <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
Documentation/devicetree/bindings/remoteproc/qcom,sdm845-adsp-pil.yaml

index 20df83a96ef30e59b3d3ad5ef35c928788ab6648..a3c74871457fc5d32cd99cc4b700fa5d692de2ce 100644 (file)
@@ -81,7 +81,11 @@ properties:
     $ref: /schemas/types.yaml#/definitions/phandle-array
     description:
       Phandle reference to a syscon representing TCSR followed by the
-      three offsets within syscon for q6, modem and nc halt registers.
+      offset within syscon for q6 halt register.
+    items:
+      - items:
+          - description: phandle to TCSR syscon region
+          - description: offset to the Q6 halt register
 
   qcom,smem-states:
     $ref: /schemas/types.yaml#/definitions/phandle-array
This page took 0.064196 seconds and 4 git commands to generate.