mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:04:51 +01:00
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
4 changed files with 3 additions and 9 deletions
|
|
@ -90,7 +90,6 @@ properties:
|
|||
maximum: 5
|
||||
|
||||
cpus:
|
||||
$ref: /schemas/types.yaml#/definitions/phandle-array
|
||||
description:
|
||||
Should be a list of phandles to CPU nodes (as described in
|
||||
Documentation/devicetree/bindings/arm/cpus.yaml).
|
||||
|
|
|
|||
|
|
@ -32,11 +32,8 @@ properties:
|
|||
- description: nCLUSTERPMUIRQ interrupt
|
||||
|
||||
cpus:
|
||||
$ref: /schemas/types.yaml#/definitions/phandle-array
|
||||
minItems: 1
|
||||
maxItems: 12
|
||||
items:
|
||||
maxItems: 1
|
||||
description: List of phandles for the CPUs connected to this DSU instance.
|
||||
|
||||
required:
|
||||
|
|
|
|||
|
|
@ -34,10 +34,8 @@ properties:
|
|||
maxItems: 1
|
||||
|
||||
cpus:
|
||||
$ref: /schemas/types.yaml#/definitions/phandle-array
|
||||
items:
|
||||
minItems: 1
|
||||
maxItems: 4
|
||||
minItems: 1
|
||||
maxItems: 4
|
||||
description: |
|
||||
Array of phandles pointing to CPU cores, which should match the order of
|
||||
CPU cores used by the WUPCR and PSTR registers in the Advanced Power
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ properties:
|
|||
cpus:
|
||||
description:
|
||||
phandle of the first cpu in the LMh cluster
|
||||
$ref: /schemas/types.yaml#/definitions/phandle
|
||||
maxItems: 1
|
||||
|
||||
qcom,lmh-temp-arm-millicelsius:
|
||||
description:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue