mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 10:20:17 -04:00
dt-bindings: remoteproc: qcom: pas: Fix indentation warnings
The list indentation should always be 2 spaces more than the preceding
keyword. A few of the items are only using 1 space, and resulting in
warnings with dt_binding_check. Fix these.
Fixes: cf107e98d0 ("dt-bindings: remoteproc: qcom: pas: Convert binding to YAML")
Signed-off-by: Suman Anna <s-anna@ti.com>
Link: https://lore.kernel.org/r/20210603142639.8335-1-s-anna@ti.com
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
1cd6239426
commit
30da589dba
@@ -329,7 +329,7 @@ allOf:
|
||||
- description: CX power domain
|
||||
power-domain-names:
|
||||
items:
|
||||
- const: cx
|
||||
- const: cx
|
||||
|
||||
- if:
|
||||
properties:
|
||||
@@ -345,7 +345,7 @@ allOf:
|
||||
- description: SSC-CX power domain
|
||||
power-domain-names:
|
||||
items:
|
||||
- const: ssc_cx
|
||||
- const: ssc_cx
|
||||
required:
|
||||
- px-supply
|
||||
|
||||
@@ -365,10 +365,10 @@ allOf:
|
||||
- description: MSS power domain
|
||||
power-domain-names:
|
||||
items:
|
||||
- const: load_state
|
||||
- const: cx
|
||||
- const: mx
|
||||
- const: mss
|
||||
- const: load_state
|
||||
- const: cx
|
||||
- const: mx
|
||||
- const: mss
|
||||
|
||||
- if:
|
||||
properties:
|
||||
@@ -385,8 +385,8 @@ allOf:
|
||||
- description: CX power domain
|
||||
power-domain-names:
|
||||
items:
|
||||
- const: load_state
|
||||
- const: cx
|
||||
- const: load_state
|
||||
- const: cx
|
||||
|
||||
- if:
|
||||
properties:
|
||||
@@ -404,9 +404,9 @@ allOf:
|
||||
- description: MSS power domain
|
||||
power-domain-names:
|
||||
items:
|
||||
- const: load_state
|
||||
- const: cx
|
||||
- const: mss
|
||||
- const: load_state
|
||||
- const: cx
|
||||
- const: mss
|
||||
|
||||
- if:
|
||||
properties:
|
||||
@@ -422,8 +422,8 @@ allOf:
|
||||
- description: MSS power domain
|
||||
power-domain-names:
|
||||
items:
|
||||
- const: cx
|
||||
- const: mss
|
||||
- const: cx
|
||||
- const: mss
|
||||
|
||||
- if:
|
||||
properties:
|
||||
@@ -444,9 +444,9 @@ allOf:
|
||||
- description: LMX power domain
|
||||
power-domain-names:
|
||||
items:
|
||||
- const: load_state
|
||||
- const: lcx
|
||||
- const: lmx
|
||||
- const: load_state
|
||||
- const: lcx
|
||||
- const: lmx
|
||||
|
||||
- if:
|
||||
properties:
|
||||
@@ -463,9 +463,9 @@ allOf:
|
||||
- description: MXC power domain
|
||||
power-domain-names:
|
||||
items:
|
||||
- const: load_state
|
||||
- const: cx
|
||||
- const: mxc
|
||||
- const: load_state
|
||||
- const: cx
|
||||
- const: mxc
|
||||
|
||||
- if:
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user