dt-bindings: Drop type from 'cpus' property
'cpus' is a common property, and it is now defined in dtschema schemas, so drop the type references in the tree. Acked-by: Suzuki K Poulose <suzuki.poulse@arm.com> Acked-by: Bjorn Andersson <andersson@kernel.org> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20221111212857.4104308-1-robh@kernel.org Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
0e513d84c0
commit
3c75ce7cc3
@ -90,7 +90,6 @@ properties:
|
|||||||
maximum: 5
|
maximum: 5
|
||||||
|
|
||||||
cpus:
|
cpus:
|
||||||
$ref: /schemas/types.yaml#/definitions/phandle-array
|
|
||||||
description:
|
description:
|
||||||
Should be a list of phandles to CPU nodes (as described in
|
Should be a list of phandles to CPU nodes (as described in
|
||||||
Documentation/devicetree/bindings/arm/cpus.yaml).
|
Documentation/devicetree/bindings/arm/cpus.yaml).
|
||||||
|
@ -32,11 +32,8 @@ properties:
|
|||||||
- description: nCLUSTERPMUIRQ interrupt
|
- description: nCLUSTERPMUIRQ interrupt
|
||||||
|
|
||||||
cpus:
|
cpus:
|
||||||
$ref: /schemas/types.yaml#/definitions/phandle-array
|
|
||||||
minItems: 1
|
minItems: 1
|
||||||
maxItems: 12
|
maxItems: 12
|
||||||
items:
|
|
||||||
maxItems: 1
|
|
||||||
description: List of phandles for the CPUs connected to this DSU instance.
|
description: List of phandles for the CPUs connected to this DSU instance.
|
||||||
|
|
||||||
required:
|
required:
|
||||||
|
@ -34,8 +34,6 @@ properties:
|
|||||||
maxItems: 1
|
maxItems: 1
|
||||||
|
|
||||||
cpus:
|
cpus:
|
||||||
$ref: /schemas/types.yaml#/definitions/phandle-array
|
|
||||||
items:
|
|
||||||
minItems: 1
|
minItems: 1
|
||||||
maxItems: 4
|
maxItems: 4
|
||||||
description: |
|
description: |
|
||||||
|
@ -37,7 +37,7 @@ properties:
|
|||||||
cpus:
|
cpus:
|
||||||
description:
|
description:
|
||||||
phandle of the first cpu in the LMh cluster
|
phandle of the first cpu in the LMh cluster
|
||||||
$ref: /schemas/types.yaml#/definitions/phandle
|
maxItems: 1
|
||||||
|
|
||||||
qcom,lmh-temp-arm-millicelsius:
|
qcom,lmh-temp-arm-millicelsius:
|
||||||
description:
|
description:
|
||||||
|
Loading…
Reference in New Issue
Block a user