Skip to content

Commit 41bf2a1

Browse files
z3ntuandersson
authored andcommitted
dt-bindings: remoteproc: qcom,msm8916-mss-pil: Add MSM8926
Compared to MSM8226 the LTE-capable MSM8926 requires mss-supply and doesn't require qcom,ext-bhs-reg. Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Luca Weiss <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 0173065 commit 41bf2a1

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ properties:
2020
- qcom,msm8226-mss-pil
2121
- qcom,msm8909-mss-pil
2222
- qcom,msm8916-mss-pil
23+
- qcom,msm8926-mss-pil
2324
- qcom,msm8953-mss-pil
2425
- qcom,msm8974-mss-pil
2526

@@ -71,15 +72,16 @@ properties:
7172
items:
7273
- description: CX proxy power domain (control handed over after startup)
7374
- description: MX proxy power domain (control handed over after startup)
74-
(not valid for qcom,msm8226-mss-pil or qcom,msm8974-mss-pil)
75+
(not valid for qcom,msm8226-mss-pil, qcom,msm8926-mss-pil
76+
and qcom,msm8974-mss-pil)
7577
- description: MSS proxy power domain (control handed over after startup)
7678
(only valid for qcom,msm8953-mss-pil)
7779
minItems: 1
7880

7981
power-domain-names:
8082
items:
8183
- const: cx
82-
- const: mx # not valid for qcom,msm8226-mss-pil or qcom,msm8974-mss-pil
84+
- const: mx # not valid for qcom,msm8226-mss-pil, qcom-msm8926-mss-pil and qcom,msm8974-mss-pil
8385
- const: mss # only valid for qcom,msm8953-mss-pil
8486
minItems: 1
8587

@@ -241,6 +243,7 @@ allOf:
241243
contains:
242244
enum:
243245
- qcom,msm8226-mss-pil
246+
- qcom,msm8926-mss-pil
244247
- qcom,msm8974-mss-pil
245248
then:
246249
properties:
@@ -265,7 +268,10 @@ allOf:
265268
- if:
266269
properties:
267270
compatible:
268-
const: qcom,msm8974-mss-pil
271+
contains:
272+
enum:
273+
- qcom,msm8926-mss-pil
274+
- qcom,msm8974-mss-pil
269275
then:
270276
required:
271277
- mss-supply

0 commit comments

Comments
 (0)