Skip to content

Commit 7784311

Browse files
konradybcioandersson
authored andcommitted
dt-bindings: remoteproc: qcom,msm8996-mss-pil: Fix 8996 clocks
Change RPMH to RPM (as RPMh was introduced 2 generations later) and drop the prng reference, which made ARRAY_SIZE(clocks) != ARRAY_SIZE(clock-names). Fixes: bdea142 ("dt-bindings: remoteproc: qcom,q6v5: Move MSM8996 to schema") Signed-off-by: Konrad Dybcio <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent ba3125b commit 7784311

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Documentation/devicetree/bindings/remoteproc/qcom,msm8996-mss-pil.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,13 +216,12 @@ allOf:
216216
- description: GCC MSS IFACE clock
217217
- description: GCC MSS BUS clock
218218
- description: GCC MSS MEM clock
219-
- description: RPMH XO clock
219+
- description: RPM XO clock
220220
- description: GCC MSS GPLL0 clock
221221
- description: GCC MSS SNOC_AXI clock
222222
- description: GCC MSS MNOC_AXI clock
223-
- description: RPMH PNOC clock
224-
- description: GCC MSS PRNG clock
225-
- description: RPMH QDSS clock
223+
- description: RPM PNOC clock
224+
- description: RPM QDSS clock
226225
clock-names:
227226
items:
228227
- const: iface

0 commit comments

Comments
 (0)